/* artist.css のヘッダー非表示を上書きし、PF共通ヘッダーを表示 */
#header-in {
  background: #fff;
}

#header-in nav ul,
#header-in .header-logo img {
  visibility: visible;
}

#artist_about #fv .txt_box {
  padding-top: 60px;
}

@media screen and (min-width: 800px) {
  #artist_about #fv .txt_box {
    padding-top: 250px;
  }
}

@media screen and (min-width: 0px) and (max-width: 799px) {
  #header-in {
    height: auto;
    padding: 15px;
  }

  #header-in .header-logo {
    display: inline-block;
  }
}
