@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: 280px;
}
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;
}

@media screen and (min-width: 570px) and (max-width: 960px) {
  .mypage .block--card {
    width: 367px;
    height: 209px;
  }
}
.block--firstlogin .login--attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
}
.block--firstlogin .login--attention b {
  color: #cc0000;
}
.block--firstlogin .login--attention .btn--firstlogin {
  margin: 6% auto 9%;
}
.block--firstlogin .login--attention .btn--firstlogin a {
  position: relative;
  border-bottom: solid 2px #cc0000;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.block--firstlogin .login--attention .btn--firstlogin a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.block--card {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}
.block--card .card {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
}
.block--card .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
}
.block--card .card .close::before, .block--card .card .close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--card .card .inner {
  -webkit-box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 10;
  position: relative;
  padding: 200px 25px 26px;
  background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #3f3a35 76%, #2b2722 100%);
  overflow: hidden;
}
.block--card .card .inner::before {
  content: "";
  display: block;
  background: url(/static/winds/fanclub/mypage/item_w.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 320px;
  height: 130px;
  left: 0;
  top: -10px;
  z-index: 1;
}
.block--card .card .inner .logo {
  width: 220px;
  position: relative;
  z-index: 2;
  margin: 0 auto 80px;
}
.block--card .card .inner .list--data {
  color: #fff;
  font-family: cormorant-garamond, serif;
  text-align: center;
}
.block--card .card .inner .list--data .tit__number, .block--card .card .inner .list--data .item__number {
  display: inline-block;
}
.block--card .card .inner .list--data .item__number {
  font-size: 20px;
}
.block--card .card .inner .list--data .tit {
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 3px;
}
.block--card .card .inner .list--data .item__nickname {
  font-family: "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-open .btn.pop-up, .card-open .list--menu, .card-open .tit--menu, .card-open .area--user-status.status--member, .card-open .footer, .card-open header, .card-open .detail__btn, .card-open .btn.card {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.card-open .block--card .card .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.card-open .block--card .card .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* SP */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--card .card {
    width: 80%;
  }
  .block--card .card .inner {
    padding: 48vw 7% 26px;
  }
  .block--card .card .inner::before {
    width: 76vw;
    height: 36vw;
    left: 2.5vw;
  }
  .block--card .card .inner .logo {
    width: 64vw;
  }
  .block--card .card .inner .list--data .item__nickname {
    font-size: 16px;
  }
  .block--card .card .inner .list--data .item__number {
    font-size: 25px;
  }
}
/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.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";
}

/* 非会員 */
#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;
  }
}/*# sourceMappingURL=mypage-service.css.map */