header h1.logo {
  width: 160px;
  background-image: url("/static/fcopen/fanplakit/artist/rokudenashi_yu429a9P/mypage/imgae/logo_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 448/293;
}
header h1.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1.logo img {
  display: none;
}

.wovn-languages {
  left: initial;
  right: 20px;
  top: 25px;
}
.wovn-languages .wovn-lang-list {
  background-color: #f8f8f8;
  padding: 0 1em 0 2em;
}
.wovn-languages .wovn-lang-list .wovn-switch {
  letter-spacing: 0;
}
.wovn-languages .wovn-lang-list::after {
  left: 0.7em;
}

.wrap section .block--card {
  padding: 12%;
}
.wrap section .block--card .card {
  height: auto;
  border-radius: 10px;
}
.wrap section .block--card .card .basic-card {
  aspect-ratio: 16/9;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  background-repeat: no-repeat;
}
.wrap section .block--card .card .basic-card .block-card__text {
  display: none;
}
.wrap section .block--card .card .status {
  padding: 0;
  left: 15px;
  bottom: 50px;
  font-family: "Hiragino Mincho ProN", "MS Mincho", serif;
}
.wrap section .block--card .card .status .member-id,
.wrap section .block--card .card .status .nickname {
  text-align: left;
}
.wrap section .block--card .card .status .member-id {
  margin-bottom: 10px;
}
.wrap section .block--card .card .status .nickname {
  width: 50%;
  overflow-wrap: break-word;
}
.wrap section .block--card .card .status span {
  text-align: left;
  transform: scale(1);
  margin-bottom: 1px;
}
.wrap section .block--card .card .status > div {
  text-shadow: none;
  color: #efefef;
}
.wrap section .block--card .card .status .item__term {
  display: none;
}
.wrap section .block--card .card .close {
  top: -55px;
  right: -5px;
}
.wrap section .block--card .card.noimage .basic-card {
  background-image: url("/static/fcopen/fanplakit/artist/rokudenashi_yu429a9P/mypage/imgae/card_status1.jpg");
}
.wrap section .block--card .card.noimage .basic-card.status1 {
  background-image: url("/static/fcopen/fanplakit/artist/rokudenashi_yu429a9P/mypage/imgae/card_status1.jpg");
}

@media screen and (min-width: 961px) {
  .block--card .card.noimage {
    width: 460px;
  }
  .block--card .card.noimage .member-id,
  .block--card .card.noimage .nickname {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .wrap section .block--card {
    padding: 7%;
  }
  .wrap section .block--card .card.noimage {
    width: 100%;
    max-width: 400px;
  }
  .wrap section .block--card .card.noimage .status {
    left: 10px;
    bottom: 20%;
  }
  .wrap section .block--card .card.noimage .status .member-id,
  .wrap section .block--card .card.noimage .status .nickname {
    font-size: clamp(10px, 3.5vw, 13px);
  }
}/*# sourceMappingURL=mypage_yu429a9P.css.map */