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

a {
  color: #111;
}
a:hover {
  color: #c4c4c4;
}

.btn--main {
  background: #111;
  color: #fff;
  font-weight: bold;
}
.btn--main:hover {
  background: #555;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #333;
}
.btn--sub:hover {
  color: #fff;
  background: #111;
  transition: all 0.2s ease;
}

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

.btn--chevron {
  color: #333;
}
.btn--chevron::after {
  border-color: #333;
}
.btn--chevron:hover {
  color: #878787;
}
.btn--chevron:hover::after {
  border-color: #878787;
}

.btn--chevron-left {
  color: #333;
}
.btn--chevron-left::after {
  border-color: #333;
}
.btn--chevron-left:hover {
  color: #878787;
}
.btn--chevron-left:hover::after {
  border-color: #878787;
}

.btn--birthday i {
  transition: none;
}

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

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

.wrap {
  background: #f5f5f5;
}

/* 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 .btn.card {
  margin-bottom: 40px;
}

.block--card {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  transition: none;
}
.block--card .card {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 354px;
  height: 516px;
}
.block--card .card .close {
  position: absolute;
  width: 47px;
  height: 50px;
  right: 0;
  top: -60px;
  cursor: pointer;
}
.block--card .card .close:hover {
  opacity: 0.4;
}
.block--card .card .close::before, .block--card .card .close::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #939393;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--card .card .inner {
  height: 100%;
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.5);
  background: no-repeat url("/static/rizin/fanclub/mypage/bg--card.jpg");
  background-size: cover;
  border-radius: 12px;
  border: 3px solid #414141;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.block--card .card .inner::before, .block--card .card .inner::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.block--card .card .inner::before {
  width: 104%;
  height: 45%;
  background: no-repeat url(/static/rizin/fanclub/mypage/bg--top.png);
  background-size: 104% auto;
  top: 0;
  background-position: bottom;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.block--card .card .inner::after {
  background: no-repeat url("/static/rizin/fanclub/mypage/bg--btm.png");
  background-size: cover;
  bottom: 0;
  height: 62%;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.block--card .card .inner .dot {
  width: 100%;
  height: 100%;
  background: no-repeat url(/static/rizin/fanclub/mypage/bg__dot.png);
  background-size: 160%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-position: 1% 130px;
  opacity: 0.7;
}
.block--card .card .inner .mark {
  width: 150px;
  height: 70px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 6%;
  right: 6%;
  pointer-events: none;
  z-index: 10;
}
.block--card .card .inner .card-tit {
  font-size: 18px;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #666;
  padding-top: 36px;
  position: relative;
  z-index: 10;
}
.block--card .card .inner dl {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 6%;
  z-index: 10;
}
.block--card .card .inner dl dt {
  font-size: 12px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #505050;
  line-height: 1;
  margin-bottom: 0.6em;
}
.block--card .card .inner dl dd {
  font-size: 20px;
  word-break: break-all;
  line-height: 1.2;
  margin-bottom: 1.2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
}
.block--card.rank01 .card .inner .mark {
  background-image: url("/static/rizin/fanclub/mypage/standard/logo--rank01.png");
}
.block--card.rank02 .card .inner .mark {
  background-image: url("/static/rizin/fanclub/mypage/standard/logo--rank02.png");
}
.block--card.rank03 .card .inner .mark {
  background-image: url("/static/rizin/fanclub/mypage/standard/logo--rank03.png");
}

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

.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 {
  filter: blur(5px);
}

@media (max-width: 960px) {
  .block--card .card {
    width: 75vw;
    height: 109.3vw;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

.page--contact--input .btn--main {
  font-weight: 400;
  line-height: 1.4;
  padding: 1em 1.5em;
}/*# sourceMappingURL=mypage-service.css.map */