/***なんかいたヤツ***/
.ext_tabNav_item.active {
  background: #f1f1f1;
  border-bottom: #f09 2px solid;
}
.ext_box03 {
  width: 100%;
  border: 0px none;
}
.ext_tabNav_item {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  width: 50%;
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border: 0px none;
  border-bottom: #f1f1f1 2px solid;
  text-align: center;
}
.js_accoCont.closed {
  height: 4em;
}
#slider-nav .slick-slide,
#slider-nav .slick-track {
  min-width: 50px;
}
#slider-nav .slick-track {
  max-height: 54px;
  overflow-y: auto;
}

/***01 プロフ画像上部＞ステータス＆アイコン***/
.status-block {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 5px;
  z-index: 90;
  display: flex;
  align-items: flex-start;
}
.status-block .leftbox {
  display: flex;
  flex-direction: column;
  padding-inline: 5px;
}
.status-block .leftbox .cast_status {
  width: fit-content;
  min-width: 100px;
  padding: 5px 6px;
  text-align: center;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.status-block .leftbox .cast_status a {
  text-decoration: none;
  color: #fff;
}
.status-block .leftbox > div + div {
  margin-block-start: 5px;
}
.status-block .rightbox {
  display: flex;
  align-items: center;
}
.status-block .rightbox img {
  width: auto;
  height: 26px;
  border-radius: 100px;
  box-shadow: 0 0 3px #fff;
  vertical-align: middle;
}
.status-block .rightbox img.is-longlabel {
  border-radius: 5px;
}
.status-block .rightbox .js-new_disc,
.status-block .rightbox .js-toy_flag {
  display: none;
}
.status-block .rightbox .js-new_disc.is-active,
.status-block .rightbox .js-toy_flag.is-active {
  display: block;
}
