<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header h1.logo a span {
  display: block;
  line-height: 1.5;
}
header h1.logo a .artist-name {
  margin-bottom: 0.2em;
  font-size: 22px;
}
header h1.logo a .fanclub-name {
  font-size: 13px;
}
header h1.logo a img {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2509803922));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2509803922));
}
header h1.logo.no-img {
  width: 100%;
  max-width: 600px;
}

.list--attention__add {
  background: #e8e8e8;
  text-indent: 0;
  border-radius: 10px;
  padding: 20px;
  margin: 16px 0 24px;
}

.regist .payment_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 0.5px solid #b5b5b5;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.regist .payment_status .status {
  font-weight: bold;
}

.regist .btn_service {
  margin: 25px 0 30px;
}

.regist .btn_service a {
  min-width: 250px;
  font-size: 15px;
}

.block--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.block--card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6666666667);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.block--card .card {
  width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition: z-index 0 0.6s;
  transition: z-index 0 0.6s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 10;
  position: relative;
}
.block--card .card.noimage {
  background-size: 80% auto;
}
.block--card .card.noimage .basic-card {
  height: 73%;
  background-image: linear-gradient(-25deg, #44cab7 0%, #74d5eb 50%, #f5feff 100%);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.block--card .card.noimage .artist-name {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
}
.block--card .card.noimage .block-card__text {
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  padding: 20px 15px 8px;
  text-align: left;
  word-break: break-all;
  color: #fff;
}
.block--card .card .cardimg {
  width: 100%;
  min-height: 200px;
  max-height: 65vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.block--card .card .cardimg img {
  width: 100%;
}
.block--card .card .status {
  width: 100%;
  padding: 5%;
}
.block--card .card .status &gt; div {
  margin-bottom: 0.2em;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(0, 0, 0, 0.2);
  color: #616161;
  font-size: 13px;
}
.block--card .card .status &gt; div span {
  display: block;
  margin-bottom: -2px;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.6;
}
.block--card .card .status .member-id {
  font-size: 24px;
}
.block--card .card.noimage {
  height: 0;
  padding-top: 159%;
}
.block--card .card.noimage .status {
  position: absolute;
  bottom: 0;
}

.block--card .close,
.block--nft .close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -20px;
  top: -50px;
}
.block--card .close::after, .block--card .close::before,
.block--nft .close::after,
.block--nft .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.block--card .close::after,
.block--nft .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--card .close::before,
.block--nft .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn--sub.nft,
.pop-up {
  margin-bottom: 40px;
}

.card-show .block--card {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}
.card-show .list--menu, .card-show .tit--menu, .card-show .footer, .card-show header, .card-show .detail__btn, .card-show .pop-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

@media screen and (min-width: 960px) {
  .btn--sub.nft,
  .btn--main.pop-up {
    display: block;
    width: 70%;
    min-width: inherit;
    text-align: center;
    margin: 40px auto 60px;
  }
}
@media screen and (min-width: 376px) {
  .block--card .card {
    width: 310px;
    padding: 0;
  }
  .block--card .card.noimage {
    width: 310px;
    height: 493px;
    padding: 0;
  }
  .block--card .close {
    cursor: pointer;
    right: -50px;
    top: -50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .block--card .close:hover {
    opacity: 0.2;
  }
}
@media screen and (max-width: 376px) {
  .block--card .card.noimage {
    height: 125vw;
    padding: 0;
  }
  .block--card .card.noimage .basic-card {
    height: 70%;
  }
}
.block--nft {
  width: 100%;
  height: 100%;
  min-height: 105vh;
  padding: 8% 6%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.block--nft::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.block--nft .section-tit {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.block--nft .block--nft__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  z-index: 10;
  position: relative;
}
.block--nft .list--contents li {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 50px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.block--nft .list--contents li .contents {
  line-height: 1;
  position: relative;
}
.block--nft .list--contents li .contents img, .block--nft .list--contents li .contents video {
  width: 100%;
}
.block--nft .list--contents li .nickname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.block--nft .list--contents li .nickname .sub {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: normal;
  color: rgb(157, 157, 157);
  margin-right: 10px;
}
.block--nft .list--contents li .nickname .name {
  font-size: 14px;
  line-height: 1;
}
.block--nft .list--contents li .nftinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block--nft .list--contents li .nftinfo .serial,
.block--nft .list--contents li .nftinfo .token {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: normal;
}
.block--nft .list--contents li .nftinfo .serial .icon,
.block--nft .list--contents li .nftinfo .token .icon {
  width: 16px;
  vertical-align: text-bottom;
}

.nft-show .block--nft {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}

.block--nft .close {
  right: -45px;
  top: -45px;
}
.block--nft .close::after, .block--nft .close::before {
  background-color: #fff;
}

.btn--sub.nft {
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .block--nft .close {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .block--nft .close:hover {
    opacity: 0.2;
  }
}
@media screen and (max-width: 960px) {
  .block--nft {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .block--nft .close {
    right: -5px;
    top: -60px;
  }
}
.block--favorite {
  width: 80%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 15px 40px 40px -40px #9d9d9d;
          box-shadow: 15px 40px 40px -40px #9d9d9d;
  margin: 0 auto 3em;
  position: relative;
}
.block--favorite .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0.3em;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-align: center;
  padding: 0.8em 0 0.5em;
  line-height: 1;
  margin-bottom: 0;
}
.block--favorite .block--photo {
  position: relative;
}
.block--favorite .block--photo * {
  -webkit-transition: none;
  transition: none;
}
.block--favorite .block--photo .thumb {
  line-height: 0;
  padding: 0 1em;
  position: relative;
}
.block--favorite .block--photo .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.block--favorite .block--photo .thumb .blur {
  width: 70%;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  mix-blend-mode: multiply;
}
.block--favorite .block--photo .thumb .blur + img {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.block--favorite .slick-slider .slick-list {
  padding-bottom: 2em;
}
.block--favorite .block--detail {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding: 1.5em 2em 2em;
  /*margin-top: -2.5em;*/
}
.block--favorite .block--detail .name {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}
.block--favorite .block--detail .time {
  letter-spacing: 0.1em;
  font-size: 0.8em;
}
.block--favorite .block--detail .time i {
  display: inline-block;
  margin-right: 0.5em;
}
.block--favorite .slick-next,
.block--favorite .slick-prev {
  width: 30px;
  height: 30px;
}
.block--favorite .slick-next::after,
.block--favorite .slick-prev::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--favorite .slick-next::before,
.block--favorite .slick-prev::before {
  display: none;
}
@media (min-width: 961px) {
  .block--favorite .slick-next:not(.slick-disabled):hover::after,
  .block--favorite .slick-prev:not(.slick-disabled):hover::after {
    opacity: 0.5;
  }
}
.block--favorite .slick-next.slick-disabled,
.block--favorite .slick-prev.slick-disabled {
  opacity: 0.2;
  cursor: auto;
}
.block--favorite .slick-next {
  right: -40px;
}
.block--favorite .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -40px;
  margin-top: -15px;
}
@media screen and (max-width: 756px) {
  .block--favorite .slick-next {
    right: -15px;
  }
  .block--favorite .slick-prev {
    left: -15px;
  }
}

@media screen and (max-width: 756px) {
  .block--favorite {
    width: 100%;
    margin: 0 auto 2em;
  }
}
/* アプリ用マイページ
============================== */
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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

section .area--user-status {
  padding: 30px 4%;
  margin: -2em -5.5% 40px;
  color: #fff;
  position: relative;
  text-align: center;
  background: #111;
}
section .area--user-status &gt; * {
  position: relative;
}
section .area--user-status .name {
  font-size: 20px;
  font-weight: bold;
}
section .area--user-status .name span {
  display: block;
  margin-top: 4px;
  word-break: break-all;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
section .area--user-status .txt {
  opacity: 0.6;
  font-size: 15px;
}
section .area--user-status .txt span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
section .area--user-status .ph--qr {
  margin: 20px 0 12px;
}
section .area--user-status .ph--qr a {
  line-height: 0;
  display: inline-block;
}
section .area--user-status .ph--qr canvas {
  margin: 0 auto;
  border: 12px solid #fff;
  outline: solid 3px #000000;
}
section .area--user-status .btn--pay {
  padding: 0;
}
section .area--user-status .btn--pay a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 0 30px;
  line-height: 38px;
  font-weight: normal;
  font-size: 13px;
  border-radius: 100px;
  min-width: unset;
  color: #fff;
}
section .area--user-status .btn--pay a::after {
  position: relative;
  right: -9px;
  top: -1px;
  border-width: 1px;
  border-color: #fff;
}
section .area--user-status.area--user-status.hasQR::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 200%;
  -webkit-animation: movingGrad 2.5s linear infinite;
  animation: movingGrad 2.5s linear infinite;
}

@-webkit-keyframes movingGrad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes movingGrad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.block--expiration {
  margin: 0 0 40px;
}
.block--expiration .btn {
  margin-top: 0;
}
.block--expiration .btn--main {
  background: #333;
  color: #fff;
}

.list--menu a::after {
  border-width: 1px;
}
.list--menu &gt; span {
  word-break: break-all;
}
.list--menu a span {
  word-break: break-all;
}
.list--menu a span .menu__status {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.5;
}
.list--menu span em {
  display: block;
  font-size: 10px;
  font-style: unset;
  margin-top: 3px;
  opacity: 0.5;
}/*# sourceMappingURL=mypage-service.css.map */
</pre></body></html>