@charset "UTF-8";
/* card
------------------------------ */
.block--card .card .status > div {
  text-align: left;
}

div.nickname,
div.member-id,
div.item__term {
  margin-bottom: 0.5em;
}

.block--card .card {
  position: relative;
}
.block--card .card::before {
  content: "";
  position: absolute;
  background: url(/static/fcopen/fanplakit/artist/yangskinny_x5fyn5ol/mypage/img/cover.png);
  background-size: cover;
  top: -313px;
  width: 464.5px;
  height: 860px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.block--card {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.1em;
}
.block--card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  transition: 0.4s ease;
}
.block--card .card,
.block--card .card.noimage {
  position: absolute;
  width: 430px;
  max-width: 95vw;
  height: 534px;
  max-height: 63.333vw;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(15%);
  background: url(/static/fcopen/fanplakit/artist/yangskinny_x5fyn5ol/mypage/img/bg.png);
}
.block--card .card .cardimg,
.block--card .card .basic-card,
.block--card .card.noimage .cardimg,
.block--card .card.noimage .basic-card {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 1.5s;
}
.block--card .card .cardimg img,
.block--card .card .basic-card img,
.block--card .card.noimage .cardimg img,
.block--card .card.noimage .basic-card img {
  padding: 6em 2em 2em;
  width: auto;
}
.block--card .card .cardimg .block-card__text,
.block--card .card .basic-card .block-card__text,
.block--card .card.noimage .cardimg .block-card__text,
.block--card .card.noimage .basic-card .block-card__text {
  display: none;
}
.block--card .card .cardimg::before,
.block--card .card .basic-card::before,
.block--card .card.noimage .cardimg::before,
.block--card .card.noimage .basic-card::before {
  content: "株主証";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.3em;
  font-weight: bold;
  animation: none !important;
  padding: 24px;
  color: #132F4B;
}
.block--card .card .cardimg::after,
.block--card .card .basic-card::after,
.block--card .card.noimage .cardimg::after,
.block--card .card.noimage .basic-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #132F4B;
  z-index: 12;
  transition: 0.4s;
  top: 66px;
  animation: none !important;
}
.block--card .card .status,
.block--card .card.noimage .status {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 3% 5% 2%;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 2.7s;
  font-weight: 400;
  bottom: 30%;
}
.block--card .card .status .status_inner,
.block--card .card.noimage .status .status_inner {
  width: 90%;
  margin: 0 auto;
}
.block--card .card .status .status_inner div,
.block--card .card.noimage .status .status_inner div {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  color: #132F4B;
  text-shadow: none;
  justify-content: center;
  font-weight: bold;
  margin-right: 0 !important;
  justify-content: flex-start;
}
.block--card .card .status .status_inner div:first-child,
.block--card .card.noimage .status .status_inner div:first-child {
  margin-right: 1.5em;
}
.block--card .card .status .status_inner div.nickname,
.block--card .card.noimage .status .status_inner div.nickname {
  font-size: 19px;
}
.block--card .card .status .status_inner div span,
.block--card .card.noimage .status .status_inner div span {
  font-size: 12px;
  transform: scale(1);
  opacity: 1;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  min-width: 55%;
  text-align: left;
}
.block--card .card .status .status_inner div span:first-child,
.block--card .card.noimage .status .status_inner div span:first-child {
  position: relative;
  letter-spacing: 0.05em;
}
.block--card .card .status .status_inner div span.month, .block--card .card .status .status_inner div span.year,
.block--card .card.noimage .status .status_inner div span.month,
.block--card .card.noimage .status .status_inner div span.year {
  font-weight: 500;
  opacity: 1;
  margin-left: 0.1em;
}
.block--card .card .status .status_inner div span.month,
.block--card .card.noimage .status .status_inner div span.month {
  margin-left: 5px;
}
.block--card .close {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  width: 260px;
  padding: 10px 24px 24px 50px;
  color: #132F4B !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fff !important;
  border-radius: 50px;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #132F4B;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  left: 0;
  top: 10%;
  border: 1px solid #132F4B;
}
.block--card .close::before {
  content: "CLOSE";
  font-size: 24px;
  font-family: "Paytone One", sans-serif;
  transform: rotate(0deg);
  width: 0;
  left: 40%;
  padding-top: 5px;
}
.block--card .close::after {
  content: "";
  background: url(/static/fcopen/fanplakit/artist/yangskinny_x5fyn5ol/image/minibaby.png);
  height: 40px;
  width: 40px;
  position: absolute;
  left: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  background-color: transparent;
  top: 2px;
  left: 48px;
}
.block--card + .btn--main.pop-up {
  pointer-events: none;
}
.block--card + .btn--main.pop-up.active {
  pointer-events: auto;
}

.is-annual .block--card .card::before,
.is-annual .block--card .card.noimage::before {
  color: #212121;
}
.card-show .block--card::after {
  animation: cardCover 1.8s ease-in-out forwards;
}
.card-show .block--card .card {
  animation: cardShow 1.8s ease-in-out forwards;
}
.card-show .block--card .card::before,
.card-show .block--card .card .status,
.card-show .block--card .card .block--cats {
  animation: fadeIn 0.4s ease 3s forwards;
}
.card-show .block--card .card .cardimg,
.card-show .block--card .card .basic-card {
  animation: fadeIn 0.4s ease 1.6s forwards;
}
.card-show .block--card .card .cardimg::before,
.card-show .block--card .card .basic-card::before {
  animation: fadeInOut 4s ease 1.8s forwards;
}
.card-show .block--card .card .cardimg::after,
.card-show .block--card .card .basic-card::after {
  animation: fadeIn 0.4s ease 2.4s forwards;
}
.card-show .block--card .close {
  animation: fadeIn 0.4s ease-in-out 1.5s forwards;
}

@keyframes cardShow {
  0% {
    opacity: 0;
    transform: translateX(15%);
  }
  40% {
    opacity: 0;
    transform: translateX(15%);
  }
  85% {
    transform: translateX(-1%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cardCover {
  0% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes catA {
  0% {
    transform: rotate(-25deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-25deg);
  }
  55% {
    transform: rotate(-25deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  65% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes catB {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes catC {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .block--card .card {
    background-size: cover;
    width: 430px;
    max-width: 90vw;
    height: 436px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .card::before {
    top: -246px;
    width: 376.5px;
    height: 697px;
  }
  .block--card .card,
  .block--card .card.noimage {
    border-radius: 15px;
  }
  .block--card .card::before,
  .block--card .card.noimage::before {
    font-size: 1.1em;
  }
  .block--card .card .status,
  .block--card .card.noimage .status {
    border-radius: 0 0 15px 15px;
    padding: 3% 5% 1.5%;
  }
  .block--card .card .status .status_inner div,
  .block--card .card.noimage .status .status_inner div {
    font-size: 13px;
  }
  .block--card .card .status .status_inner div.nickname,
  .block--card .card.noimage .status .status_inner div.nickname {
    font-size: 11px;
  }
  .block--card .card .status .status_inner div:first-child,
  .block--card .card.noimage .status .status_inner div:first-child {
    margin-right: 1em;
  }
  .block--card .card .status .status_inner div span,
  .block--card .card.noimage .status .status_inner div span {
    font-size: 11px;
  }
}
@media screen and (min-width: 390px) and (max-width: 960px) {
  .block--card .card {
    background-size: cover;
    width: 430px;
    max-width: 90vw;
    height: 520px;
    background-repeat: no-repeat;
  }
  .card::before {
    top: -369px;
    width: 494.5px;
    height: 915px;
  }
}