@charset "UTF-8";
a[target=_blank]:not([class])::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

body {
  background-color: #f5f5f5;
  color: #2f2121;
}

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

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

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

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

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

.btn--chevron {
  color: #333;
}
.btn--chevron::after {
  border-color: #333;
}
.btn--chevron:hover {
  color: #333;
}
.btn--chevron:hover::after {
  border-color: #333;
}

.btn--chevron-left {
  color: #333;
}
.btn--chevron-left::after {
  border-color: #333;
}
.btn--chevron-left:hover {
  color: #333;
}
.btn--chevron-left:hover::after {
  border-color: #333;
}

.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: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100;
  transition: display 0.2s;
}
.block--card .close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 100;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
.block--card .close::after {
  transform: rotate(-45deg);
}
.block--card img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.block--card .card {
  position: relative;
  width: 440px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.block--card .card .card-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.block--card .card .card-inner .label {
  position: relative;
  width: 100%;
  padding: 12px 32px;
  background: linear-gradient(90deg, #FF90D9, #D827D9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.block--card .card .card-inner .label .logo {
  width: 70px;
}
.block--card .card .card-inner .label .logo img {
  display: block;
}
.block--card .card .card-inner .label .number {
  font-family: "angie-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.block--card .card .card-inner .inner {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 32px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.block--card .card .card-inner .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/bg__texture.webp);
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover;
  opacity: 0.1;
  border-radius: 20px;
}
.block--card .card .card-inner .thumb {
  position: relative;
  width: 40%;
}
.block--card .card .card-inner .thumb .inner--thumb {
  overflow: hidden;
  aspect-ratio: 3/4;
}
.block--card .card .card-inner .thumb .inner--thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  vertical-align: bottom;
}
.block--card .card .card-inner .thumb::before, .block--card .card .card-inner .thumb::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: none;
  z-index: 10;
}
.block--card .card .card-inner .thumb::before {
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/parts__illust01.png);
  width: 36px;
  height: 45px;
  top: -34px;
  right: -17px;
}
.block--card .card .card-inner .thumb::after {
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/parts__illust02.png);
  width: 40px;
  height: 44px;
  bottom: -18px;
  left: -25px;
}
.block--card .card .card-inner .text {
  position: relative;
  width: 64%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  color: #500AAC;
  font-family: "angie-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.block--card .card .card-inner .text::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/parts__emblem.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
.block--card .card .card-inner .text .sub-tit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  line-height: 1.1;
}
.block--card .card .card-inner .text .sub-tit::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: none;
  z-index: 10;
}
.block--card .card .card-inner .text [class^=block--] {
  z-index: 1;
}
.block--card .card .card-inner .text .block--name {
  background: rgba(216, 39, 217, 0.06);
  padding: 8px;
  height: 70%;
}
.block--card .card .card-inner .text .block--name .sub-tit::before {
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/parts__doodle01.png);
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
}
.block--card .card .card-inner .text .block--name .name {
  position: relative;
  width: 90%;
  height: 70%;
  margin: 4% auto 6%;
}
.block--card .card .card-inner .text .block--name .name img {
  position: absolute;
  top: 50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.block--card .card .card-inner .text .block--join {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  word-break: break-all;
  padding-bottom: 8px;
  border-bottom: 1px solid #C3AFDF;
}
.block--card .card .card-inner .text .block--join .sub-tit::before {
  background-image: url(/static/produce101thegirls/fanclub/mypage/parts/parts__doodle02.png);
  width: 38px;
  height: 30px;
  top: -6px;
  left: -14px;
}
.block--card .card .card-inner .text .block--join .join {
  font-size: 17px;
  font-weight: 700;
}

@media screen and (min-width: 1px) and (max-width: 500px) {
  .block--card .close {
    width: 24px;
    height: 24px;
    top: -32px;
  }
  .block--card .card {
    width: calc(100% - 8.54vw);
  }
  .block--card .card .card-inner {
    border-radius: 15px;
  }
  .block--card .card .card-inner .label {
    padding: 3vw 4.27vw;
  }
  .block--card .card .card-inner .label .logo {
    width: min(16%, 45px);
  }
  .block--card .card .card-inner .label .number {
    font-size: 13px;
  }
  .block--card .card .card-inner .inner {
    padding: 4.27vw;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .block--card .card .card-inner .inner::before {
    border-radius: 15px;
  }
  .block--card .card .card-inner .thumb {
    width: 34%;
  }
  .block--card .card .card-inner .thumb::before {
    width: 28px;
    height: 34px;
    top: -25px;
    right: -16px;
  }
  .block--card .card .card-inner .thumb::after {
    width: 30px;
    height: 32px;
    bottom: -10px;
    left: -10px;
  }
  .block--card .card .card-inner .text {
    width: 60%;
  }
  .block--card .card .card-inner .text .sub-tit {
    font-size: min(10px, 2.7vw);
  }
  .block--card .card .card-inner .text .block--join {
    padding-bottom: 0.2em;
  }
  .block--card .card .card-inner .text .block--join .sub-tit::before {
    top: -6px;
    left: -10px;
  }
  .block--card .card .card-inner .text .block--join .join {
    font-size: min(16px, 4.2vw);
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: linear-gradient(#FCB4DB 5%, #FF77BC);
}

/*FANTY ID レイアウト調整*/
.list--menu .menu__status {
  right: -68%;
}

.list--menu span,
.list--payment span {
  width: 60%;
}

/*　自動継続停止ページ調整 */
.section.regist {
  max-width: 600px;
  padding: 2em 5% 3em 5%;
  margin: 0 auto;
}
.section.regist .sectionTit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}
.section.regist .blockTit {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}
.section.regist .txtArea .txt + .txt {
  margin-top: 1em;
}
.section.regist .btn .sub {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.section.regist form .btn {
  margin-top: 2em;
}
.section.regist .btn + .btn,
.section.regist form + .btn {
  margin-top: 1em;
}
.section.regist .btn + .btn .sub,
.section.regist form + .btn .sub {
  background: transparent;
  color: #333;
}

@media screen and (min-width: 1px) and (max-width: 755px) {
  .list--menu span {
    width: 65%;
  }
  .list--menu .menu__status {
    right: -55%;
  }
}