main hgroup {
  margin-bottom: 3rem;
}
main hgroup p {
  margin-bottom: 1rem;
  font-size: 2rem;
}
main hgroup .htype01 {
  padding: 0;
  font-weight: 500;
}
main .photolist_clm4,
main .photolist_clm2 {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
main .photolist_clm4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
main .photolist_clm2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}