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

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

a {
  color: #000;
}
a:hover {
  color: #444;
}

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

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

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

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

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

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

.page--mypage h1.logo {
  width: 150px;
}

.page--mypage .detail__btn {
  margin-top: 50px;
}

.block--card {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block--card .item__period span {
  margin-left: 2px;
}
.block--card .card {
  width: 260px;
  height: 390px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(21, 21, 21, 0.2);
          box-shadow: 6px 6px 10px 0px rgba(21, 21, 21, 0.2);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.block--card .card:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/leoieiri/fanclub/common/bg_pattern.png) repeat left top;
}
.block--card .card .line {
  position: absolute;
  z-index: 1;
}
.block--card .card .line svg {
  width: 100%;
}
.block--card .card .line.line_g {
  top: 0;
  right: 0;
}
.block--card .card .line.line_g svg .line_path {
  fill: none;
  stroke: #c5b77b;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  stroke-dasharray: 570.0530395508px;
  opacity: 0;
  -webkit-animation: line_right_left 6s linear 0.3s infinite;
          animation: line_right_left 6s linear 0.3s infinite;
}
.block--card .card .line.line_w {
  bottom: -35px;
  right: 0;
}
.block--card .card .line.line_w svg .line_path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  stroke-dasharray: 525.2004394531px;
  opacity: 0;
  -webkit-animation: line_left_right 6s linear 0.3s infinite;
          animation: line_left_right 6s linear 0.3s infinite;
}
.block--card .card .mask-kv {
  clip-path: ellipse(580px 660px at left -230px top -263px);
  -webkit-clip-path: ellipse(580px 660px at left -230px top -263px);
}
.block--card .card .mask-kv img {
  width: 260px;
  height: 390px;
  background-size: 136%;
  background-position: -25px center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block--card .card .inner .logo {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 130px;
  height: 44px;
  background: url(/static/leoieiri/fanclub/common/logo_fanclub_white.png) no-repeat left top;
  background-size: contain;
}
.block--card .card .inner .list--data {
  position: absolute;
  top: 220px;
  right: 16px;
  color: #e7e7e7;
  text-shadow: -1px -1px 1px #303030, 1px 1px 1px #bdbdbd;
  text-align: right;
}
.block--card .card .inner .list--data .item__nickname {
  font-size: 11px;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  max-width: 150px;
  margin: 0 0 0 auto;
}
.block--card .card .inner .list--data .item__term {
  font-size: 14px;
  font-family: "ivypresto-text", serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.block--card .card .inner .list--data .item__period {
  font-size: 10px;
  font-family: "ivypresto-text", serif;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.block--card .card .inner .list--data .item__period p {
  font-size: 10px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@-webkit-keyframes line_right_left {
  0% {
    stroke-dashoffset: 570.0530395508px;
    opacity: 1;
  }
  40% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes line_right_left {
  0% {
    stroke-dashoffset: 570.0530395508px;
    opacity: 1;
  }
  40% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes line_left_right {
  0% {
    stroke-dashoffset: 525.2004394531px;
    opacity: 1;
  }
  40% {
    stroke-dashoffset: 1050.4008789063px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 1050.4008789063px;
  }
}
@keyframes line_left_right {
  0% {
    stroke-dashoffset: 525.2004394531px;
    opacity: 1;
  }
  40% {
    stroke-dashoffset: 1050.4008789063px;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 1050.4008789063px;
  }
}
.block--card .list--stage {
  margin-bottom: 60px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.block--card .list--stage .item__period {
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.08em;
}
.block--card .list--stage .tit {
  font-family: "ivypresto-text", 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: "ivypresto-text", 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 {
  background: #0d5fd7;
}
.block--card.blue .card:before {
  opacity: 0.16;
}
.block--card.blue .card .inner .list--data {
  text-shadow: -1px -1px 1px #0b3476, 1px 1px 1px #568fe9;
}
.block--card.silver .card {
  background: #7a7a7a;
  background: linear-gradient(150deg, #7a7a7a 0%, #dbdbdb 50%, #7a7a7a 100%);
}
.block--card.silver .card:before {
  opacity: 0.6;
}
.block--card.silver .card .list--data {
  color: #0a1328;
  text-shadow: -1px -1px 1px #a1a1a1, 1px 1px 1px rgba(243, 243, 243, 0.6);
}
.block--card.gold .card {
  background: #e7970b;
  background: linear-gradient(150deg, #e7970b 0%, #ffe39e 50%, #e7970b 100%);
}
.block--card.gold .card:before {
  opacity: 0.4;
}
.block--card.gold .card .inner .list--data {
  color: #0a1328;
  text-shadow: -1px -1px 1px #f9a414, 1px 1px 1px #ffeac7;
}
.block--card.platinum .card {
  background: #000000;
  background: linear-gradient(150deg, #000000 0%, #303030 50%, #000000 100%);
}
.block--card.platinum .card:before {
  opacity: 0.15;
}
.block--card.platinum .card .inner .list--data {
  text-shadow: -1px -1px 1px #585858, 1px 1px 1px #727272;
}
.block--card.silver .card .inner .logo, .block--card.gold .card .inner .logo {
  background: url(/static/leoieiri/fanclub/common/logo_fanclub.png) no-repeat left top;
  background-size: contain;
}
.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について";
}

.wf-active .block--card {
  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 .line.line_g {
    top: 60px;
    right: 0;
  }
  .block--card .card .line.line_w {
    bottom: -35px;
    right: 0;
  }
  .block--card .card .inner .logo {
    width: 150px;
    height: 50px;
  }
  .block--card .card .inner .list--data {
    top: 260px;
  }
  .block--card .card .inner .list--data .item__period {
    margin-bottom: 30px;
  }
  .block--card .card .mask-kv {
    clip-path: ellipse(580px 660px at left -210px top -210px);
    -webkit-clip-path: ellipse(580px 660px at left -210px top -210px);
  }
  .block--card .card .mask-kv img {
    width: 290px;
    height: 428px;
    background-size: cover;
  }
  .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: #999;
}

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

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 20px auto;
  }
}