.profile.top .ttl {
  background: url(/profile/img/top/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.top .ttl {
    background: url(/profile/img/top/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=top.css.map */