@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: rgb(42.5, 42.5, 42.5);
}

.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;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(210, 210, 210, 0.65);
  backdrop-filter: blur(8px);
  z-index: 100;
}
.block--card .close {
  display: block;
  position: absolute;
  top: -48px;
  right: 8px;
  z-index: 100;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #6f8ab4;
}
.block--card .close::before {
  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: 480px;
  max-width: calc(100% - 56px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.18));
}
.block--card .card .card-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #6C83A7;
  aspect-ratio: 1.72/1;
}
.block--card .card .card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/static/produce101thegirls/renewal/common/fc_bg.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.block--card .card .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 100%;
  padding: 0;
  background: #D1E1F3;
  display: block;
  z-index: 2;
}
.block--card .card .label .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 58px;
  transform: translateX(-50%) rotate(90deg);
}
.block--card .card .label .logo img {
  display: block;
  width: 100%;
}
.block--card .card .label .number {
  display: none;
}
.block--card .card .label::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/static/produce101thegirls/renewal/common/fc_bg.webp);
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}
.block--card .card .label::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background-image: url(/static/produce101thegirls/renewal/mypage/parts/heart.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card .card .inner {
  position: relative;
  height: 100%;
  padding: clamp(22px, 6vw, 40px) clamp(14px, 4vw, 22px) clamp(20px, 5vw, 34px) clamp(48px, 12vw, 60px);
  -moz-column-gap: clamp(10px, 3vw, 22px);
       column-gap: clamp(10px, 3vw, 22px);
  display: flex;
  align-items: center;
  background: transparent;
  height: 100%;
}
.block--card .card .inner::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 150px;
  height: 150px;
  background-image: url(/static/produce101thegirls/renewal/mypage/parts/stamp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(15deg);
}
.block--card .card .thumb {
  position: relative;
  width: 40%;
  z-index: 2;
}
.block--card .card .thumb .inner--thumb {
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #fff;
  border: 2px solid #C5D2E9;
}
.block--card .card .thumb .inner--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  vertical-align: bottom;
}
.block--card .card .thumb::before, .block--card .card .thumb::after {
  display: none;
}
.block--card .card .text {
  position: relative;
  z-index: 2;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  font-family: "secret-service-typewriter", sans-serif;
  font-weight: 600;
  text-align: left;
  align-self: flex-end;
}
.block--card .card .text [class^=block--] {
  position: relative;
  z-index: 1;
}
.block--card .card .text .block--number,
.block--card .card .text .block--join {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: end;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}
.block--card .card .text .block--name {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: end;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
}
.block--card .card .text .block--name::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -9px;
  width: 20px;
  height: 20px;
  background: url(/static/produce101thegirls/renewal/mypage/parts/parts.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
.block--card .card .text .block--join {
  margin-top: 20px;
}
.block--card .card .text .sub-tit {
  position: relative;
  width: auto;
  font-family: serif;
  font-size: 13px;
  line-height: 1.15;
  color: #C5D2E9;
  font-family: "secret-service-typewriter", sans-serif;
}
.block--card .card .text .sub-tit::before {
  display: none;
}
.block--card .card .text .number {
  text-align: right;
  color: #D8E0ED;
}
.block--card .card .text .join {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: right;
}
.block--card .card .text .join .days {
  font-size: 24px;
  margin-right: 5px;
}
.block--card .card .text .name {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0;
}
.block--card .card .text .name img {
  position: absolute;
  top: 60%;
  left: 25%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 500px) {
  .block--card .card {
    width: 90%;
    max-width: 390px;
  }
  .block--card .card .close {
    top: -34px;
    right: 0;
    width: 26px;
    height: 26px;
  }
  .block--card .card .card-inner {
    border-radius: 8px;
    aspect-ratio: 1.65/1;
  }
  .block--card .card .label {
    width: 30px;
  }
  .block--card .card .label .logo {
    top: 24px;
    width: 48px;
  }
  .block--card .card .label::before {
    width: 44px;
    height: 44px;
    left: 18%;
    bottom: 12px;
  }
  .block--card .card .inner {
    padding: 25px 12px 24px 50px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    box-sizing: border-box;
  }
  .block--card .card .inner::before {
    right: -16px;
    top: -16px;
    width: 110px;
    height: 110px;
  }
  .block--card .card .thumb {
    width: 45%;
  }
  .block--card .card .text {
    width: 55%;
    justify-content: center;
    row-gap: 13px;
  }
  .block--card .card .text .block--number,
  .block--card .card .text .block--join,
  .block--card .card .text .block--name {
    grid-template-columns: 62px 1fr;
    gap: 8px;
    padding-bottom: 5px;
  }
  .block--card .card .text .block--join {
    margin-top: 0;
  }
  .block--card .card .text .sub-tit {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .block--card .card .text .number {
    font-size: 10px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .block--card .card .text .join {
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .block--card .card .text .join .days {
    font-size: 20px;
    line-height: 1;
  }
  .block--card .card .text .name {
    height: 34px;
  }
  .block--card .card .text .name img {
    top: 50%;
    left: 35%;
    width: 90%;
  }
  .block--card .card .text .block--name::after {
    right: 6px;
    bottom: -7px;
    width: 16px;
    height: 16px;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

/*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%;
  }
}/*# sourceMappingURL=mypage-service_y7ndkm.css.map */