@charset "UTF-8";
.btn-base-style, .btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  color: #212121;
}

.btn {
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
  text-align: center;
}

.formArea .btn {
  margin: 0 auto 20px;
}

.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 1.2em 2em;
  border-radius: 0;
  border: 1px solid #212121;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.btn--main,
input.btn--main {
  background: #212121;
  color: #fff;
}

.content--main > form input[type=submit],
.btn--sub,
input.btn--sub {
  background: transparent;
  color: #212121;
}

.txt--sub + .btn {
  margin-top: 0.5em;
}

@media screen and (min-width: 961px) {
  .btn {
    max-width: 290px;
  }
  .btn--main:hover,
  input.btn--main:hover {
    background: transparent;
    color: #212121;
  }
  .btn--sub:hover,
  input.btn--sub:hover {
    background: #212121;
    color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .formList.confirm {
    padding: 20px 10px;
  }
  .formList.statusInput li {
    display: flex;
    align-items: center;
  }
  #contactConfirm .formList li:last-child {
    margin-bottom: 0;
  }
}
.block--card {
  position: relative;
  aspect-ratio: 1.618/1;
  width: 97%;
  max-width: 370px;
  margin: 0 auto 30px;
  border-radius: 5px;
  background: #F7F5EF;
  color: #212121;
  box-shadow: 2px 2px 8px rgba(48, 48, 44, 0.2);
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.block--card::before, .block--card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 200px;
  background-position: center center;
  pointer-events: none;
}
.block--card::before {
  background-image: url(/static/creephyp/renewal/common/noise.webp);
  mix-blend-mode: overlay;
  opacity: 0.5;
  background-position: -5% -5%;
}
.block--card::after {
  background-image: url(/static/creephyp/renewal/fanclub/mypage/noise.webp);
  mix-blend-mode: screen;
  opacity: 0.7;
}
.block--card .card_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.block--card .card_bg::before, .block--card .card_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 21;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1.5px solid #212121;
}
.block--card .card_bg::before {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}
.block--card .card_bg::after {
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  border-width: 1px;
  opacity: 0.8;
}
.block--card .card_bg .bg_mask {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  fill: #EBA6BB;
}
.block--card .card_bg .block--frame_dec,
.block--card .card_bg .block--line_dec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--card .card_bg .block--frame_dec .frame_dec {
  position: absolute;
  width: 12px;
  height: 12px;
}
.block--card .card_bg .block--frame_dec .frame_dec:nth-child(1) {
  top: 4px;
  left: 4px;
}
.block--card .card_bg .block--frame_dec .frame_dec:nth-child(2) {
  top: 4px;
  right: 4px;
  transform: rotate(90deg);
}
.block--card .card_bg .block--frame_dec .frame_dec:nth-child(3) {
  bottom: 4px;
  right: 4px;
  transform: rotate(180deg);
}
.block--card .card_bg .block--frame_dec .frame_dec:nth-child(4) {
  bottom: 4px;
  left: 4px;
  transform: rotate(-90deg);
}
.block--card .card_bg .block--line_dec {
  z-index: 1;
}
.block--card .card_bg .block--line_dec .dec_wrap {
  position: absolute;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.block--card .card_bg .block--line_dec .dec_wrap .line_dec {
  fill: #F7F5EF;
  width: 180%;
  height: 180%;
}
.block--card .card_bg .block--line_dec .dec_wrap:nth-child(1) {
  top: 9px;
  right: 9px;
  transform: rotate(-90deg);
}
.block--card .card_bg .block--line_dec .dec_wrap:nth-child(2) {
  bottom: 9px;
  left: 9px;
  transform: rotate(90deg);
}
.block--card .card_bg .block--txt_dec {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.block--card .card_bg .block--txt_dec.dec_l {
  left: 3px;
}
.block--card .card_bg .block--txt_dec.dec_r {
  right: 3px;
}
.block--card .card_bg .block--txt_dec .txt_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(32px, 8vw);
  height: min(32px, 8vw);
  margin-top: -1px;
  background: #F7F5EF;
  border-radius: 999px;
  border: 1.5px solid #212121;
  box-sizing: border-box;
}
.block--card .card_bg .block--txt_dec .txt_wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 999px;
  border: 1px solid #212121;
  opacity: 0.6;
}
.block--card .card_bg .block--txt_dec .txt_wrap svg {
  position: relative;
  z-index: 10;
  width: 90%;
}
.block--card .card--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.block--card .block--logo,
.block--card .block--data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block--card .block--logo .ofLogo,
.block--card .block--logo .fcLogo {
  fill: #212121;
}
.block--card .block--logo .ofLogo {
  width: 36%;
  margin-top: 6px;
}
.block--card .block--logo .txt {
  margin-top: 0.2em;
  margin-bottom: 0.7em;
  font-size: 11px;
}
.block--card .block--logo .fcLogo {
  width: 70%;
}
.block--card .block--data {
  font-size: 13px;
  margin-top: 1em;
}
.block--card .block--data .item__date span {
  letter-spacing: 0.08em;
}
.block--card .block--data p + p {
  margin-top: 0.2em;
}

.dec_wrap .line_dec {
  transform-box: fill-box;
  animation: rotate 60s linear infinite;
  -webkit-animation: rotate 60s linear infinite;
  will-change: transform;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #9d9d9d;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #212121;
}
#mypage--app section .area--user-status.status--member p {
  font-size: 18px;
}
#mypage--app section .area--user-status.status--member p span {
  font-size: 14px;
}