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

a {
  color: #1A1719;
}
a:hover {
  color: rgba(25, 25, 25, 0.6509803922);
}

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

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

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

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

.btn--chevron {
  color: #191919;
}
.btn--chevron::after {
  border-color: #191919;
}
.btn--chevron:hover {
  color: rgba(25, 25, 25, 0.6509803922);
}
.btn--chevron:hover::after {
  border-color: rgba(25, 25, 25, 0.6509803922);
}

.btn--chevron-left {
  color: #191919;
}
.btn--chevron-left::after {
  border-color: #191919;
}
.btn--chevron-left:hover {
  color: rgba(25, 25, 25, 0.6509803922);
}
.btn--chevron-left:hover::after {
  border-color: rgba(25, 25, 25, 0.6509803922);
}

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

.tit--menu {
  opacity: 0.7;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 16vw;
  min-width: 130px;
  max-width: 180px;
  margin: 3vw auto 10px;
  position: relative;
}
header h1 a {
  display: block;
}

img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

#block--oshimen {
  width: 70%;
  margin: 0 auto 48px;
  background: linear-gradient(-20deg, rgb(140, 140, 140) 0%, rgb(101, 101, 101) 18%, rgb(138, 138, 138) 34%, rgb(156, 156, 156) 51%, rgb(207, 207, 207) 84%, rgb(140, 140, 140) 100%);
  border-radius: 16px;
  position: relative;
  overflow: clip;
  padding: 24px 20px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.2666666667));
}
#block--oshimen::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(/static/voksydays/fanclub/cmn/bg--noise.webp);
  background-size: 250px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}
#block--oshimen::after {
  content: "";
  display: block;
  width: 200%;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 5;
  filter: blur(40px);
  rotate: -35deg;
  translate: -10% -10vw;
  animation: layanimation 3s ease-in-out infinite 0.4s;
}
#block--oshimen .item--logo {
  display: block;
  width: 40%;
  line-height: 1;
  margin: 0 auto 20px;
}
#block--oshimen .thumb {
  line-height: 0;
  border-radius: 8px;
  overflow: clip;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
#block--oshimen .name--artist {
  font-family: aviano, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}
#block--oshimen .days {
  color: #fff;
  font-family: baskerville-urw, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
#block--oshimen .days em, #block--oshimen .days span {
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#block--oshimen .days em {
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-inline: 2px 4px;
}

.btn.popup {
  width: 80%;
  max-width: 300px;
  background: #191919;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 2em;
  padding: 1.4em 2em;
  margin: 0 auto 1em;
  cursor: pointer;
}
@media (hover: hover) {
  .btn.popup {
    transition: scale 0.3s;
  }
  .btn.popup:hover {
    scale: 1.05;
  }
}

.btn:has(.btn--other) {
  width: 80%;
  max-width: 300px;
  margin: 1em auto 2em;
}
.btn:has(.btn--other) a {
  width: 100%;
}

@keyframes layanimation {
  0% {
    translate: -10% -10%;
  }
  20% {
    translate: 110% 800%;
  }
  100% {
    translate: 110% 800%;
  }
}
.wrap:has(#block--card) {
  position: static;
  padding-bottom: 30px;
}
.wrap:has(#block--card) footer {
  position: relative;
}

#block--card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
#block--card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  z-index: 10;
}
#block--card .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: clip;
  z-index: 11;
}
#block--card .inner::after {
  content: "";
  display: block;
  width: 200%;
  height: 130px;
  border-radius: 50%;
  background: #fffac8;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 5;
  filter: blur(40px);
  rotate: -35deg;
  translate: -10% -10vw;
  animation: layanimation 3s ease-in-out infinite 0.4s;
}
#block--card .logo {
  width: 60%;
  margin: 80px auto;
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
  filter: drop-shadow(-1px -1px 0px rgba(255, 244, 171, 0.6666666667));
}
#block--card .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 310px);
  left: calc(50% + 128px);
  cursor: pointer;
}
#block--card .close::before, #block--card .close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #191919;
  position: absolute;
  top: 50%;
  left: 0;
  rotate: 45deg;
}
#block--card .close::after {
  rotate: -45deg;
}
@media (hover: hover) {
  #block--card .close {
    transition: scale 0.3s;
  }
  #block--card .close:hover {
    scale: 1.2;
  }
}
#block--card .card {
  width: 320px;
  aspect-ratio: 312/503;
  border-radius: 16px;
  background: #EFCD79;
  position: relative;
  overflow: clip;
}
#block--card .card::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 12px;
  border: 1px solid #ba7239;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  left: 5px;
  top: 5px;
}
#block--card .card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/static/voksydays/fanclub/mypage/bg--membercard.webp);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}
#block--card .inner {
  background-image: linear-gradient(180deg, #ffffff 0%, #bca262 100%), conic-gradient(from var(--gradient-angle), #BE8C4E 0%, #ffdd84 37%, #e2d7b5 30%, #ffcb48 33%, #ffe79d 40%, #ffdc7b 50%, #be932b 77%, #fff9e6 80%, #ffd875 83%, #ffab0a 90%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 17px;
  border: 1px solid transparent;
  position: relative;
  animation: 3.8s gradient-angle infinite linear;
}
#block--card .block--status {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 8%;
  width: 80%;
  font-family: baskerville-urw, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #443100;
  position: absolute;
  left: 10%;
  bottom: min(32px, 8vw);
  z-index: 10;
}
#block--card .block--status > div {
  width: 48%;
  padding: 0;
}
#block--card .block--status > div dt {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
#block--card .block--status > div dd {
  font-size: min(14px, 4vw);
}
#block--card .block--status > div.item__no {
  width: 36%;
}
#block--card .block--status > div.item__no dd {
  font-size: min(17px, 5vw);
}
#block--card .block--status > div.item__nickname {
  width: 56%;
}

.card--visible #block--card {
  opacity: 1;
  pointer-events: auto;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}
@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}
.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;
}

a[href$="/feature/deals_payment#convenience"]::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}

#mypage--app section .area--user-status.status--free {
  background: #999;
}

#mypage--app section .area--user-status.status--member {
  background: #191919;
}

@media screen and (max-width: 961px) {
  #block--oshimen {
    width: 90%;
    padding: 24px 16px;
  }
  #block--oshimen .name--artist {
    margin-bottom: 8px;
  }
  #block--card .inner,
  #block--card .card {
    width: 320px;
    max-width: 86vw;
  }
}