@charset "UTF-8";
.ttlWrap {
  padding: 0 40px;
}

.pageTtl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 51px 0 50px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  line-height: 1;
}
.pageTtl p {
  text-indent: -9999px;
  background-image: url(../img/profile/ttl_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 233px;
  height: 43px;
  margin: 0 auto;
}
.pageTtl span {
  color: #ccc;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 15px 0 0;
}

.innerWide {
  margin: 0 auto 20px;
}

.backBtn {
  margin: 0 auto 40px;
}

.ImgArea {
  width: 450px;
  float: left;
  position: relative;
}
.ImgArea .artistPhoto {
  margin: 0 0 40px;
}
.ImgArea .artistPhoto img {
  width: 100%;
}
.ImgArea .sns {
  margin: 0 0 40px;
  overflow: hidden;
}
.ImgArea .sns li {
  width: 211px;
  border: 2px solid #000;
  float: left;
  font-family: 'Montserrat';
  line-height: 1;
}
.ImgArea .sns li a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
.ImgArea .sns .tw {
  margin: 0 20px 20px 0;
}
.ImgArea .sns .tw a {
  display: block;
}
.ImgArea .sns .tw a .icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/profile/icon_twitter_pc.png);
  background-size: 18px 14px;
  margin: 0 10px 0 0;
}
.ImgArea .sns .tw a:hover .icon {
  background-image: url(../img/profile/icon_twitter_pc_hover.png);
}
.ImgArea .sns li {
  margin: 0 0 20px 0;
}
.ImgArea .sns li.button:hover {
  background: #000;
}
.ImgArea .sns li.button:hover a {
  color: #FFF;
}

.ImgArea .sns .fb {
  margin: 0 20px 20px 0;
}
.ImgArea .sns .fb a {
  display: block;
}
.ImgArea .sns .fb a .icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/profile/icon_facebook_pc.png);
  background-size: 18px 14px;
  margin: 0 10px 0 0;
}
.ImgArea .sns .fb a:hover .icon {
  background-image: url(../img/profile/icon_facebook_pc_hover.png);
}

.ImgArea .sns .in a .icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/profile/icon_instagram_pc.png);
  background-size: 18px 14px;
  margin: 0 10px 0 0;
}
.ImgArea .sns .in a:hover .icon {
  background-image: url(../img/profile/icon_instagram_pc_hover.png);
}

.ImgArea .of .fb {
  margin: 0 20px 20px 0;
}
.ImgArea .of .fb a {
  display: block;
}


.textArea {
  width: 100%;
  float: left;
  margin: 0 0 0 -450px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  font-size: 14px;
  line-height: 1.85;
}
.textArea p {
  margin: 0 0 40px 490px;
}
.textArea p.name {
  font-size: 24px;
  margin: 0 0 2px 490px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ImgArea {
    width: 100%;
    float: none;
    position: static;
  }
  .ImgArea .artistPhoto {
    margin: 0 0 20px;
  }
  .ImgArea .artistPhoto img {
    width: 100%;
  }
  .ImgArea .sns {
    overflow: hidden;
    margin: 0 0 20px;
  }
  .ImgArea .sns li {
    width: 100%;
    border: 2px solid #000;
    float: none;
    margin: 0 0 10px;
    font-family: 'Montserrat';
    line-height: 1;
  }
  .ImgArea .sns li a {
    display: block;
    padding: 15px 0;
    font-size: 11px;
    text-align: center;
  }
  .ImgArea .sns .tw {
    margin: 0 0 10px 0;
  }
  .ImgArea .sns .tw a {
    text-align: center;
    display: block;
  }
  .ImgArea .sns .tw a .icon {
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url(../img/profile/icon_twitter.png);
    background-size: 11px 9px;
    margin: 0 8px 0 0;
  }
  .ImgArea .sns .tw a:hover .icon {
    background-image: url(../img/profile/icon_twitter.png);
  }
  .ImgArea .sns li.button:hover {
    background: none;
  }
  .ImgArea .sns li.button:hover a {
    color: #000;
  }

  .textArea {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 11px;
    line-height: 1.85;
  }
  .textArea p {
    margin: 0 0 20px 0;
  }
  .textArea p.name {
    font-size: 16px;
    margin: 0 0 4px 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .ttlWrap {
    padding: 0 20px;
  }

  .pageTtl {
    padding: 35px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .pageTtl p {
    /*text-indent: -9999px;*/
    background-image: url(../img/profile/ttl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 122px 24px;
    width: 122px;
    height: 24px;
    margin: 0 auto;
  }
  .pageTtl span {
    font-size: 11px;
    display: block;
    margin: 5px 0 0;
  }

  .innerWide {
    margin: 0 0 20px;
  }

  .backBtn {
    margin: 0 auto 20px;
  }
}
