@charset "UTF-8";
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
.block-gallery {
  padding: 75px 0 115px;
}
@media only screen and (max-width: 769px) {
  .block-gallery {
    padding: 9.7529258778vw 0 14.9544863459vw;
  }
}
@media only screen and (max-width: 769px) {
  .block-gallery h2 {
    height: 20px;
    padding: 0px 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media only screen and (max-width: 769px) {
  .block-gallery h2 img {
    width: auto;
    height: 100%;
  }
}
.block-gallery .gallery_wrap {
  width: 1000px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 769px) {
  .block-gallery .gallery_wrap {
    width: 100%;
    margin: 6.5019505852vw auto 0;
  }
}
.block-gallery .gallery_wrap .gallery_item {
  width: 480px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}
.block-gallery .gallery_wrap .gallery_item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px #fff;
}
.block-gallery .gallery_wrap .gallery_item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px #fff;
}
@media only screen and (max-width: 769px) {
  .block-gallery .gallery_wrap .gallery_item {
    width: 50%;
    background: none;
    margin-bottom: 1.9505851756vw;
  }
}
.block-gallery .gallery_wrap .gallery_item:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block-gallery .gallery_wrap img {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .block-gallery .gallery_wrap img {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}