@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: #111;
  color: #f5f5f5;
}
.btn--main:hover {
  background: #000;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #1f2023;
}

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

.btn--chevron {
  color: #111;
}
.btn--chevron::after {
  border-color: #111;
}
.btn--chevron:hover {
  color: #1f2023;
}
.btn--chevron:hover::after {
  border-color: #1f2023;
}

.btn--chevron-left {
  color: #111;
}
.btn--chevron-left::after {
  border-color: #111;
}
.btn--chevron-left:hover {
  color: #1f2023;
}
.btn--chevron-left:hover::after {
  border-color: #1f2023;
}

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

@media screen and (max-width: 999px) {
  header h1 {
    width: 30vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 40vw;
  }
}
.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

.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--app section .area--user-status.status--free {
  background: #999;
}

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

.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;
  transition: display 0.3s ease;
}
.block--card .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #121212;
  position: absolute;
  top: 14px;
  left: 7px;
}
.block--card .close::after {
  transform: rotate(90deg);
}
.block--card .card {
  position: absolute;
  width: 300px;
  height: 80vh;
  max-height: 560px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 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%;
}
.block--card .card .card-inner .bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.block--card .card .card-inner .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: white;
  padding: 25px 15px 15px;
  text-align: left;
}
.block--card .card .card-inner .text .number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
}
.block--card .card .card-inner .text .inner {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.block--card .card .card-inner .text .inner .artistname {
  width: 110px;
}
.block--card .card .card-inner .text .inner .artistname svg {
  width: 100%;
}
.block--card .card .card-inner .text .inner .block--joindate {
  width: calc(100% - 120px);
  text-align: right;
  font-size: 11px;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: break-all;
}
.block--card .card .card-inner .text .inner .block--joindate .sub-tit {
  position: relative;
  font-size: 10px;
  color: #bbbfc6;
  line-height: 1.2;
  margin-top: 5px;
}

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

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

/* 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;
}