@charset "UTF-8";
body {
  background-color: #f5f5f5;
  color: #2f2121;
}

a {
  color: #1A1719;
}
a:hover {
  color: #2b2b2b;
}

.btn--main {
  background: #090996;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.btn--main:hover {
  background: #111;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #090996;
  border-radius: 20em;
}
.btn--sub:hover {
  color: #fff;
  background: #090996;
  transition: all 0.2s ease;
}

.detail__btn a::before {
  border-color: #000000;
}

.btn--chevron {
  color: #090996;
}
.btn--chevron::after {
  border-color: #090996;
}
.btn--chevron:hover {
  color: rgba(9, 9, 150, 0.6509803922);
}
.btn--chevron:hover::after {
  border-color: rgba(9, 9, 150, 0.6509803922);
}

.btn--chevron-left {
  color: #090996;
}
.btn--chevron-left::after {
  border-color: #090996;
}
.btn--chevron-left:hover {
  color: rgba(9, 9, 150, 0.6509803922);
}
.btn--chevron-left:hover::after {
  border-color: rgba(9, 9, 150, 0.6509803922);
}

.btn--birthday i {
  transition: none;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 30vw;
  max-width: 210px;
  margin: 3vw auto 30px;
  position: relative;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.5em;
}
.list--menu .list--notes li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  padding: 0;
  text-indent: 0;
}
.list--menu .list--notes li a::after {
  display: none;
}

.block--card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 0.4s;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.block--card::before, .block--card::after {
  pointer-events: none;
}
.block--card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(/static/zbone/fanclub/mypage/bg.webp);
  background-size: 300px 400px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.block--card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #090996;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.72;
  mix-blend-mode: multiply;
  z-index: 1;
}
.block--card .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 320px);
  left: 50%;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 5px;
  left: 25px;
}
.block--card .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--card .close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.block--card .card {
  width: 320px;
  height: 530px;
  position: relative;
  z-index: 20;
  border-radius: 15em 15em 1.5em 1.5em;
  background: #fffefc;
  overflow: hidden;
}
.block--card .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(/static/zbone/fanclub/mypage/bg.webp);
  background-size: 300px 400px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.block--card .card .card__photo {
  width: 100%;
  height: 82%;
  position: relative;
}
.block--card .card .card__photo .artist-name {
  font-family: "ivymode", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #090996;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block--card .card .card__photo .number {
  font-family: "ivymode", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 23px;
  text-align: center;
  color: #090996;
  letter-spacing: 0;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}
.block--card .card .card__photo .number::before {
  content: "No";
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 800;
  position: absolute;
  top: -2px;
  left: -17px;
}
.block--card .card .card__photo .photo-flame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.block--card .card .card__photo .photo-flame .thumb {
  height: 65%;
  width: 60%;
  border-radius: 50%;
  margin: -5% auto 0;
  overflow: hidden;
  position: relative;
}
.block--card .card .card__photo .photo-flame .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.block--card .card .card__photo .photo-flame::before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  background: no-repeat center url(/static/zbone/fanclub/mypage/parts--flame.svg);
  background-size: contain;
  position: absolute;
  top: 3%;
  left: 0;
}
.block--card .card .card__photo .block--circle {
  width: 100%;
  position: absolute;
  left: 10%;
  top: 25%;
}
.block--card .card .card__photo .block--circle .parts--circle {
  fill: none;
  stroke: #090996;
  stroke-width: 0.5013;
  stroke-miterlimit: 10;
  stroke-dashoffset: 543.5201416016px;
  stroke-dasharray: 543.5201416016px;
  -webkit-animation: circle 3.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
          animation: circle 3.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
}
.block--card .card .card__photo .block--circle::after, .block--card .card .card__photo .block--circle::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: no-repeat center url(/static/zbone/fanclub/mypage/parts--kira.svg);
  background-size: contain;
  position: absolute;
  top: 0;
}
.block--card .card .card__photo .block--circle::before {
  left: -8px;
  top: 77%;
  -webkit-animation: kirakira01 3.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
          animation: kirakira01 3.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
}
.block--card .card .card__photo .block--circle::after {
  left: 73%;
  top: 6px;
  -webkit-animation: kirakira02 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
          animation: kirakira02 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) infinite normal;
}
.block--card .card .card__line_text {
  width: 90%;
  font-family: "scotch-display", sans-serif;
  font-weight: 300;
  color: #090996;
  letter-spacing: 0;
  overflow: hidden;
  margin: 0 auto;
}
.block--card .card .card__line_text > div {
  white-space: pre;
  font-size: 24px;
  -webkit-animation: horizontal 50s linear infinite normal;
          animation: horizontal 50s linear infinite normal;
}
.block--card .card .card__line_text > div span {
  margin-right: 10px;
}
.block--card .card .block--detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  font-family: "sofia-pro", sans-serif;
  color: #090996;
  position: relative;
  padding: 20px 5% 10px;
  width: 100%;
}
.block--card .card .block--detail .label-tit {
  font-weight: 700;
}
.block--card .card .block--detail::before {
  content: "";
  display: block;
  width: 84%;
  height: 1px;
  background: #090996;
  position: absolute;
  left: 8%;
  top: 4px;
}
.block--card .card .block--detail .parts--kira {
  width: 100%;
  height: 15px;
  position: absolute;
  top: -3px;
  left: 0;
}
.block--card .card .block--detail .parts--kira::after, .block--card .card .block--detail .parts--kira::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background: no-repeat center url(/static/zbone/fanclub/mypage/parts--kira.svg);
  background-size: contain;
  position: absolute;
  top: 0;
}
.block--card .card .block--detail .parts--kira::before {
  left: 15px;
}
.block--card .card .block--detail .parts--kira::after {
  left: calc(100% - 21px);
}
.block--card .card .block--detail .block--detail__left {
  width: 40%;
  border-right: 1px solid;
}
.block--card .card .block--detail .block--detail__right {
  width: 60%;
  padding-left: 6px;
  position: relative;
}
.block--card .card .block--detail .block--detail__right::after {
  content: "";
  display: block;
  width: 40%;
  height: 29px;
  background: no-repeat center url(/static/zbone/fanclub/mypage/parts--bottom.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.block--card .card .block--detail .block--detail__right .name {
  display: block;
  width: 52%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.block--card.card1 .card .card__photo .photo-flame .thumb {
  border: 1px solid #090996;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-1317.3px, 0);
            transform: translate(-1317.3px, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-1317.3px, 0);
            transform: translate(-1317.3px, 0);
  }
}
@-webkit-keyframes circle {
  0% {
    stroke-dashoffset: 543.5201416016px;
  }
  60% {
    stroke-dashoffset: 1087.0402832031px;
  }
  90% {
    stroke-dashoffset: 1087.0402832031px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 1087.0402832031px;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    stroke-dashoffset: 543.5201416016px;
  }
  60% {
    stroke-dashoffset: 1087.0402832031px;
  }
  90% {
    stroke-dashoffset: 1087.0402832031px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 1087.0402832031px;
    opacity: 0;
  }
}
@-webkit-keyframes kirakira01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kirakira01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes kirakira02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes kirakira02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.card--visible .block--card {
  opacity: 1;
  pointer-events: auto;
}
.card--visible .block--card.visible--back .card--omote {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.card--visible .block--card.visible--back .card--ura {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-delay: 0.15s;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #090996;
}