.profile-title {
  padding: 30px 0 27px;
}

.profile-top {
  background: url(/bandesu/images/common/bg_pink.png) repeat center;
  padding: 45px 20px 80px;
}

.profile-top__lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -10px;
}

.profile-top__item {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-top: 30px;
}

.profile-top__item:nth-child(2n + 1) {
  margin-left: 0;
}

.profile-top__item a {
  display: block;
}

.profile-top__title {
  position: relative;
  width: 100%;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
}

.profile-top__title:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-radius: 50%;
  vertical-align: bottom;
}

.profile-top__title.mc {
  color: #F059A0;
}

.profile-top__title.mc:before {
  background: #F059A0 url(../images/icon/icon_mic.svg) no-repeat center;
}

.profile-top__title.cast {
  color: #8A76CD;
}

.profile-top__title.cast:before {
  background: #8A76CD url(../images/icon/icon_mic.svg) no-repeat center;
}

.profile-top__title:nth-of-type(n+2) {
  margin-top: 60px;
}

.profile-top-card__photo {
  width: 100%;
  height: 0;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background: url(/bandesu/images/common/bg_cast.jpg) no-repeat center/cover;
}

.profile-top-card__photo > figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile-top-card__name {
  font-weight: bold;
  text-align: center;
  padding: 10px 0 0;
}

.profile-top-card__name .category {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #F059A0;
  line-height: 1;
}

.profile-main {
  background: url(/bandesu/images/common/bg_pink.png) repeat center;
  padding: 20px 20px 40px;
}

.profile-main__box {
  background: #FFFFFF;
  padding: 25px 0;
  border-radius: 10px;
}

.profile-main__photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.92%;
  background: url(/bandesu/images/profile/profile/profile_bg_sp.png) no-repeat center bottom/100% auto;
  border-bottom: 3px solid #F059A0;
}

.profile-main__photo-name {
  display: block;
  width: 45%;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 2;
}

.profile-main__photo-name .category {
  display: inline-block;
  min-width: 120px;
  color: #FFFFFF;
  background: #F059A0;
  padding: 6px 10px;
  border-radius: 20px;
}

.profile-main__photo-name .name {
  display: block;
  font-size: 2.0rem;
  color: #444;
  margin-top: 1rem;
}

.profile-main__photo-name .spell {
  color: #888;
  display: block;
  letter-spacing: .5px;
  margin-top: 0.8rem;
}

.profile-main__photo-img {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.profile-main__lists {
  font-size: 1.8rem;
  padding: 30px 15px 15px;
}

.profile-main__lists dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #F059A0;
  background: #ffebf4;
  padding: 10px 15px 8px;
}

.profile-main__lists dd {
  padding: 15px 15px;
}

.profile-main__banner {
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile-main__banner li {
  line-height: 0;
  width: 100%;
}

.profile-main__banner li a {
  display: block;
}

.profile-main__banner li img {
  width: 100%;
}

.profile-cast-list {
  margin-top: 40px;
}

.profile-cast-link {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .profile-main__banner li + li {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .profile-title {
    max-width: 960px;
    padding: 40px 0 36px;
    margin: 0 auto;
  }
  .profile-top {
    padding: 55px 20px 100px;
  }
  .profile-top-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .profile-top__lists {
    margin-top: -40px;
  }
  .profile-top__item {
    width: calc((100% - 80px) / 5);
    margin-top: 60px;
  }
  .profile-top__item:nth-child(n) {
    margin-left: 20px;
  }
  .profile-top__item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .profile-top__title {
    font-size: 2.3rem;
    padding-left: 45px;
  }
  .profile-top__title:before {
    width: 32px;
    height: 32px;
  }
  .profile-top-card__name {
    padding: 15px 0 0;
  }
  .profile-main {
    padding: 70px 20px 60px;
  }
  .profile-main__photo {
    padding-top: 325px;
    background-image: url(/bandesu/images/profile/profile/profile_bg_pc.png);
    background-size: 95% auto;
  }
  .profile-main__photo-name {
    width: 50%;
    left: 0;
    padding-left: 70px;
    font-size: 1.6rem;
  }
  .profile-main__photo-name .category {
    min-width: 180px;
  }
  .profile-main__photo-name .name {
    font-size: 3.0rem;
    line-height: 1.2;
    margin-top: 1.0rem;
    letter-spacing: 1.5px;
  }
  .profile-main__photo-name .spell {
    letter-spacing: 1.8px;
  }
  .profile-main__photo-img {
    width: 50%;
  }
  .profile-main__lists {
    padding: 70px 100px 0;
    font-size: 2.2rem;
  }
  .profile-main__lists dt {
    font-size: 1.8rem;
  }
  .profile-main__lists dd {
    padding: 20px 15px;
  }
  .profile-main__lists dd .br-sp {
    display: none;
  }
  .profile-main__box {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  .profile-main__banner {
    padding-top: 50px;
  }
  .profile-main__banner li {
    width: calc(50% - 15px);
    max-width: 470px;
  }
  .profile-main__banner li:nth-child(2n) {
    margin-left: 30px;
  }
  .profile-main__banner li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .profile-cast-list {
    margin-top: 70px;
  }
  .profile-cast-link {
    margin-top: 40px;
  }
}
