@charset "UTF-8";
/* CSS Document */
.illust_header{
  background-image: url("../images/gallery/211013_4.jpg");
}
.inner_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.gallery_title:before {
  content: '';
  display: inline-block;
  background-image: url("../images/top/gallery_l.png");
  background-size: contain;
  width: 68px;
  height: 54px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  bottom: 10px;
}
.gallery_title:after {
  content: '';
  display: inline-block;
  background-image: url("../images/top/gallery_r.png");
  background-size: contain;
  width: 68px;
  height: 54px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 0 16px;
  bottom: 10px;
}
.masonry{
  width:100%;
  margin: 0 auto;
  position: relative;
}
.masonry-item {
    width: 230px;
    margin-bottom: 2rem;
}
.masonry-item img {
    max-width: 100%;
    box-sizing: border-box;
}

.modaal-gallery-item img {
    display: block;
  max-height: 80vh;
  object-fit: contain;
}
.modaal-container{
  background: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 768px){
  .illust_gallery{
  height: 206px;
}
  .inner_wrap {
    padding: 70px 0;
}
  .inner_wrap_gallery {
  padding: 70px 0;
}
  .gallery_title:before {
  width: 53px;
  height: 42px;
    margin-right:5px;
}
.gallery_title:after {
  width: 53px;
  height: 42px;
  margin-left: 5px;
}
  .modaal-gallery-control{
    display: none!important;
  }
}
