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

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

.btn--main {
  background: #1AA3C5;
  color: #EDEDED;
}
.btn--main.nft {
  background: #222;
}
.btn--main:hover {
  background: #759e1a;
}

.btn--sub {
  background: transparent;
  color: #1AA3C5;
}
.btn--sub:hover {
  color: #fff;
  background: #759e1a;
}

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

.btn--chevron {
  color: #1AA3C5;
}
.btn--chevron::after {
  border-color: #1AA3C5;
}
.btn--chevron:hover {
  color: #759e1a;
}
.btn--chevron:hover::after {
  border-color: #759e1a;
}

.btn--chevron-left {
  color: #1AA3C5;
}
.btn--chevron-left::after {
  border-color: #1AA3C5;
}
.btn--chevron-left:hover {
  color: #759e1a;
}
.btn--chevron-left:hover::after {
  border-color: #759e1a;
}

.mypage--section-tit + form .form__select {
  width: 100%;
}

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

@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: #EDEDED;
}

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

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

.nft--status {
  background: #ffffff;
  padding: 20px;
  margin: 0 auto 8%;
  border-radius: 8px;
}
.nft--status .nft--status__tit {
  text-align: center;
  font-weight: 600;
}
.nft--status .btn {
  margin: 0.5em 0 0 !important;
}
.nft--status.nonlogin .btn a {
  color: #1AA3C5;
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  .nft--status {
    width: 75%;
  }
}
.block--card {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.block--card .block--card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(203, 203, 203, 0.8);
}
.block--card .close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  background: rgba(115, 41, 36, 0.8);
  border-radius: 50%;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #E7D0A8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block--card .close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.block--card .card {
  background-color: #E7D0A8;
  width: 300px;
  height: 80vh;
  max-height: 520px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.block--card .card .card-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.block--card .card .card-inner .logo {
  width: 154px;
  position: relative;
  margin: 16px 0 0 16px;
}
.block--card .card .card-inner .main_ph {
  position: absolute;
  right: 0;
  width: 41vh;
  max-width: 274px;
  top: 11.8%;
}
.block--card .card .card-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block--card .card .card-inner .text .inner {
  color: #EDEDED;
  padding: 18px;
}
.block--card .card .card-inner .text .item-tit,
.block--card .card .card-inner .text .number {
  font-family: sculpin, sans-serif;
  line-height: 1;
  font-weight: 700;
}
.block--card .card .card-inner .text .item-tit {
  font-size: 11px;
  padding-right: 8px;
  letter-spacing: -0.01em;
}
.block--card .card .card-inner .text .nickname,
.block--card .card .card-inner .text .joinddate {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #622B1B;
}
.block--card .card .card-inner .text .nickname {
  line-height: 2;
}
.block--card .card .card-inner .text .block--joindate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 12px;
}
.block--card.basic .card .card-inner .main_ph {
  z-index: 10;
}
.block--card.basic .card .card-inner .text {
  background: #E5721F;
  border-radius: 10px;
}
.block--card.basic .card .card-inner .text::before {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #B93326;
  position: absolute;
  top: 0;
  left: 0;
}
.block--card.basic .card .card-inner .text .number {
  color: #E7D0A8;
  font-size: 13px;
  margin-bottom: 0.6em;
}
.block--card.basic.nftMember .number {
  display: none;
}

.block--card.nft .modal__content {
  max-width: 300px;
  max-height: 520px;
  position: relative;
}
.block--card.nft .card {
  background-color: #222;
}
.block--card.nft .card .movie_cap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.block--card.nft .card #video-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}
.block--card.nft .card #video-area #video {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(/static/cent/fanclub/mypage/card_back_cap.jpg) no-repeat;
  background-size: cover;
}
.block--card.nft .card .card-inner .logo {
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.block--card.nft .card .card-inner .main_ph {
  max-width: 264px;
  width: 40vh;
  top: 78px;
}
.block--card.nft .card .card-inner .text {
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.block--card.nft .card .card-inner .text .item-tit {
  display: none;
}
.block--card.nft .card .card-inner .text .item-name {
  color: #fff;
}
.block--card.nft .card .card-inner .text .nickname {
  font-size: 13px;
  line-height: 2.5;
}
.block--card.nft .card .card-inner .text .number {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #f8eb82;
  text-shadow: 2px 1px 1px #7f7522;
}
.block--card.nft .card .card-inner .text .number span {
  font-size: 13px;
}
.block--card.nft .card .card-inner .frame {
  width: 100%;
  height: 100%;
  border: 2px solid #FCFF9B;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px #d9bd2e inset;
          box-shadow: 0px 0px 8px 0px #d9bd2e inset;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
.block--card.nft .swiper-button {
  display: none;
}
.block--card.nft .swiper-container {
  overflow: visible;
}
.block--card.nft.is-active .swiper-wrapper {
  -webkit-transition: none;
  transition: none;
}
.block--card.nft.is-active .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block--card.nft.is-active .swiper-container {
  overflow: hidden;
}
.block--card.nft.is-active .swiper-pagination {
  margin-top: 10px;
  left: 0;
  right: 0;
}
.block--card.nft.is-active .swiper-pagination span {
  margin-right: 10px;
}
.block--card.nft.is-active .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.block--card.nft.is-active .swiper-pagination-bullet-active {
  background: #1AA3C5;
}
.block--card.nft.is-active .swiper-button-prev,
.block--card.nft.is-active .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.block--card.nft.is-active .swiper-button-next,
.block--card.nft.is-active .swiper-container-rtl .swiper-button-prev {
  right: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block--card.nft.is-active .swiper-button-prev::after,
.block--card.nft.is-active .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg fill="%23444444" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.39 20.28"><polygon points="10.14 20.28 11.55 18.86 3.83 11.14 28.39 11.14 28.39 9.14 3.83 9.14 11.55 1.41 10.14 0 0 10.14 10.14 20.28"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .block--card.nft.is-active .swiper-button,
.block--card.nft.is-active .swiper-button-prev,
.block--card.nft.is-active .swiper-button-next {
    display: block;
  }
}
.block--card.nft .close {
  background-color: rgba(74, 74, 74, 0.8);
}
.block--card.nft .close::before, .block--card.nft .close::after {
  background: #fff;
}

.move {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-animation: hu__hu__ infinite 2s ease-in-out;
          animation: hu__hu__ infinite 2s ease-in-out;
}

@-webkit-keyframes hu__hu__ {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes hu__hu__ {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}
#mypage--app .btn--main {
  background: #1AA3C5;
  color: #EDEDED;
}
#mypage--app .btn--sub {
  background: transparent;
  color: #1AA3C5;
}
#mypage--app .block--card__inner {
  padding-bottom: 40px;
}
#mypage--app .block--card.nft .card .card-inner .main_ph {
  top: 88px;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: rgba(0, 0, 0, 0.1);
}

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

/* birthday */
.btn--birthday i {
  display: none;
}

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

.page--questionnaire.error .section--detail {
  text-align: center;
}
.page--questionnaire.error .section--detail .block--error {
  text-align: left;
}
.page--questionnaire.error .section--detail .btn--sub {
  color: #1AA3C5;
}
.page--questionnaire.error .section--detail .btn--sub:hover {
  color: #fff;
  background: #759e1a;
}/*# sourceMappingURL=mypage-service.css.map */