@charset "UTF-8";
/* image */
.ph, .thumb, .keyvisual {
  position: relative;
  line-height: 0;
}

.ph img, .thumb img, .keyvisual img {
  width: 100%;
}

.ph img::after, .thumb img::after, .keyvisual img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ph::after, .thumb::after, .keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ph .dummy, .thumb .dummy, .keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  background-color: #f5f5f5;
}

a {
  color: #000;
}
a:hover {
  color: #444;
}

.btn--main {
  background: #222222;
  color: #fff;
}
.btn--main:hover {
  background: #404040;
}

.btn--sub {
  background: transparent;
  color: #222222;
}
.btn--sub:hover {
  color: #fff;
  background: #222222;
}

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

.btn--chevron {
  color: #222222;
}
.btn--chevron::after {
  border-color: #222222;
}
.btn--chevron:hover {
  color: #404040;
}
.btn--chevron:hover::after {
  border-color: #404040;
}

.btn--chevron-left {
  color: #222222;
}
.btn--chevron-left::after {
  border-color: #222222;
}
.btn--chevron-left:hover {
  color: #404040;
}
.btn--chevron-left:hover::after {
  border-color: #404040;
}

.flex--container {
  display: flex;
}

header h1 {
  width: 20%;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.txt--attention {
  font-size: 14px;
  background: #ffdada;
  color: #cc0000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
/* ボタン */
.btn--main,
.btn--sub {
  max-width: 330px;
  font-size: 15px;
  padding: initial;
}

.mypage.sslmypage .btn--sub {
  color: #b92424;
}
.mypage.sslmypage .btn--sub:hover {
  background-color: #b92424;
  color: #ffffff;
}
.mypage.sslmypage .btn--sub .far {
  transition: none;
}
.mypage.sslmypage .btn--sub .far::before {
  transition: none;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main,
  .btn--sub {
    font-size: 14px;
    width: 70%;
    min-width: 300px;
  }
}
.block--firstlogin {
  margin: 2em 0;
}

.block--firstlogin .login--attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
}
.block--firstlogin .login--attention b {
  color: #cc0000;
}
.block--firstlogin .login--attention .btn--firstlogin {
  margin: 6% auto 9%;
}
.block--firstlogin .login--attention .btn--firstlogin a {
  position: relative;
  border-bottom: solid 2px #cc0000;
  font-weight: bold;
  transition: color 0.3s;
}
.block--firstlogin .login--attention .btn--firstlogin a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.4s;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover::before {
  transform: scaleX(0);
}

body.card-open {
  overflow: hidden;
}
body .block--card {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  transition: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body .block--card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5%;
  top: 30px;
  cursor: pointer;
}
body .block--card .close::before, body .block--card .close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
body .block--card .close::before {
  transform: rotate(45deg);
}
body .block--card .close::after {
  transform: rotate(-45deg);
}
body .cd--card {
  width: 448px;
  height: 424px;
  background-color: #1d1d1d;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
body .cd--card .film {
  position: absolute;
  opacity: 70%;
  mix-blend-mode: screen;
  width: 100%;
  top: 0%;
  z-index: 20;
}
body .cd--card .vip {
  width: 14%;
  top: 4%;
  right: 4%;
  position: absolute;
  z-index: 40;
}
body .cd--card .card__name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  z-index: 30;
}
body .cd--card .card__name .name__inner {
  width: 90%;
  margin: 0 auto 5%;
  padding: 5% 6%;
}
body .cd--card .card__name .name__inner.gold {
  background: linear-gradient(315deg, rgb(164, 144, 74) 0%, rgb(233, 232, 159) 57%, #C1B46D 100%);
}
body .cd--card .card__name .name__inner.gold .number {
  color: #ede3a5;
}
body .cd--card .card__name .name__inner.silver {
  background: linear-gradient(315deg, rgb(186, 186, 186) 0%, rgb(255, 255, 255) 57%, rgb(170, 170, 170) 100%);
}
body .cd--card .card__name .name__inner.silver .number {
  color: #D9D9D9;
}
body .cd--card .card__name .name--detail dt {
  opacity: 0.7;
  font-family: "lft-etica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
body .cd--card .card__name .name--detail dd {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
body .cd--card .card__name .flex--container {
  justify-content: space-between;
  align-items: center;
}
body .cd--card .card__name .number {
  font-family: "lft-etica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-size: 11px;
  background: #3b3b3b;
  padding: 0.2em 0.6em;
  font-weight: 200;
  letter-spacing: 0.15em;
}
body .cd--card .card__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
body .cd--card .status {
  width: 55%;
  height: 100%;
  padding: 7% 3% 0;
  position: relative;
  z-index: 10;
}
body .cd--card .status.gold {
  background: linear-gradient(315deg, rgb(175, 154, 78) 0%, rgb(248, 247, 186) 57%, rgb(162, 141, 68) 100%);
}
body .cd--card .status.silver {
  background: linear-gradient(315deg, rgb(111, 111, 111) 0%, rgb(255, 255, 255) 57%, rgb(144, 143, 143) 100%);
}
body .cd--card .status .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/glay/fanclub/mypage/texture.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 90%;
  mix-blend-mode: color-burn;
}
body .cd--card .status__inner {
  position: relative;
  z-index: 1;
}
body .cd--card .status .logo {
  width: 80%;
  margin: 0 auto 10px;
}
body .cd--card .status .artist--photo {
  aspect-ratio: 16/11;
  background-image: url("/static/glay/fanclub/mypage/mypage--artist--photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 20px;
}
body .cd--card .status .detail--list .list--item {
  margin-bottom: 16px;
}
body .cd--card .status .detail--list .list--item dt {
  opacity: 0.7;
  font-family: "lft-etica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 3px;
}
body .cd--card .status .detail--list .list--item dd {
  font-size: 16px;
  font-weight: 600;
}
body .cd--card .cd {
  width: 85%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  animation: 5s linear infinite rotate;
}
body .cd--card .cd__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgb(188, 188, 188) 0%, rgb(255, 255, 255) 57%, rgb(230, 230, 230) 100%);
  border-radius: 200%;
}
body .cd--card .artist--img {
  position: absolute;
  background-image: url("/static/glay/fanclub/mypage/mypage--artist--photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  width: 97%;
  height: 97%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .cd--card .artist--img .blur {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body .cd--card .cd--center {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header {
    padding: 3em 5% 0;
  }
  header .logo {
    width: 60%;
    max-width: 300px;
  }
  body.card-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.sslmypage .card__name .name__inner {
    padding: 5%;
    width: 93%;
  }
  body.sslmypage .card__name .name--detail dd {
    font-size: 13px;
  }
  body.sslmypage .card__name .number {
    font-size: 10px;
    padding: 0.2em 0.3em;
  }
  body.sslmypage .card__name .pla {
    width: 12%;
  }
  body.sslmypage .cd--card {
    width: 90%;
    max-width: 350px;
    height: initial;
    aspect-ratio: 448/424;
  }
  body.sslmypage .cd--card .status {
    padding: 7% 3% 6%;
  }
  body.sslmypage .cd--card .status .cd__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  body.sslmypage .cd--card .status .logo {
    margin: 0 auto 5px;
  }
  body.sslmypage .cd--card .status .artist--photo {
    margin-bottom: 15px;
    aspect-ratio: 16/10;
  }
  body.sslmypage .cd--card .status .detail--list .list--item {
    margin-bottom: 8px;
  }
  body.sslmypage .cd--card .status .detail--list .list--item dt {
    font-size: clamp(10px, 2.5vw, 11px);
  }
  body.sslmypage .cd--card .status .detail--list .list--item dd {
    font-size: clamp(12px, 4vw, 16px);
  }
}
@media screen and (min-width: 1px) and (max-width: 360px) {
  body.sslmypage .card .status .artist--photo {
    margin-bottom: 10px;
  }
  body.sslmypage .card__name .number {
    font-size: 9px;
  }
}
.page--contact .block--add--info {
  border: 1px solid #222222;
  color: #222222;
  padding: 40px 5%;
  border-radius: 3px;
  margin-bottom: 30px;
}
.page--contact .block--add--info .info--tit {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ce3b3b;
}
.page--contact .question--list {
  margin-bottom: 40px;
}
.page--contact .question--list .list--item {
  margin-bottom: 10px;
  transition: all 0.5s;
}
.page--contact .question--list .list--item:last-child {
  margin-bottom: 0;
}
.page--contact .question--list .list--item:hover {
  opacity: 0.9;
}
.page--contact .question--list .list--item a {
  line-height: 1.6;
  padding: 1.2em 1.8em 1.2em 1.4em;
  border-radius: 8px;
  background-color: #222222;
  color: #ffffff;
  position: relative;
  transition: all 0.5s;
  display: block;
}
.page--contact .question--list .list--item a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E3E0DC;
  border-right: 2px solid #E3E0DC;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.page--contact .attention--list a {
  color: #ce3b3b;
  position: relative;
  transition: all 0.5s;
  font-weight: 600;
}
.page--contact .attention--list a:hover {
  opacity: 0.9;
}
.page--contact .attention--list a::after {
  display: none;
}
.page--contact .attention--list .attention--indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.page--contact .attention--list .attention--indent:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--contact .block--add--info .info--tit {
    font-size: 18px;
  }
  .page--contact .question--list {
    margin-bottom: 40px;
  }
  .page--contact .question--list .list--item:hover {
    opacity: 1;
  }
  .page--contact .attention--list a:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=mypage-service.css.map */