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

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

.btn--main {
  background: #000;
  color: #fff;
}
.btn--main:hover {
  background: #444;
}

.btn--sub {
  background: transparent;
  color: #000;
}
.btn--sub:hover {
  color: #fff;
  background: #444;
}

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

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

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

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

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

.wrap {
  background: #f5f5f5;
}

/* デジタル会員証
---------------------------------*/
.btn.pop-up {
  margin: 1rem 0 2rem;
}

.memberscard {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.8);
  z-index: 999;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}

.memberscard .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  right: -45px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 50%;
}

.memberscard .close::before,
.block--card .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.memberscard .close::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.memberscard .block--card {
  background: #fff;
  position: absolute;
  width: 400px;
  height: 251px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 0px 15px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 5px 0px 15px 0 rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}

.memberscard .block--card .inner {
  width: 100%;
  height: 100%;
  background-image: url("/static/yoshiikazuya/fanclub/mypage/card_back_ill.gif");
  background-size: 116%;
  background-repeat: no-repeat;
  background-position: 100% -40px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.memberscard .block--card .block--card__logo {
  width: 70px;
  position: absolute;
  right: 12px;
  bottom: 48px;
}

.memberscard .block--card .inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.memberscard .block--card .inner .text .item__nickname {
  font-size: 12px;
}

.memberscard .block--card .inner .text .item__number {
  font-size: 13px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

.memberscard .block--card .inner .list--data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

/* SP */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .memberscard .block--card {
    width: 324px;
    height: 208px;
  }
  .memberscard .block--card .inner {
    background-size: 117%;
    background-position: 100% -30px;
  }
  .memberscard .block--card .block--card__logo {
    width: 52px;
    right: 12px;
    bottom: 42px;
  }
  .memberscard .block--card .close {
    width: 36px;
    height: 36px;
    top: -50px;
    right: -4px;
  }
}
/* tablet */
/* app
---------------------------------*/
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

#mypage--app section .area--user-status.status--member .name,
#mypage--app section .area--user-status.status--member .btn--sub {
  color: #000;
}/*# sourceMappingURL=mypage-service.css.map */