@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: 8vw;
  margin: 20px auto;
  position: relative;
  max-width: 65px;
}
header h1 svg {
  fill: #000;
}

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

.wrap {
  background: #f5f5f5;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .block--card {
    background: rgba(255, 255, 255, 0.8);
  }
}
/* SP */
/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.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 .note {
  margin: 10px 0 20px;
  padding: 10px;
  background: #f1c6c7;
}
.login--attention .note .txt.bold {
  margin-bottom: 5px;
}
.login--attention .note .txt--sub {
  line-height: 1.6;
}

.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: 20vw;
    margin: 6px auto 20px auto;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block--card {
  line-height: 1;
  font-family: "garamond-premier-pro-subhead", "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 60px;
}
.block--card .card {
  width: 260px;
  height: 390px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  -webkit-animation: fadeIn 1s ease-in forwards;
          animation: fadeIn 1s ease-in forwards;
}
.block--card .list--data {
  opacity: 0;
  max-width: calc(100% - 120px);
  padding: 20px 10px 0 20px;
  font-size: 9px;
  font-weight: 600;
  -webkit-animation: fadeIn 0.8s ease-in 2.1s forwards;
          animation: fadeIn 0.8s ease-in 2.1s forwards;
}
.block--card .list--data p + p {
  margin-top: 5px;
}
.block--card .item__nickname {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.4em;
}
.block--card .logo {
  opacity: 0;
  position: absolute;
  display: block;
  width: 110px;
  height: 94px;
  top: 0;
  right: 10px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: fadeIn 0.8s ease-in 1.6s forwards;
          animation: fadeIn 0.8s ease-in 1.6s forwards;
}
.block--card .logo--img {
  display: block;
  width: 65px;
  height: auto;
  margin: 22px auto 0;
  opacity: 0.8;
}
.block--card.navy .logo {
  background-image: url("/static/saltmoderate/fanclub/mypage/img_ribbon_navy.png");
}
.block--card.silver .logo {
  background-image: url("/static/saltmoderate/fanclub/mypage/img_ribbon_silver.png");
}
.block--card.gold .logo {
  background-image: url("/static/saltmoderate/fanclub/mypage/img_ribbon_gold.png");
}
.block--card.platinum .logo {
  background-image: url("/static/saltmoderate/fanclub/mypage/img_ribbon_platinum.png");
}
.block--card .photo {
  opacity: 0;
  width: 220px;
  height: 312px;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fadeIn 0.8s ease-in 0.9s forwards;
          animation: fadeIn 0.8s ease-in 0.9s forwards;
}
.block--card .stage__btn {
  text-align: center;
  margin: 10px 0 30px;
}
.block--card .stage__btn a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px;
  position: relative;
}
.block--card .stage__btn a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.block--card .list--stage .tit {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  line-height: normal;
}
.block--card .list--stage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block--card .list--stage ul .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  color: #A0A0A0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.block--card .list--stage ul .btn + .btn {
  margin-left: 20px;
}
.block--card .list--stage ul .btn.selected {
  color: #fff;
  border: none;
}
.block--card .list--stage ul .btn.selected.btn_navy {
  background: -webkit-gradient(linear, left top, left bottom, from(#2B4C6E), to(#122F3B));
  background: linear-gradient(to bottom, #2B4C6E, #122F3B);
}
.block--card .list--stage ul .btn.selected.btn_silver {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#838181));
  background: linear-gradient(to bottom, #ccc, #838181);
}
.block--card .list--stage ul .btn.selected.btn_gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBB115), to(#A07E00));
  background: linear-gradient(to bottom, #DBB115, #A07E00);
}
.block--card .list--stage ul .btn.selected.btn_platinum {
  background: -webkit-gradient(linear, left top, left bottom, from(#55595D), to(#000000));
  background: linear-gradient(to bottom, #55595D, #000000);
}

.btn.birthday {
  width: 350px;
  margin: 1em auto;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--card .card {
    width: 290px;
    height: 450px;
  }
  .block--card .list--data {
    padding: 20px 20px 0;
  }
  .block--card .photo {
    width: 250px;
    height: 377px;
  }
  .block--card .list--stage .tit {
    font-size: 18px;
  }
  .block--card .list--stage ul .btn {
    width: 54px;
    height: 54px;
  }
  .block--card .list--stage ul .btn + .btn {
    margin-left: 10px;
  }
  .block--card .list--stage ul .btn.btn_platinum {
    font-size: 8px;
  }
  .btn.birthday {
    width: 290px;
  }
}/*# sourceMappingURL=mypage-service.css.map */