body[page="instrumentList"] section.photo {
  background-color: #744624;
  background-position: center;
  background-size: cover;
  height: 46vw;
  max-height: 480px;
}
body[page="instrumentList"] section.photo .main {
  background-color: #e9e9e9;
  width: 100%;
  padding-bottom: 100%;
}
body[page="instrumentList"] section.products {
  background-color: #FFF;
  padding: 50px;
}
body[page="instrumentList"] section.products .each {
  width: 32%;
  font-size: 23px;
  margin-bottom: 30px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
body[page="instrumentList"] section.products .each .photo {
  background-color: #FFF;
  padding-bottom: 110%;
  width: 70%;
  margin: auto;
  margin-bottom: 25px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  body[page=instrumentList] section.products {
    padding: 30px;
  }
  body[page=instrumentList] section.products .each {
    width: 49%;
  }
}
