@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
body {
  background-color: #f5f5f5; }

a {
  color: #b20000; }
  a:hover {
    color: #FF0000; }

.btn--main {
  background: #B0629F;
  color: #f5f5f5; }
  .btn--main:hover {
    background: #bf89b3; }

.btn--sub {
  background: transparent;
  color: #B0629F; }
  .btn--sub:hover {
    color: #fff;
    background: #bf89b3; }

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

.btn--chevron {
  color: #B0629F; }
  .btn--chevron::after {
    border-color: #B0629F; }
  .btn--chevron:hover {
    color: #bf89b3; }
    .btn--chevron:hover::after {
      border-color: #bf89b3; }

.btn--chevron-left {
  color: #B0629F; }
  .btn--chevron-left::after {
    border-color: #B0629F; }
  .btn--chevron-left:hover {
    color: #bf89b3; }
    .btn--chevron-left:hover::after {
      border-color: #bf89b3; }

header {
  padding: 2em 5% 0; }
  header h1 {
    width: 26vw;
    max-width: 230px;
    margin: 30px auto 15px;
    position: relative; }

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 20px auto 0; } }
.section--login {
  padding-top: 0; }

.wrap {
  background: #f5f5f5; }

.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: #B0629F; }

.section.regist {
  max-width: 600px;
  padding: 2em 5% 3em 5%;
  margin: 0 auto 0 auto; }
  .section.regist .sectionTit {
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
    text-align: center; }
  .section.regist .blockTit {
    color: inherit;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: 0 0 1em;
    text-align: center; }

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease; }
  .block--card .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 50%;
    z-index: 10; }
    .block--card .close::before, .block--card .close::after {
      content: '';
      display: block;
      width: 19px;
      height: 2px;
      background: #b0629f;
      position: absolute;
      top: 14px;
      left: 6px; }
    .block--card .close::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .block--card .card {
    position: absolute;
    width: 300px;
    height: 85vh;
    max-height: 560px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 150px 150px 10px 10px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center; }
    .block--card .card .card-inner {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: #ebe7e3; }
      .block--card .card .card-inner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2; }
      .block--card .card .card-inner .bgImage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 150px 150px 0 0;
        z-index: 1; }
      .block--card .card .card-inner .text {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #ebe7e3;
        padding: 20px 35px 28px;
        text-align: left;
        z-index: 10; }
        .block--card .card .card-inner .text .artistname {
          width: 60%;
          margin: 0 auto 8px;
          line-height: 1; }
          .block--card .card .card-inner .text .artistname img {
            vertical-align: bottom; }
        .block--card .card .card-inner .text .number {
          margin: 0 0 10px;
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          font-size: 18px;
          line-height: 1;
          color: #B0629F;
          text-align: center; }
        .block--card .card .card-inner .text .inner {
          border-top: solid 1px #d7bed1; }
          .block--card .card .card-inner .text .inner .block--joindate {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding: 6px 0;
            font-size: 12px;
            border-bottom: solid 1px #d7bed1;
            line-height: 1; }
            .block--card .card .card-inner .text .inner .block--joindate .sub-tit {
              position: relative;
              min-width: 70px;
              padding-right: 1em;
              font-size: 10px;
              color: #b0629f;
              line-height: 1.2; }

/* Contact */
.faq-point {
  border: 1px solid #333;
  padding: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
  .faq-point .unknown-point {
    color: #b20000;
    font-weight: bold; }

/*-- BIRTHDAY MESSAGE --*/
.birthday-message {
  margin-bottom: 30px; }
  .birthday-message p {
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    color: #B0629F; }
  .birthday-message a {
    display: block;
    max-width: 250px;
    height: 40px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 40px;
    font-family: roboto, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
    color: #B0629F;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 1px 0 #d9d7d0; }
    .birthday-message a i {
      margin-right: 10px; }
