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

a {
  color: #b20000;
}

a:hover {
  color: #ff0000;
}

.btn--main {
  background: #111;
  color: #f5f5f5;
}

.btn--main:hover {
  background: #000000;
}

.btn--sub {
  background: transparent;
  color: #111;
}

.btn--sub:hover {
  color: #ffffff;
  background: #1f2023;
}

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

.btn--chevron {
  color: #111;
}

.btn--chevron::after {
  border-color: #111;
}

.btn--chevron:hover {
  color: #1f2023;
}

.btn--chevron:hover::after {
  border-color: #1f2023;
}

.btn--chevron-left {
  color: #111;
}

.btn--chevron-left::after {
  border-color: #111;
}

.btn--chevron-left:hover {
  color: #1f2023;
}

.btn--chevron-left:hover::after {
  border-color: #1f2023;
}

header {
  padding: 2em 5% 0;
}

header h1 {
  width: 150px;
  margin: 20px auto 50px auto;
  position: relative;
  left: -.2%;
}

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

.wrap {
  background: #f5f5f5;
}

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

.block--card {
  width: 367px;
  height: 231px;
  background: no-repeat center url(/static/zigzag/fanclub/mypage/bg_card.jpg);
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
  margin: -40px auto 30px;
  position: relative;
  overflow: hidden;
}

.block--card + .txt--sub {
  width: 367px;
  line-height: 1.5;
  margin: 0 auto 50px;
}

.block--card .logo {
  width: 76%;
  margin: 10px auto;
  position: absolute;
  left: 10%;
  top: 14%;
}

.block--card .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 85%;
  margin: 0 auto;
}

.block--card .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #B3A45D;
  font-size: 11px;
}

.block--card .inner * {
  margin: 0 auto;
  text-shadow: -0.5px -1px #ffffff, 1px 1px black;
}

.block--card .inner span {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .3rem;
  color: #969696;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  text-shadow: none;
  vertical-align: middle;
}

.block--card .inner .nickname {
  width: 100%;
  margin-bottom: .5rem;
  font-size: 15px;
}

.block--card .inner .member-id {
  width: 50%;
  font-family: 'Oxanium';
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.block--card .inner .regist-date {
  width: 50%;
  font-family: 'Oxanium';
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  line-height: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .block--card {
    width: 100%;
    height: 56.7vw;
    margin-top: -10px;
  }
  .block--card .inner .member-id {
    font-size: 14px;
  }
  .block--card .inner .nickname {
    font-size: 13px;
  }
  .block--card .inner .regist-date {
    font-size: 14px;
  }
}

.btn--main.pop-up {
  margin-bottom: 30px;
}

.block--card.app {
  display: none;
  opacity: 0;
  position: relative;
  overflow: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.block--card.app::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block--card.app .close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 0;
  top: -50px;
}

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

.block--card.app .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.block--card.app .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.card-show {
  position: relative;
}

body.card-show::before {
  z-index: 99;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

body.card-show .list--menu, body.card-show .tit--menu, body.card-show .footer, body.card-show header, body.card-show .detail__btn, body.card-show .pop-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

body.card-show .block--card.app {
  display: block;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

.list--menu .list--notes {
  padding-top: .5em;
  margin-bottom: 0;
}

.list--menu .list--notes li {
  border: none;
  margin-bottom: .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--attention {
  margin: 3% 0;
  padding: 1em;
  border: solid 1px #000000;
  border-radius: .3em;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.6;
}

.block--attention li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.block--attention li::before {
  content: "・";
}

.entry-select-list {
  margin-top: 5%;
}

.entry-select-list h3 {
  margin-bottom: .5em;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}

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

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

/* アプリログイン */
.page--app-login {
  background: linear-gradient(135deg, #111111 0%, #212121 100%);
  color: #ffffff;
}

.page--app-login .wrap {
  background-color: #000000;
}

.page--app-login .section--detail {
  margin: 2vw auto 20vw;
  position: relative;
  top: 50vw;
}

.page--app-login .btn {
  width: 75%;
  margin: 0 auto;
}

.page--app-login .btn--main {
  border-radius: 30px;
  height: 55px;
  line-height: 55px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

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