/*デジタル会員証*/
.block--card {
	display: block;
	box-sizing: content-box;
	padding: 0;
}
.block--card .card.noimage {
    position: relative;
    width: 85%;
    max-width: 300px;
    height: auto;
	background-image: url('/static/fcopen/fanplakit/artist/Tani_Yuuki_zS4VdQwK/mypage/image/bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 25px 25px 25px;
    box-sizing: content-box;
	top: calc(50% - 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}
.block--card .card.noimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 80px;
    background-image: url('/static/fcopen/fanplakit/artist/Tani_Yuuki_zS4VdQwK/mypage/image/noren.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.basic-card {
    background-color: #fff;
    background-image: none !important;
    padding: 50px 30px 30px 30px;
}
.basic-card img {
    vertical-align: bottom;
	transform: translateY(1px);
}
.block--card .status {
	position: relative !important;
    padding: 0 !important;
    margin-top: -12px;
}
.block--card .status img {
    vertical-align: top;
}
.block--card .status span {
	display: none !important;
}
.block--card .status .status--text,
.block--card .status .item__term__add {
    position: absolute;
    left: 8%;
    font-size: clamp(10px,3.5vw,16px) !important;
    font-weight: bold;
    text-shadow: none !important;
    color: #fff !important;
}
.block--card .status .item__term {
    display: none;
}
.block--card .status .nickname {
    top: 53.5%;
    line-height: 1;
}
.block--card .status .member-id {
    top: 80.5%;
    line-height: 1;
}
.block--card .status .item__term__add {
    top: 25%;
    line-height: 1;
}
.block-card__text {
    display: none;
}
.block--card .close, .block--nft .close {
    top: auto;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
.block--card .close::before, .block--nft .close::before {
    content: "CLOSE";
    display: inline-block;
    background: #385583;
    color: white;
    transform: none;
    width: 100%;
    padding: 1em;
    line-height: 1em;
    left: 0;
    border-radius: 30px;
}
.block--card .close::after, .block--nft .close::after {
	display: none;
}

/*会員登録*/
.regist .block--card .status img {
    display: none;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	.block--card .card.noimage {
        width: 80%;
    }
}