.staff .staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff .staff_wrap .staff_list {
  text-align: left;
}

.staff .staff_wrap .staff_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: .06em;
  color: #48aaff;
}

.staff .staff_wrap .staff_list dt::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #48aaff;
  margin-right: 8px;
}

.staff .staff_wrap .staff_list dd {
  position: relative;
  font-size: 15px;
  padding-left: 14px;
  margin-top: 10px;
}

.staff .staff_wrap .staff_list .name {
  font-family: YakuHanJP, proxima-nova, noto-sans-cjk-jp, sans-serif;
  letter-spacing: .07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.staff .staff_wrap .staff_list .name.en {
  font-size: 15px;
}

.staff .staff_wrap .staff_list .name.other {
  font-size: 12px;
}

.staff .staff_wrap .staff_list .detail {
  margin-top: 1vw;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .07em;
}

.staff .staff_wrap .staff_list .btn_comment {
  display: block;
  font-size: 0;
  text-indent: -9999px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_comment.png) center no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.staff .music {
  border-top: 1px solid rgba(64, 75, 128, 0.2);
  text-align: center;
  display: block;
  letter-spacing: .07em;
}

.staff .music h3 {
  color: #48aaff;
  font-weight: 400;
  font-size: 18px;
}

.staff .music .title {
  margin-top: 20px;
  font-size: 17px;
}

.staff .music .credit {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 13px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 750px) {
  .staff .staff_wrap {
    margin: 0 5.5%;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .staff .staff_wrap .staff_list {
    width: 50%;
  }
  .staff .staff_wrap .staff_list.music {
    width: 100%;
  }
  .staff .staff_wrap .staff_list:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .staff .staff_wrap .staff_list dt {
    position: relative;
    line-height: 1.5;
    padding-left: 14px;
  }
  .staff .staff_wrap .staff_list dt::before {
    position: absolute;
    top: 9px;
    left: 0;
  }
  .staff .staff_wrap .staff_list .name {
    line-height: 1.45;
  }
  .staff .music {
    margin-top: 8vw;
    padding-top: 8.5vw;
  }
  .staff .music .staff_list {
    width: 100%;
  }
}

@media only screen and (min-width: 751px) {
  .staff .in_contents {
    width: 70%;
  }
  .staff .cont_ttl {
    margin-bottom: 90px;
  }
  .staff .staff_wrap {
    min-width: 800px;
    margin: 0 auto;
  }
  .staff .staff_wrap .staff_list {
    width: 33.33333%;
  }
  .staff .staff_wrap .staff_list:nth-of-type(n+4) {
    margin-top: 45px;
  }
  .staff .staff_wrap .staff_list dt {
    font-size: 13px;
  }
  .staff .staff_wrap .staff_list dd {
    margin-top: 9px;
  }
  .staff .staff_wrap .staff_list .name {
    font-size: 19px;
    padding-right: 12px;
    line-height: normal;
  }
  .staff .staff_wrap .staff_list .name.en {
    font-size: 20px;
    padding-top: 3px;
  }
  .staff .staff_wrap .staff_list .name.other {
    font-size: 14px;
  }
  .staff .staff_wrap .staff_list .btn_comment {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    cursor: pointer;
  }
  .staff .staff_wrap .staff_list .detail {
    font-size: 14px;
  }
  .staff .music {
    margin-top: 60px;
    padding-top: 55px;
  }
  .staff .music h3 {
    font-size: 20px;
  }
  .staff .music .title {
    font-size: 21px;
    margin-top: 25px;
  }
  .staff .music .credit {
    font-size: 18px;
    margin-top: 15px;
  }
}

#modal_comment .wrap {
  background: url(../img/common/bg03_sp.jpg) center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 751px) {
  #modal_comment .wrap {
    background: url(../img/common/bg03_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}