.text_overflow_01 {
max-width: 165px;
}
.text_overflow_02 {
max-width: 280px;
}
.text_overflow_03 {
max-width: 110px;
}
.text_overflow_04 {
max-width: 180px;
}
.text_overflow_05 {
max-width: 280px;
}
.text_overflow_06 {
max-width: 150px;
}
[class*="text_overflow_"] {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; /* Safari */
-o-text-overflow: ellipsis; /* Opera */
}
.text_overflow {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; /* Safari */
-o-text-overflow: ellipsis; /* Opera */
}

#no_content_message{
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 90%;
}
/* タブボタン */
.tab-content__panel {
  display: none;
  margin: 0 0 18px;
}
.tab-content__panel.is-active {
  display: block;
}
ul.tab-btn__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.js-tab-btn {
  width: 100%;
  border-bottom: solid 2px #b9b9b9;
  opacity: 0.7;
  font-size: 12px;
  padding: 6px 0;
  display: block;
}
.tab-btn__list-item {
  width: 50%;
  list-style-type: none;
}
.js-tab-btn.is-active {
  opacity: 1;
  border-bottom: solid 2px #ff7070;
}
/* ユーザーデータ */
.user-card {
  display: flex;
  width: 95%;
  margin: 0 auto;
  padding: 6px 0;
  border-bottom: 1px solid #d9d9d9;
}
.user-card__thumb {
  width: 13%;
  cursor: pointer;
}
.user-card__thumb-img {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.user-card__body {
  display: flex;
  width: 87%;
  padding: 0 6px;
  align-items: center;
}
.user-card__info {
  width: 70%;
  margin: 0 7px;
  overflow: hidden;
  text-align: left;
}
.user-card__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-card__appeal {
  height: 18px;
  padding: 3px 0;
  overflow-y: hidden;
  opacity: 0.7;
}
/* Top戻る */
.page-jump-fade {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  z-index: 9999;
}
.page-jump-fade.is-active {
  opacity: 1;
}
.follow-list-page-top {
  color: #1a1a1a;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: 700;
  background-color: #fff;
  width: 90%;
  text-align: center;
  margin: 0 auto 0;
}
.follow-list-page-top__button {
  padding: 9px;
  display: block;
}
/* ブラックモーダル */
.get_modal_black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  z-index: 1000;
}
.get_modal_black_panel {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
}
.get_modal_black_title {
  font-size: 16px;
  font-weight: bold;
  color: #ff4680;
}
.get_modal_black_text {
  font-size: 12px;
  opacity: 0.7;
  color: #666;
  text-align: left;
  padding-top: 12px;
}
/* 配信中 */
.live_onair {
  padding: 3px;
  border: solid 2px #ff4680;
  margin: 0 0 0 -5px;
}
/* フォローボタン */
.js-follow-button-area {
  width: 30%;
}
.button21_follow_done, .button21_follow_do {
  width: auto;
  cursor: pointer;
}
.user-card__follow-btn {
  padding: 3px 0;
}
.user-card__follow-btn.is-hidden {
  display: none;
}
.js-follow-label {
  font-size: 12px;
}