@charset "UTF-8";
body {
  background-color: #f5f5f5;
}

input, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #2C2C2C;
}
a:hover {
  color: #444;
}

.btn--main {
  background: #2C2C2C;
  color: #fff;
  border-radius: 0;
}
.btn--main:hover {
  background: #2C2C2C;
}

.btn--sub {
  background: transparent;
  color: #2C2C2C;
  border-radius: 0;
}
.btn--sub:hover {
  color: #fff;
  background: #2C2C2C;
}

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

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

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

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 20vw;
  margin: 20px auto;
  position: relative;
  max-width: 200px;
}
header h1 svg {
  fill: #000;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.btn--firstlogin {
  margin: 5% 0 9%;
}
.btn--firstlogin a {
  border-bottom: 1px solid;
}

.login--attention {
  background: #ffdada;
  font-size: 13px;
  padding: 20px;
  border: 2px solid #c00;
  margin-top: 16px;
}
.login--attention .txt--basic {
  border-bottom: 1px solid;
  display: inline-block;
  margin: 0 0 0.8em;
}
.login--attention a {
  color: #333;
}
.login--attention a:hover {
  opacity: 0.4;
  color: #333;
}

.box-caution {
  font-size: 12px;
  color: #040748;
  font-weight: bold;
  border: 2px solid #040748;
  padding: 4%;
}

.text-link-anchor {
  position: relative;
  text-align: center;
  background: #f33;
  padding: 10px;
  margin-bottom: 40px;
}

.text-link-anchor:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-link-anchor:hover {
  opacity: 0.4;
}

.text-link-anchor a {
  color: #fff;
}

#can_not_login h3 {
  font-weight: bold;
  font-size: 140%;
  color: #f33;
  text-align: center;
  margin-bottom: 10px;
}

.list-required {
  margin: 10px auto;
}

.list-required > li:not(.caution-tit) {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}

.list-required > li .list-icon {
  font-size: 18px;
  margin-right: 4px;
}

.list-required li.caution-tit {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 15px;
}

#can_not_login .sub-txt {
  color: #333;
  font-size: 75%;
}

#can_not_login .sub-txt a {
  color: #f33;
  padding-bottom: 2px;
  border-bottom: 1px solid #f33;
}

#can_not_login .sub-txt a:hover {
  opacity: 0.4;
}

.list-required ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

.list-required ul li {
  font-size: 80%;
}

.list-required ul li:not(:nth-child(3)) {
  margin-right: 6px;
}

.list-required ul > li:before {
  margin-left: 10px;
  top: 0;
}

.list-required li p.sub-txt {
  margin-left: 1.3em;
  margin-top: 5px;
}

.block--card .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 260px;
  height: 390px;
  background-color: #fff;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.block--card .card::before {
  content: "";
  position: absolute;
  background: url(/static/leoieiri/fanclub/renewal_fg3U1ikJ/common/card_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.block--card .card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  top: 0;
  left: 0;
}
.block--card .card .inner {
  position: relative;
  margin: 24px 24px 8px 0;
  z-index: 10;
}
.block--card .card .inner .logo--txt {
  position: absolute;
  width: 48%;
  top: 0;
  left: 36px;
  opacity: 0.5;
}
.block--card .card .inner .logo--txt #clipmask .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.block--card .card .inner .list--data {
  position: relative;
  text-align: right;
  font-weight: 600;
  font-size: 11px;
  z-index: 10;
}
.block--card .card .inner .list--data > p:not(:last-child) {
  margin-bottom: 0.3em;
}
.block--card .card .inner .list--data .item__period {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.02em;
}
.block--card .card .inner .list--data .item__period span.item-tit {
  vertical-align: middle;
  margin-right: 6px;
  zoom: 0.8;
}
.block--card .card .inner .list--data .item__period span.yy, .block--card .card .inner .list--data .item__period span.mm {
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block--card .card .inner .list--data .item__period span.yy {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.block--card .card .inner .list--data .item__period span.mm {
  margin-left: 0.1em;
  letter-spacing: 0;
  zoom: 0.8;
}
.block--card .card .inner .list--data .item__term {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.06em;
}
.block--card .card .inner .list--data .item__nickname {
  font-size: 10px;
  letter-spacing: 0.02em;
}
.block--card .card .inner .list--ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 94%;
  margin-left: 12px;
  margin-top: 2px;
}
.block--card .card .inner .list--ph li {
  width: 44%;
}
.block--card .card .inner .list--ph li img {
  pointer-events: none;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
}
.block--card .card .inner .list--ph li:nth-child(1) {
  -webkit-transition: opacity 0.8s 1.5s;
  transition: opacity 0.8s 1.5s;
  margin-top: 24px;
}
.block--card .card .inner .list--ph li:nth-child(1) img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.block--card .card .inner .list--ph li:nth-child(2) {
  -webkit-transition: opacity 0.8s 1.8s;
  transition: opacity 0.8s 1.8s;
  margin-right: 7px;
  margin-top: 3px;
}
.block--card .card .inner .list--ph li:nth-child(2) img {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.block--card .card .inner .list--ph li:nth-child(3) {
  -webkit-transition: opacity 0.8s 2.1s;
  transition: opacity 0.8s 2.1s;
  margin-top: -36px;
}
.block--card .card .inner .list--ph li:nth-child(3) img {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.block--card .card .inner .list--ph li:nth-child(4) {
  -webkit-transition: opacity 0.8s 2.4s;
  transition: opacity 0.8s 2.4s;
  margin-right: -6px;
  margin-top: -49px;
}
.block--card .card .inner .list--ph li:nth-child(4) img {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.block--card .list--stage {
  margin-bottom: 60px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.block--card .list--stage .item__period {
  font-size: 13px;
  letter-spacing: 0.08em;
}
.block--card .list--stage .tit {
  font-family: "Urbanist", sans-serif;
  text-align: center;
  font-size: 20px;
  color: #172443;
}
.block--card .list--stage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block--card .list--stage ul li {
  font-family: "Urbanist", sans-serif;
  width: 65px;
  height: 65px;
  border: 1px solid #E7E8E7;
  border-radius: 50%;
  color: #9F9F9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 16px;
}
.block--card .list--stage ul li span {
  font-size: 11px;
  font-weight: 400;
}
.block--card .list--stage ul li:last-child {
  margin-right: 0;
}
.block--card .list--stage ul li:last-child span {
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.block--card .list--stage ul li.collected, .block--card .list--stage ul li.selected {
  background: #fff;
  border: none;
}
.block--card .list--stage ul li.selected:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.block--card .list--stage ul li.btn_blue.collected, .block--card .list--stage ul li.btn_blue.selected {
  background: #2983c3;
  color: #fff;
}
.block--card .list--stage ul li.btn_blue.selected:before {
  border: 1px solid #2983c3;
}
.block--card .list--stage ul li.btn_silver.collected, .block--card .list--stage ul li.btn_silver.selected {
  background: #A5A5A5;
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#A5A5A5));
  background: linear-gradient(180deg, #dddddd 0%, #A5A5A5 100%);
  color: #fff;
}
.block--card .list--stage ul li.btn_silver.selected:before {
  border: 1px solid #dddddd;
}
.block--card .list--stage ul li.btn_gold.collected, .block--card .list--stage ul li.btn_gold.selected {
  background: #ffe39e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe39e), to(#f3c472));
  background: linear-gradient(180deg, #ffe39e 0%, #f3c472 100%);
  color: #fff;
}
.block--card .list--stage ul li.btn_gold.selected:before {
  border: 1px solid #ffe39e;
}
.block--card .list--stage ul li.btn_platinum.collected, .block--card .list--stage ul li.btn_platinum.selected {
  background: #5D5D5D;
  background: -webkit-gradient(linear, left top, left bottom, from(#5D5D5D), to(#000000));
  background: linear-gradient(180deg, #5D5D5D 0%, #000000 100%);
  color: #fff;
}
.block--card .list--stage ul li.btn_platinum.selected:before {
  border: 1px solid #5D5D5D;
}
.block--card .list--stage .caution {
  display: none;
  text-align: center;
  color: #9F9F9F;
  font-size: 10px;
}
.block--card.pre .card {
  display: none;
}
.block--card.pre .list--stage p {
  display: block;
}
.block--card.pre .list--stage .item__period {
  font-size: 12px;
  margin-bottom: 25px;
  text-align: center;
}
.block--card.pre .list--stage ul {
  margin-bottom: 25px;
}
.block--card.blue .card::after {
  background: #5991B9;
}
.block--card.blue .card .inner .logo--txt img {
  fill: rgba(42, 131, 195, 0.4);
}
.block--card.blue .card .inner .list--data {
  color: #2A83C3;
}
.block--card.silver .card::after {
  background: #979795;
}
.block--card.silver .card .inner .logo--txt img {
  fill: rgba(148, 148, 145, 0.3);
}
.block--card.silver .card .inner .list--data {
  color: #979797;
}
.block--card.gold .card::after {
  background: #F4DA75;
}
.block--card.gold .card .inner .logo--txt img {
  fill: rgba(221, 177, 13, 0.2);
}
.block--card.gold .card .inner .list--data {
  color: #DDB10D;
}
.block--card.platinum .card::after {
  background: #3E3B3C;
}
.block--card.platinum .card .inner .logo--txt img {
  fill: rgba(56, 56, 56, 0.4);
}
.block--card.platinum .card .inner .list--data {
  color: #5F5F5F;
}
.block--card .detail__btn {
  margin-top: 0;
  margin-bottom: 30px;
}
.block--card .detail__btn a {
  font-size: 10px;
  padding: 0 0.2em 0.4em;
  border-bottom: 1px solid;
  border-radius: 0;
  line-height: inherit;
  min-width: auto;
}
.block--card .detail__btn a::before {
  content: none;
}
.block--card .detail__btn a::after {
  content: "STAGEについて";
}

.block--card .card {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.block--card .card .inner .list--data {
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}
.block--card .card .inner .list--ph li {
  opacity: 0;
}

body.loaded .block--card .card,
body.loaded .block--card .card .inner .list--data,
body.loaded .block--card .card .inner .list--ph li {
  opacity: 1;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .block--card {
    background: rgba(255, 255, 255, 0.8);
  }
}
/* SP */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--attention {
    font-size: 13px;
    padding: 15px;
    border-radius: 4px;
  }
  .block--card .card {
    width: 290px;
    height: 450px;
    margin-bottom: 30px;
  }
  .block--card .card .inner .logo--txt {
    left: 44px;
  }
  .block--card .card .inner .list--ph {
    margin-top: 16px;
  }
  .block--card .card .inner .list--ph li:nth-child(2) {
    margin-top: 0;
  }
  .block--card .list--stage .tit {
    font-size: 18px;
  }
  .block--card .list--stage ul li {
    width: 54px;
    height: 54px;
    margin-right: 10px;
  }
  .block--card .list--stage ul li span {
    font-size: 10px;
  }
  .block--card .list--stage ul li:last-child span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .block--card .list--stage ul li.selected:before {
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }
  .text-link-anchor {
    font-size: 90%;
  }
  #can_not_login h3 {
    font-size: 115%;
    text-align: left;
  }
  .list-required li.caution-tit {
    font-size: 110%;
  }
  .list-required > li:not(.caution-tit) {
    margin-bottom: 6px;
  }
  .list-required ul {
    display: block;
    margin-bottom: 10px;
  }
}
/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.btn--birthday {
  margin: 0 auto 40px;
}
.btn--birthday i, .btn--birthday i:before {
  -webkit-transition: none;
  transition: none;
}

.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;
}

.mypage .detail__btn.app a::after {
  content: "BACK";
}

.detail__btn a::after {
  content: "HOME";
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #979ea3;
}

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

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 24px auto 40px;
  }
}/*# sourceMappingURL=mypage-service.css.map */