@charset "UTF-8";
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.gallery .ph_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 2%;
}
.gallery .ph_list li {
  overflow: hidden;
}
.gallery .ph_list li:first-child {
  width: 100%;
  min-height: 246px;
}
.gallery .ph_list li:nth-child(2) {
  width: 58%;
  min-height: 173px;
}
.gallery .ph_list li:nth-child(3) {
  width: 40%;
  min-height: 173px;
}
.gallery .ph_list li:nth-child(4) {
  width: 37%;
  min-height: 181px;
}
.gallery .ph_list li:nth-child(5) {
  width: 61%;
  min-height: 181px;
}
.gallery .ph_list li:nth-child(6) {
  width: 34%;
  min-height: 130px;
}
.gallery .ph_list li:nth-child(7) {
  width: 30%;
  min-height: 130px;
}
.gallery .ph_list li:nth-child(8) {
  width: 32%;
  min-height: 130px;
}
.gallery .ph_list li:nth-child(9) {
  width: 60%;
  min-height: 160px;
}
.gallery .ph_list li:nth-child(10) {
  width: 38%;
  min-height: 160px;
}
@media screen and (max-width: 640px) {
}
