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

a:hover {
  color: #2a5095;
}

.btn--main {
  background: #244581;
  color: #fff;
}

.btn--main:hover {
  background: #2a5095;
}

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

.btn--sub:hover {
  color: #fff;
  background: #2a5095;
}

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

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

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

.btn--chevron:hover {
  color: #2a5095;
}

.btn--chevron:hover::after {
  border-color: #2a5095;
}

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

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

.btn--chevron-left:hover {
  color: #2a5095;
}

.btn--chevron-left:hover::after {
  border-color: #2a5095;
}

header {
  padding: 2em 5% 0;
}

header h1 {
  width: 20vw;
  margin: 20px auto;
  position: relative;
  max-width: 200px;
}

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

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.btn--main.pop-up {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  width: 70%;
  margin: 0 auto 2em;
  display: block;
}

.block--card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

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

.block--card .card {
  background: #244581;
  color: #fff;
  padding: 40px 0;
  width: 320px;
  height: 509px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition: z-index 0 .6s;
  transition: z-index 0 .6s;
  -webkit-box-shadow: -3px 7px 15px rgba(0, 0, 0, 0.52);
          box-shadow: -3px 7px 15px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
  position: relative;
}

.block--card .card.second {
  background: #c6a757;
}

.block--card .card.third, .block--card .card.fourth {
  background-color: #fff;
  color: #000;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/static/reol/fanclub/mypage/white_back.png);
  background-position: top center;
}

.block--card .card.third .list--data, .block--card .card.fourth .list--data {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block--card .card.third .list--data li, .block--card .card.fourth .list--data li {
  border-color: #000;
}

.block--card .card.third .logo, .block--card .card.fourth .logo {
  opacity: 0;
}

.block--card .card.third .lank-bird, .block--card .card.fourth .lank-bird {
  width: 75%;
  opacity: 0;
}

.block--card .card .lank-bird {
  width: 90%;
  margin: 0 auto;
}

.block--card .card .lank-bird img {
  width: 1005px;
}

.block--card .card .list--data {
  width: 75%;
  margin: 0 auto;
}

.block--card .card .list--data .tit {
  font-family: "Cormorant", serif;
  letter-spacing: 0.04em;
  font-size: 16px;
  float: left;
  line-height: 1;
  clear: both;
}

.block--card .card .list--data li {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.block--card .card .list--data [class^="item__"] {
  font-size: 12px;
  text-align: right;
  padding-left: 6em;
}

.block--card .card .logo {
  width: 150px;
  margin: 0 auto;
}

.block--card .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  right: 0;
}

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

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

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

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

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

.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;
}

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

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

#mypage--app .btn--birthday .fa-envelope {
  position: relative;
}

#mypage--app .btn--birthday .fa-envelope:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(/static/reol/fanclub/mypage/envelope-regular_blue.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mypage--app .btn--main {
  background: #244581;
  color: #fff;
}

#mypage--app .btn--main:hover {
  background: #2a5095;
}

#mypage--app .btn--sub {
  background: transparent;
  color: #244581;
}

#mypage--app .btn--sub:hover {
  color: #fff;
  background: #2a5095;
}

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