@charset "UTF-8";
.under_mv::before{
  background: url("../../img/mv.png") no-repeat center left;
  -webkit-background-size: cover;
  background-size: cover;
}
img{
  max-width: 100%;
  height: auto;
}
.gal_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 60px 0 80px;
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.rec_top{
  background: none;
}
@media screen and (max-width: 767px) {

  .gal_inner {
    gap: 1.5vw;
  }
}
@media print {

}