@charset "UTF-8";
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; }

.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;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: rgba(0, 108, 187, 0.8);
    border-radius: 50%; }
    .block--card .close::before, .block--card .close::after {
      content: '';
      display: block;
      width: 18px;
      height: 2px;
      background: #fff;
      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: 90vh;
    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: 10px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center; }
    .block--card .card .card-logo {
      width: 100%;
      height: 80px;
      background: #006cbb url(/static/produce101/fanclub/memberscard/memberscard_header.jpg) no-repeat center center;
      background-size: contain;
      color: #fff;
      text-indent: -9999px; }
    .block--card .card .card-inner {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .block--card .card .card-inner .bgImage {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1; }
      .block--card .card .card-inner .text {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8); }
        .block--card .card .card-inner .text dl {
          margin: 10px;
          color: #111; }
          .block--card .card .card-inner .text dl dt span {
            display: inline-block;
            padding: 0 0.8em;
            height: 18px;
            line-height: 18px;
            color: #fff;
            font-size: 11px;
            background-color: #006cbb;
            border-radius: 3px; }
          .block--card .card .card-inner .text dl dd {
            padding: 0.3em 0;
            font-weight: bold;
            font-size: 15px; }

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

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

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