body[page="performers"] section.photo {
  background-color: #744624;
  background-position: center 80%;
  background-size: cover;
  height: 46vw;
  max-height: 480px;
}
body[page="performers"] section.text {
  background-color: #FFF;
}
body[page="performers"] section.text centerwrap {
  color: #000;
  padding: 60px;
  padding-left: 115px;
  padding-right: 115px;
}
body[page="performers"] section.list {
  background-color: #FFF;
}
body[page="performers"] section.list centerwrap {
  color: #000;
  padding: 60px;
}
body[page="performers"] section.list centerwrap .each {
  margin-bottom: 70px;
}
body[page="performers"] section.list centerwrap .each[bg=""] {
  display: none;
}
body[page="performers"] section.list centerwrap .each .photo {
  background-color: #e9e9e9;
  width: 290px;
  height: 390px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}
body[page="performers"] section.list centerwrap .each .content {
  display: inline-block;
  width: calc(100% - 460px);
  margin-left: 60px;
  text-align: left;
  height: 390px;
}
body[page="performers"] section.list centerwrap .each .content .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  body[page=performers] section.text centerwrap {
    padding: 30px;
  }
  body[page=performers] section.list centerwrap .each {
    margin-bottom: 40px;
  }
  body[page=performers] section.list centerwrap {
    padding: 30px;
  }
  body[page=performers] section.list centerwrap .each .content {
    display: block;
    width: auto;
    margin-left: 0px;
    text-align: left;
    height: auto;
  }
  body[page=performers] section.list centerwrap .each .photo {
    background-color: #e9e9e9;
    width: 100%;
    height: 108vw;
    display: block;
    margin: auto;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
  }
}
