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

a {
  color: #000;
}
a:hover {
  color: #444;
}

.btn--main {
  background: #b280d0;
  color: #fff;
}
.btn--main:hover {
  background: #dbbdef;
}

.btn--sub {
  background: transparent;
  color: #b280d0;
}
.btn--sub:hover {
  color: #fff;
  background: #dbbdef;
}

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

.btn--chevron {
  color: #b280d0;
}
.btn--chevron::after {
  border-color: #b280d0;
}
.btn--chevron:hover {
  color: #dbbdef;
}
.btn--chevron:hover::after {
  border-color: #dbbdef;
}

.btn--chevron-left {
  color: #b280d0;
}
.btn--chevron-left::after {
  border-color: #b280d0;
}
.btn--chevron-left:hover {
  color: #dbbdef;
}
.btn--chevron-left:hover::after {
  border-color: #dbbdef;
}

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

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

.wrap {
  background: #fefaff;
}

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

.page--mypage h1.logo {
  width: 150px;
}

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

.mypage .btn.card {
  margin-bottom: 40px;
}

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: none;
}
.block--card .card {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 322px;
}
.block--card .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
}
.block--card .card .close:hover {
  opacity: .4;
}
.block--card .card .close::before, .block--card .card .close::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #744896;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--card .card .inner {
  box-shadow: 2px 3px 14px rgba(178, 128, 208, 0.5);
  border-radius: 10px;
  z-index: 10;
  position: relative;
  padding: 285px 0 0;
  background: url(/static/suwananaka/fanclub/mypage/ph_artist.jpg) no-repeat 50% 90%;
  background-size: 100%;
  overflow: hidden;
}
.block--card .card .inner::before {
  content: '';
  position: absolute;
  bottom: -132px;
  right: 13px;
  z-index: -1;
  width: 405px;
  height: 228px;
  border: solid 1px #DEC1EF;
  border-top-right-radius: 130px;
  background: #E9D7F7;
  transform: rotate3d(0, 0, 1, 28deg);
}
.block--card .card .inner::after {
  content: '';
  position: absolute;
  bottom: -81px;
  left: 0;
  z-index: -2;
  width: 554px;
  height: 277px;
  border: solid 1px #EDC0DE;
  background-size: auto auto;
  background-color: #fefaff;
  background-image: repeating-linear-gradient(0deg, transparent -0.4px, transparent 17px, #faf2ff 17px, #faf2ff 34px);
  transform: rotate3d(0, 0, 1, -28deg);
}
.block--card .card .inner .logo {
  width: 58%;
  /*63.6%*/
  margin: 0 10px -22px auto;
  filter: drop-shadow(3px 3px 0px #ffffff);
}
.block--card .card .inner .list--data li {
  padding-bottom: 6px;
}
.block--card .card .inner .list--data li:last-of-type {
  padding-bottom: 20px;
}
.block--card .card .inner .list--data li dl {
  display: inline-block;
  padding: 3px 12px 6px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #CFA3F2;
}
.block--card .card .inner .list--data li dl .tit {
  display: inline-block;
  font-family: rift-soft, sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #FFFBA0;
  line-height: 1;
  letter-spacing: .02em;
}
.block--card .card .inner .list--data li dl .item__nickname {
  display: inline-block;
  margin-left: .5em;
  color: #FFFBA0;
  font-size: 11px;
  font-family: "ヒラギノ丸ゴ Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  word-break: break-all;
}
.block--card .card .inner .list--data li dl .item__term {
  display: inline-block;
  margin-left: 1em;
  color: #FFFBA0;
  font-size: 11px;
  font-family: "ヒラギノ丸ゴ Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  word-break: break-all;
}

.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 .footer, .card-open header, .card-open .detail__btn, .card-open .btn.card {
	filter: blur(5px);
}
*/
/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .block--card {
    background: rgba(255, 255, 255, 0.8);
  }
}
/* SP */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--attention {
    font-size: 13px;
    padding: 15px;
    border-radius: 4px;
  }
}
/* 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: .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: #1f100a;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 20px auto;
  }
}
