.ttlWrap {
  padding: 0 40px;
}

.pageTtl_p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 51px 0 50px;
  border-bottom: 1px solid #ebebeb;
}
.pageTtl_p p {
  /*text-indent: -9999px;*/
  background-image: url(../img/performer/ttl_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 353px;
  height: 43px;
  margin: 0 auto;
}

.pageTtl_c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 51px 0 50px;
  border-bottom: 1px solid #ebebeb;
}
.pageTtl_c p {
  /*text-indent: -9999px;*/
  background-image: url(../img/creator/ttl_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 272px;
  height: 43px;
  margin: 0 auto;
}

.peopleList {
  overflow: hidden;
}
.peopleList ul {
  padding: 0;
}
.peopleList li {
  width: 25%;
  float: left;
}
.peopleList li .thumbPhoto {
  overflow: hidden;
  background: #000;
}
.peopleList li img {
  width: 100%;
}
.peopleList li p {
  text-align: center;
  margin: 15px 0 35px;
}

@media screen and (max-width: 768px) {
  .ttlWrap {
    padding: 0 20px;
  }

  .pageTtl_p {
    padding: 35px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .pageTtl_p p {
    /*text-indent: -9999px;*/
    background-image: url(../img/performer/ttl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 197px 25px;
    width: 197px;
    height: 25px;
    margin: 0 auto;
  }

  .pageTtl_c {
    padding: 35px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .pageTtl_c p {
    /*text-indent: -9999px;*/
    background-image: url(../img/creator/ttl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 140px 24px;
    width: 140px;
    height: 24px;
    margin: 0 auto;
  }

  .peopleList {
    overflow: hidden;
  }
  .peopleList ul {
    padding: 0;
  }
  .peopleList li {
    width: 33%;
    float: left;
  }
  .peopleList li img {
    width: 100%;
  }
  .peopleList li p {
    text-align: center;
    margin: 15px 0 35px;
  }
}
@media screen and (max-width: 480px) {
  .peopleList {
    overflow: hidden;
  }
  .peopleList ul {
    padding: 0;
  }
  .peopleList li {
    width: 50%;
    float: left;
  }
  .peopleList li img {
    width: 100%;
  }
  .peopleList li p {
    text-align: center;
    margin: 15px 0 35px;
  }
}
