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

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

.btn--main {
  background: #3B4043;
  color: #fafafa;
}

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

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

.btn--chevron {
  color: #3B4043;
}
.btn--chevron::after {
  border-color: #3B4043;
}
.btn--chevron:hover {
  color: #3B4043;
}
.btn--chevron:hover::after {
  border-color: #3B4043;
}

.btn--chevron-left {
  color: #3B4043;
}
.btn--chevron-left::after {
  border-color: #3B4043;
}
.btn--chevron-left:hover {
  color: #3B4043;
}
.btn--chevron-left:hover::after {
  border-color: #3B4043;
}

header {
  padding: 3em 5% 0;
}

.wrap {
  background: #fafafa;
}

.block--card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  pointer-events: none;
  max-width: 400px;
  margin-inline: auto;
}
.block--card::before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block--card .card {
  width: 100%;
  transition: opacity 0.5s;
  transition: z-index 0 0.6s;
  background: #383433;
  box-shadow: -3px 7px 15px rgba(71, 67, 66, 0.4);
  padding: 40px;
  z-index: 10;
  position: relative;
  container-type: inline-size;
}
.block--card .card .logo {
  background: linear-gradient(135deg, #ffffff 0%, #807f80 50%, #ffffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 10.5cqi;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 30px;
}
.block--card .card .list--data {
  color: #C7C8C8;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}
.block--card .card .list--data::after {
  content: "";
  background: url(/static/sbr/fanclub/mypage/robot.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 70px;
  height: 70px;
}
.block--card .card .list--data li {
  padding-block: 24px;
}
.block--card .card .list--data li:first-child {
  padding-top: 0;
}
.block--card .card .list--data li:last-child {
  padding-bottom: 0;
}
.block--card .card .list--data li:not(:last-child) {
  border-bottom: 1px solid rgba(199, 200, 200, 0.3);
}
.block--card .card .list--data li .tit {
  text-align: left;
  color: rgba(199, 200, 200, 0.5);
  font-size: 13px;
  padding-bottom: 8px;
}
.block--card .card .list--data li [class*=item__] {
  font-size: 16px;
}
.block--card .card .list--data li .item__nickname {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

.btn .btn--main.btn--memory {
  min-width: auto;
}

.btn--sub.pop-up__profile {
  margin-bottom: 25px;
}

/* 自己紹介カード */
.block--profilecard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.block--profilecard::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block--profilecard .card {
  width: 90%;
  transition: opacity 0.5s;
  transition: z-index 0 0.6s;
  background: #FFF462;
  box-shadow: -3px 7px 15px rgba(0, 0, 0, 0.52);
  border-radius: 12px;
  padding: 5vw 4% 5vw;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border: 2px solid #E95377;
}
.block--profilecard .card .left {
  width: 48%;
  margin-right: 4%;
}
.block--profilecard .card .left .block--logo {
  background: url(/static/sbr/common/logo_fc.png) center/contain no-repeat;
  width: 27vw;
  height: 12vw;
  position: relative;
  margin: 0 auto;
  top: 1vw;
  left: 2px;
}
.block--profilecard .card .left .block--logo::before {
  content: "SHIBUTANI SUBARU OFFICIAL FAN CLUB";
  display: block;
  width: 120%;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #8c7c7c;
  position: absolute;
  top: -12px;
  left: -13px;
  transform: scale(0.9);
}
.block--profilecard .card .left .block--tit {
  font-size: 3.5vw;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E95377;
  text-align: center;
  margin: -3px 0 7px;
  letter-spacing: 0.01em;
}
.block--profilecard .card .left .list--data li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  background: #fff;
  border-radius: 24px;
  padding: 1.5vw 2.5vw;
  margin-bottom: 5px;
  line-height: 1.3;
  position: relative;
  top: 1px;
}
.block--profilecard .card .left .list--data li .tit {
  font-size: 10px;
  transform: scale(0.9);
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E95377;
  letter-spacing: 0;
}
.block--profilecard .card .left .list--data li .item__age,
.block--profilecard .card .left .list--data li .item__nickname,
.block--profilecard .card .left .list--data li .item__term {
  font-size: 3vw;
  font-family: "ta-kotodama-r", sans-serif;
  text-align: right;
}
.block--profilecard .card .left .list--data li .item__age {
  letter-spacing: 0.01em;
  width: 18vw;
}
.block--profilecard .card .left .list--data li .item__age span {
  font-size: 2vw;
}
.block--profilecard .card .left .list--data li .item__nickname {
  width: 40vw;
  letter-spacing: 0.01em;
}
.block--profilecard .card .left .list--data li:nth-child(4) {
  height: 6vw;
  line-height: 3vw;
}
.block--profilecard .card .left .list--data li:last-child {
  height: 6vw;
  line-height: 3vw;
  margin-bottom: 0;
}
.block--profilecard .card .right {
  width: 48%;
}
.block--profilecard .card .right .area--free .rank {
  margin-bottom: 8px;
  position: relative;
}
.block--profilecard .card .right .area--free .rank .tit {
  font-size: 2vw;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  color: #E95377;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 0;
  transform: scale(0.9);
  left: 7px;
}
.block--profilecard .card .right .area--free .rank .tit span {
  font-size: 4vw;
  position: relative;
  top: 1px;
  margin-left: 1px;
}
.block--profilecard .card .right .area--free .rank .tit::before {
  content: "";
  background: #E95377;
  width: 26vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 3vw;
  bottom: 2px;
  transform-origin: right;
}
.block--profilecard .card .right .area--free .rank .tit::after {
  content: "GENRE";
  font-size: 2vw;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: -3vw;
  top: 33%;
  line-height: 1.7;
  color: #E95377;
  letter-spacing: 0;
}
.block--profilecard .card .right .area--free .rank .list--rank {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 3vw;
}
.block--profilecard .card .right .area--free .rank .list--rank li {
  font-size: 10px;
  line-height: 2;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E95377;
}
.block--profilecard .card .right .area--free .rank .list--rank li::before {
  content: none;
}
.block--profilecard .card .right .area--free .free {
  background: #fff;
  width: 100%;
  height: 30vw;
  border-radius: 12px;
  padding: 3vw;
  position: relative;
}
.block--profilecard .card .right .area--free .free .tit {
  font-size: 10px;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #E95377;
}
.block--profilecard .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -5px;
  top: -55px;
  cursor: pointer;
}
.block--profilecard .card .close::after, .block--profilecard .card .close::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--profilecard .card .txt {
  font-size: 15px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  color: #737679;
  font-weight: bold;
}
.block--profilecard .card .txt span {
  display: block;
}
.block--profilecard .card.man {
  border: 2px solid #00A85F;
}
.block--profilecard .card.man .left .block--tit {
  color: #00A85F;
}
.block--profilecard .card.man .left .list--data li .tit {
  color: #00A85F;
}
.block--profilecard .card.man .right .area--free .rank .tit {
  color: #00A85F;
}
.block--profilecard .card.man .right .area--free .rank .tit::before {
  background: #00A85F;
}
.block--profilecard .card.man .right .area--free .rank .tit::after {
  color: #00A85F;
}
.block--profilecard .card.man .right .area--free .rank .list--rank li {
  color: #00A85F;
}
.block--profilecard .card.man .right .area--free .free .tit {
  color: #00A85F;
}

.card-open .block--profilecard .close::after {
  transform: rotate(45deg);
}
.card-open .block--profilecard .close::before {
  transform: rotate(-45deg);
}

.card-open .block--profilecard {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}
.card-open .list--menu, .card-open .tit--menu, .card-open .footer, .card-open header, .card-open .detail__btn, .card-open .block--card, .card-open .btn--memory, .card-open .area--user-status, .card-open .pop-up__profile {
  filter: blur(5px);
}

.section--login .block--attention {
  border: 1px solid #959ea7;
  padding: 30px;
  margin-bottom: 30px;
}
.section--login .block--attention .txt--basic {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 15px;
}
.section--login .block--attention .txt--basic:last-of-type {
  margin-bottom: 0;
}

html .notebook {
  visibility: hidden;
}

html.wf-active .notebook,
html.loading-delay .notebook {
  visibility: visible;
}

.notebook {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  background: #383433;
  box-shadow: -3px 7px 15px rgba(71, 67, 66, 0.4);
  letter-spacing: 0.04em;
}
.notebook .tit--menu {
  background: #C7C8C8;
  color: #383433;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.4), 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
  padding: 20px 0;
  opacity: 1;
}
.notebook .list--point {
  color: #C7C8C8;
  border: 1px solid rgba(199, 200, 200, 0.3);
  margin: 0 24px;
}
.notebook .list--point li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.notebook .list--point li:not(:last-child) {
  border-bottom: 1px solid rgba(199, 200, 200, 0.3);
}
.notebook .list--point li:first-child .date {
  text-align: center;
  font-size: 12px;
  color: rgba(199, 200, 200, 0.5);
}
.notebook .list--point li .date, .notebook .list--point li .memory {
  min-height: 30px;
}
.notebook .list--point li .date {
  font-size: 13px;
  width: 30%;
  padding: 2%;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.notebook .list--point li .memory {
  position: relative;
  width: 75%;
  padding: 3% 4%;
  border-left: 1px solid rgba(199, 200, 200, 0.3);
  display: flex;
  align-items: center;
}
.notebook .list--point li:not(:first-child) .memory {
  font-size: 14px;
}
.notebook .days-memory a {
  display: block;
  margin: 16px 24px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #C7C8C8;
  font-size: 14px;
  text-decoration: none;
  padding: 8px;
  border: 1px solid rgba(199, 200, 200, 0.3);
  line-height: 1;
}

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

/* PC VIEW */
@media screen and (min-width: 758px) {
  header h1 {
    width: 230px;
    margin: 10px auto 0;
  }
  header h1 a {
    display: block;
  }
  .btn--main:hover {
    background: #000;
  }
  .btn--sub:hover {
    color: #fff;
    background: #3B4043;
  }
  .btn--main.pop-up {
    display: block;
    width: 70%;
    min-width: inherit;
    text-align: center;
    margin: 40px auto 0;
  }
  .btn--sub.pop-up__profile {
    display: block;
    background: #fafafa;
    color: #3B4043;
    border: 1px solid;
    width: 70%;
    min-width: auto;
    margin: 20px auto 40px;
  }
  .btn--sub.pop-up__profile:hover {
    color: #fff;
    background: #3B4043;
  }
  .btn .btn--main.btn--memory {
    margin-bottom: 20px;
  }
  .block--profilecard .card {
    width: 560px;
    padding: 40px 2% 30px;
    border: 4px solid #E95377;
  }
  .block--profilecard .card .left .block--logo {
    width: 146px;
    height: 51px;
    top: 0;
  }
  .block--profilecard .card .left .block--logo::before {
    width: 120%;
    font-size: 10px;
    transform: scale(1);
    top: -15px;
  }
  .block--profilecard .card .left .block--tit {
    font-size: 19px;
    margin: -4px 0 13px;
  }
  .block--profilecard .card .left .list--data li {
    padding: 11px 20px 8px;
    margin-bottom: 10px;
  }
  .block--profilecard .card .left .list--data li .tit {
    font-size: 10px;
    transform: scale(1);
    position: relative;
    top: 3px;
  }
  .block--profilecard .card .left .list--data li .item__nickname {
    width: 40vw;
  }
  .block--profilecard .card .left .list--data li .item__age {
    width: auto;
  }
  .block--profilecard .card .left .list--data li .item__age span {
    font-size: 12px;
  }
  .block--profilecard .card .left .list--data li .item__age,
  .block--profilecard .card .left .list--data li .item__nickname,
  .block--profilecard .card .left .list--data li .item__term {
    font-size: 15px;
    padding-left: 10px;
  }
  .block--profilecard .card .left .list--data li:nth-child(4) {
    height: 37px;
    line-height: 1;
  }
  .block--profilecard .card .left .list--data li:last-child {
    height: 37px;
    line-height: 1;
  }
  .block--profilecard .card .right .area--free .rank {
    margin-bottom: 12px;
    left: 0;
  }
  .block--profilecard .card .right .area--free .rank .tit {
    font-size: 12px;
    transform: scale(1);
    margin-bottom: 15px;
    left: 0;
  }
  .block--profilecard .card .right .area--free .rank .tit::before {
    width: 147px;
    left: 31px;
    bottom: 0;
  }
  .block--profilecard .card .right .area--free .rank .tit::after {
    font-size: 10px;
    top: 3px;
    left: 1px;
    transform: scale(1);
  }
  .block--profilecard .card .right .area--free .rank .tit span {
    font-size: 19px;
    margin-left: 3px;
  }
  .block--profilecard .card .right .area--free .rank .list--rank {
    padding: 20px;
    height: 100px;
  }
  .block--profilecard .card .right .area--free .free {
    height: 190px;
    padding: 20px;
  }
  .block--profilecard .card .close {
    cursor: pointer;
  }
  .block--profilecard .card .close:hover {
    opacity: 0.2;
  }
  .block--profilecard .card .txt {
    font-size: 18px;
    font-weight: normal;
  }
  .block--profilecard .card .txt span {
    display: contents;
  }
  .block--profilecard .card.man {
    border: 4px solid #00A85F;
  }
  /* 記録（ポイント）履歴：年単位 */
  .page--point-term-history {
    max-width: 640px;
    padding: 2em 0 0 0;
  }
  .days-memory a {
    transition: 0.3s;
  }
  .days-memory a:hover {
    background: #C7C8C8;
    color: #383433;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

#mypage--app .block--card {
  top: 24vw;
  align-items: flex-start;
}
#mypage--app .block--card .card {
  top: 0;
}
#mypage--app .block--card .close::before, #mypage--app .block--card .close::after {
  background: #737679;
}

#mypage--app .block--profilecard {
  top: 24vw;
  align-items: flex-start;
}
#mypage--app .block--profilecard .card {
  top: 0;
}
#mypage--app .block--profilecard .close::before, #mypage--app .block--profilecard .close::after {
  background: #737679;
}