body {
  font-family: 'A1 Gothic L';
}
#yodogawa,
.profile_detail,
.profile_inner {
  font-family: 'A1 Gothic R';
}
.profile_detail h3,
.profile_inner h3,
#talk_body dt {
  font-family: 'A1 Gothic M';
}
.content_wrap {
  background-color: rgba(255,255,255,0.93);
}
@media (min-width: 641px) {
  #kv img {
    margin-top: 3vh;
    margin-bottom: 3vh;
    height: 94vh;
  }
}
@media (max-width: 640px) {
  #kv img {
    width: 94%;
    max-width: 510px;
    height: auto;
  }
  article.bg_color::before {
    content: '';
    background-image: url(/ns_sauna_interview/logo-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 216px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
  }
}
