@charset "UTF-8";
body {
  background-color: #f5f5f5;
  color: #2f2121;
}

a {
  color: #1A1719;
}
a:hover {
  color: #2b2b2b;
}

.btn--main {
  background: #121212;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.btn--main:hover {
  background: #111;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #121212;
  border-radius: 20em;
}
.btn--sub:hover {
  color: #fff;
  background: #121212;
  transition: all 0.2s ease;
}

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

.btn--chevron {
  color: #121212;
}
.btn--chevron::after {
  border-color: #121212;
}
.btn--chevron:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

.btn--chevron-left {
  color: #121212;
}
.btn--chevron-left::after {
  border-color: #121212;
}
.btn--chevron-left:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron-left:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

.btn--birthday i {
  transition: none;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 30vw;
  max-width: 210px;
  margin: 3vw auto 30px;
  position: relative;
}

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

.wrap {
  background: #f5f5f5;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.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;
}

.block--card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.4s;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.block--card::before, .block--card::after {
  pointer-events: none;
}
.block--card .card__line_text {
  white-space: pre;
  position: absolute;
  top: 52px;
  opacity: 0.9;
  -webkit-animation: horizontal 120s linear infinite normal;
          animation: horizontal 120s linear infinite normal;
  z-index: 1;
  will-change: transform;
}
.block--card .card__line_text .item {
  display: inline-block;
  width: 960px;
}
.block--card .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 320px);
  left: 50%;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 5px;
  left: 25px;
}
.block--card .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--card .close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.block--card .card {
  width: 320px;
  height: 500px;
  position: relative;
  z-index: 20;
  border-radius: 30px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.block--card .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(/static/tempest/common/bg.jpg);
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: hard-light;
  pointer-events: none;
}
.block--card .card .thumb {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto 15px;
  position: relative;
  z-index: 30;
  -webkit-animation: rotate 8s ease-in-out infinite normal;
          animation: rotate 8s ease-in-out infinite normal;
  will-change: transform;
}
.block--card .card .thumb img {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.block--card .card .number {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  margin: 0 auto 22px;
}
.block--card .card .card__flame {
  position: absolute;
  width: 100%;
  height: 85.5%;
}
.block--card .card .card__flame > div {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
}
.block--card .card .card__flame > div::before, .block--card .card .card__flame > div::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
}
.block--card .card .card__flame > div.top::before {
  left: 20px;
  top: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.block--card .card .card__flame > div.top::after {
  right: 20px;
  top: 20px;
}
.block--card .card .card__flame > div.bottom {
  bottom: 0;
}
.block--card .card .card__flame > div.bottom::before {
  left: 20px;
  bottom: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block--card .card .card__flame > div.bottom::after {
  right: 20px;
  bottom: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block--card .card .block--detail {
  font-size: 10px;
  font-family: "roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  position: relative;
  padding: 0 8% 20px;
  width: 100%;
}
.block--card .card .block--detail .list--status {
  position: relative;
  left: 4px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.block--card .card .block--detail .list--status > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.block--card .card .block--detail .list--status > div dt {
  margin-right: 1.5em;
}
.block--card .card .block--detail .list--status > div dd {
  font-weight: bold;
  width: 40%;
}
.block--card .card .block--detail .symbol {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 13px;
  right: 33px;
}
.block--card .card .block--detail .symbol svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.block--card .card .card__bottom {
  height: 80px;
  background: no-repeat center url(/static/tempest/fanclub/mypage/card/bg_metal.jpg);
  background-size: cover;
  position: relative;
}
.block--card .card .card__bottom svg {
  width: 100%;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 48%;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-1317.3px, 0);
            transform: translate(-1317.3px, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-1317.3px, 0);
            transform: translate(-1317.3px, 0);
  }
}
.card--visible .block--card {
  opacity: 1;
  pointer-events: auto;
}
.card--visible .block--card.visible--back .card--omote {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.card--visible .block--card.visible--back .card--ura {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-delay: 0.15s;
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-9600px, 0);
            transform: translate(-9600px, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 13, 2, 0deg);
            transform: rotate3d(0, 13, 2, 0deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 13, 2, 0deg);
            transform: rotate3d(0, 13, 2, 0deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 13, 2, 360deg);
            transform: rotate3d(0, 13, 2, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 13, 2, 360deg);
            transform: rotate3d(0, 13, 2, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 13, 2, 0deg);
            transform: rotate3d(0, 13, 2, 0deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 13, 2, 0deg);
            transform: rotate3d(0, 13, 2, 0deg);
  }
  70% {
    -webkit-transform: rotate3d(0, 13, 2, 360deg);
            transform: rotate3d(0, 13, 2, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 13, 2, 360deg);
            transform: rotate3d(0, 13, 2, 360deg);
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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