@charset "UTF-8";
body {
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  background: #F5F4F6;
  font-size: 15px;
  line-height: 1.7em;
  color: #212121;
  letter-spacing: 0.01em;
}

header h1.logo a span {
  display: block;
  line-height: 1.5;
}
header h1.logo a .artist-name {
  margin-bottom: 0.2em;
  font-size: 22px;
}
header h1.logo a .fanclub-name {
  font-size: 13px;
}
header h1.logo a img {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2509803922));
}
header h1.logo.no-img {
  width: 100%;
  max-width: 600px;
}

.footer .footer_logo,
.footer .footer__inner.inr,
.footer .nav.nav__list--sns {
  display: none;
}
.footer .footer_logo {
  margin: 2em auto 1.5em;
  width: 22vw;
}

.form--post dt {
  opacity: 1;
  line-height: 1;
  color: #888;
  margin-bottom: 0;
}

.list--error li a {
  display: inline;
  color: #f33;
  text-decoration: underline;
}

.cnfm .list--notes {
  margin-bottom: -0.4em;
}

.list--notes li em {
  display: inline-block !important;
}

.icon--required {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #fb3000;
  padding: 2px 8px 1px;
  margin-left: 1em;
  line-height: 1;
  border-radius: 5px;
}

a[target=_blank]:not([class])::after {
  top: 0em;
  margin-left: 0.6em;
}

.form--confirm {
  border-radius: 0.8em;
  padding: 1.5em;
}
.form--confirm dt {
  font-size: 0.8em;
  font-weight: normal;
  opacity: 0.7;
  line-height: 1;
}
.form--confirm dd:last-of-type {
  margin-bottom: 0;
}

.list--attention__add {
  background: #e8e8e8;
  text-indent: 0;
  border-radius: 10px;
  padding: 20px;
  margin: 16px 0 24px;
}

.regist .payment_status {
  display: flex;
  justify-content: space-between;
  background: white;
  border: 0.5px solid #b5b5b5;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.regist .payment_status .status {
  font-weight: bold;
}

.regist .btn_service {
  margin: 25px 0 30px;
}

.regist .btn_service a {
  min-width: 250px;
  font-size: 15px;
}

.page--regist.mypage .list--payment {
  padding-left: 0;
  box-shadow: none;
}

.btn--main {
  font-size: 16px;
  font-weight: bold;
  width: 320px;
  max-width: 85%;
  min-width: inherit;
  background: linear-gradient(90deg, #974EF8 0%, #974EF8 48%, #7529F1 100%);
  border-radius: 88px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  margin: 0.5em auto;
  transition: all 0.3s;
  line-height: 1;
}

.btn--sub {
  color: #974EF8 !important;
  border: solid 1px #974EF8;
  background: #fff;
  max-width: 320px;
  width: 85%;
  min-width: inherit;
  border-radius: 50em;
}

.page--regist .box .card.statusInput {
  display: flex !important;
  max-width: 300px;
  margin-top: 0;
}

.section--mailmag .box {
  padding-bottom: 1.5em;
}
.section--mailmag .list--menu {
  padding: 0.5em 1em 0.5em;
  border-radius: 0.8em;
}
.section--mailmag .list--menu li .tit {
  margin-top: 0.5em;
}
.section--mailmag .list--notes {
  margin-top: 2em;
}
.section--mailmag .list--notes li {
  line-height: 1.5;
}

.input--half {
  width: 48% !important;
}

.formHalfMulti {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 961px) {
  .section--mailmag .list--menu {
    padding: 0;
  }
  .section--mailmag .list--menu li {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .page--regist .wrap {
    padding-top: 80px;
  }
  #form_cardNo {
    width: 60% !important;
  }
  #form_holderName {
    width: 60% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .page--regist .box .card.statusInput {
    margin-top: -0.5em;
  }
  .page--regist .box div.flowtit {
    box-shadow: none;
    margin: 0 0 3em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6117647059);
  }
}
.page--regist.chngcd.intit .form--confirm dd {
  position: relative;
}
.page--regist.chngcd.intit .form--confirm dd .icon {
  background: #222;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  position: absolute;
  top: 0;
  right: 0;
}
.page--regist.chngcd.intit .form--confirm.expired {
  background: #eee;
}
.page--regist.chngcd.intit .form--confirm.isWithinOneMonth dd .icon {
  background: #ff3030;
}

@media screen and (max-width: 961px) {
  .page--regist .wrap {
    padding-top: 45px;
  }
  .list--menu {
    width: 100%;
    border: none;
    margin: 0;
  }
  .list--menu a {
    font-size: 13px;
  }
  .list--menu:not(.sts) li {
    margin-left: 10px;
  }
  .list--menu:not(.sts) li a {
    padding-left: calc(1.5em - 10px);
  }
  .page--regist.mypage .page-tit {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
  }
  .page--regist div.box div.flowtit span {
    margin: 0 auto 0.5em;
    padding: 0.3em 1.5em 0.1em;
    font-size: 0.8em;
  }
  .page--regist .box .list--menu.sts {
    border: none;
    margin: 0;
  }
  .page--regist .box .list--menu.sts.mypage .box {
    width: 100%;
  }
  .page--regist.mypage .list--payment {
    border: none;
  }
  .page--regist.mypage.stts .box {
    background: none;
  }
  .page--regist.mypage.stts .box ul li {
    background: #fff;
  }
  .page--regist.chngcd.intit .form--confirm dd .icon {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0.6em 1em 0.5em;
    line-height: 1;
  }
  .page--regist.payselect .box .flowtit {
    padding: 0 0 1em 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6117647059);
    margin: 0 auto 2em;
  }
  .page--regist.payselect ul.list--payment {
    margin: -2em 0 -1em;
    border: none;
    border-bottom: none;
  }
  .page--regist.payselect ul.list--payment li label {
    border-radius: 0;
    box-shadow: none;
    padding: 1em 1em 1em 0.5em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6117647059);
  }
  .page--regist.payselect ul.list--payment li:not(:last-child) {
    margin-bottom: 0;
  }
  .page--regist.payselect ul.list--payment li:last-of-type label {
    border-bottom: none;
  }
}
.page--regist.mypage.stts .list--payment li::after {
  display: none;
}

.page--contact section {
  max-width: 700px;
}
.page--contact .form--post dt {
  margin-bottom: 0.8em;
}

/* アプリ用マイページ
============================== */
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

section .area--user-status {
  padding: 30px 4%;
  margin: -2em -5.5% 40px;
  color: #fff;
  position: relative;
  text-align: center;
  background: #111;
}
section .area--user-status > * {
  position: relative;
}
section .area--user-status .name {
  font-size: 20px;
  font-weight: bold;
}
section .area--user-status .name span {
  display: block;
  margin-top: 4px;
  word-break: break-all;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
section .area--user-status .txt {
  opacity: 0.6;
  font-size: 15px;
}
section .area--user-status .txt span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
section .area--user-status .ph--qr {
  margin: 20px 0 12px;
}
section .area--user-status .ph--qr a {
  line-height: 0;
  display: inline-block;
}
section .area--user-status .ph--qr canvas {
  margin: 0 auto;
  border: 12px solid #fff;
  outline: solid 3px #000000;
}
section .area--user-status .btn--pay {
  padding: 0;
}
section .area--user-status .btn--pay a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 0 30px;
  line-height: 38px;
  font-weight: normal;
  font-size: 13px;
  border-radius: 100px;
  min-width: unset;
  color: #fff;
}
section .area--user-status .btn--pay a::after {
  position: relative;
  right: -9px;
  top: -1px;
  border-width: 1px;
  border-color: #fff;
}
section .area--user-status.area--user-status.hasQR::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 200%;
  animation: movingGrad 2.5s linear infinite;
}
@keyframes movingGrad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.block--expiration {
  margin: 0 0 40px;
}
.block--expiration .btn {
  margin-top: 0;
}
.block--expiration .btn--main {
  background: #333;
  color: #fff;
}

.list--menu a::after {
  border-width: 1px;
}
.list--menu > span {
  word-break: break-all;
}
.list--menu a span {
  word-break: break-all;
}
.list--menu a span .menu__status {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.5;
}
.list--menu span em {
  display: block;
  font-size: 10px;
  font-style: unset;
  margin-top: 3px;
  opacity: 0.5;
}

.page--regist.page--payment-method .box.notfound {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

.page--regist.page--payment-method .box.notfound div.flowtit {
  margin: 0;
  padding: 0;
  border: none;
}

footer {
  text-align: center;
  margin-top: 5em;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
  justify-content: center;
  line-height: 2.5em;
  font-size: 14px;
}
footer ul li {
  margin: 0 0.5em;
}
footer ul li a {
  color: #6D4B9B;
}
footer .footer_logo {
  margin: 2em 0 1.5em;
}
footer .copyright,
footer .copyright a {
  color: #BDADCC;
}