@charset "UTF-8";
.super-premium-member__name__area {
  background: url("../img/fanclub/2025/name_bg.svg") no-repeat 6px 6px,
    url("../img/fanclub/2025/name_bg.svg") no-repeat calc(100% - 6px) 6px,
    url("../img/fanclub/2025/name_bg.svg") no-repeat 6px calc(100% - 6px),
    url("../img/fanclub/2025/name_bg.svg") no-repeat calc(100% - 6px)
      calc(100% - 6px),
    linear-gradient(
      90deg,
      #b08531 0%,
      #b28732 16.83%,
      #d1b37a 73.08%,
      #a37c2c 99.52%
    );
  border: none;
  color: #fff;
}
.premium-member__name__area {
  background: url("../img/fanclub/2025/name_bg.svg") no-repeat 6px 6px,
    url("../img/fanclub/2025/name_bg.svg") no-repeat calc(100% - 6px) 6px,
    url("../img/fanclub/2025/name_bg.svg") no-repeat 6px calc(100% - 6px),
    url("../img/fanclub/2025/name_bg.svg") no-repeat calc(100% - 6px)
      calc(100% - 6px),
    linear-gradient(
      90deg,
      #ac2f2f 0%,
      #9d2c2a 16.83%,
      #d07674 70.19%,
      #a62e2c 99.52%
    );
  border: none;
  color: #fff;
}
#club-member-super-premium h2,
#club-member-premium h2 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  height: 75px;
  line-height: 75px;
  position: relative;
  width: 100%;
}
#club-member-super-premium h2 {
  color: #deb15b;
}
#club-member-premium h2 {
  color: #be0008;
}
#club-member-super-premium h2::before,
#club-member-premium h2::before {
  content: "";
  background: url("../img/fanclub/2025/name_title.jpg") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 320px;
  height: 75px;
  vertical-align: middle;
  margin-right: 24px;
}
#club-member-premium h2 img,
#club-member-super-premium h2 img {
  position: absolute;
  right: 16px;
  top: 70px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #club-member-super-premium h2,
  #club-member-premium h2 {
    margin-bottom: 24px;
    font-size: 24px;
    display: block;
    height: auto;
    line-height: 1.4em;
    margin-left: 0;
    text-align: center;
  }
  #club-member-super-premium h2::before,
  #club-member-premium h2::before {
    content: "";
    display: block;
    background-size: contain;
    width: 280px;
    height: 66px;
    margin: 0 auto 16px auto;
  }
  #club-member-premium h2 img,
  #club-member-super-premium h2 img {
    display: none;
  }
}
