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

a {
  color: #000000;
}
a:hover {
  color: #333;
}

.btn--main {
  padding: 1em 1.2em;
  background: #000000;
  color: #f8f8f8;
  line-height: 1.5;
}
.btn--main:hover {
  color: #fff;
  background: #333;
}

.btn--sub {
  background: transparent;
  color: #000000;
}
.btn--sub:hover {
  color: #333;
}

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

.btn--chevron {
  color: #000000;
}
.btn--chevron::after {
  border-color: #000000;
}
.btn--chevron:hover {
  color: #333;
}
.btn--chevron:hover::after {
  border-color: #333;
}

.btn--chevron-left {
  color: #000000;
}
.btn--chevron-left::after {
  border-color: #000000;
}
.btn--chevron-left:hover {
  color: #333;
}
.btn--chevron-left:hover::after {
  border-color: #333;
}

header {
  padding: 1.8em 5% 0;
}
header a {
  display: block;
}
header h1 {
  width: 210px;
  line-height: 0;
}

/* 無料会員 */
.free-member {
  margin: 0 0 40px;
  padding: 1em;
  border: 0.5px solid #b5b5b5;
  background: #fff;
}
.free-member .tit {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.free-member .tit span {
  color: #0C5AB3;
}
.free-member .txt {
  margin: 0 0 5px;
}
.free-member .link {
  position: relative;
  margin: 5px 0 0;
  text-align: center;
}
.free-member .link::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  transform: rotate(-135deg);
  right: auto;
  margin-left: 5px;
}

/* デジタル会員証 */
.page--mypage .svg-symbol, #mypage--app .svg-symbol {
  display: none;
}

.page--mypage .block--card, .block--card.app {
  width: 105%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  margin: 0 -2.5% 60px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page--mypage .block--card .inner, .block--card.app .inner {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 5% 2% 5% 5%;
  background: url(/static/superdragon/fanclub/common/asd.png) no-repeat;
  background-size: 92%;
  background-position: 12% 2%;
}
.page--mypage .block--card .inner .logo, .block--card.app .inner .logo {
  line-height: 0;
  margin: 0 auto 8px;
}
.page--mypage .block--card .inner .bg-logo, .block--card.app .inner .bg-logo {
  opacity: 0.2;
  width: 83%;
  position: absolute;
  right: -4%;
  top: 4%;
  z-index: 0;
  pointer-events: none;
}
.page--mypage .block--card .inner .card, .block--card.app .inner .card {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page--mypage .block--card .inner .card .left, .block--card.app .inner .card .left {
  width: 42%;
  height: 105px;
  margin-right: 3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
}
.page--mypage .block--card .inner .card .right, .block--card.app .inner .card .right {
  width: 45%;
  align-self: flex-start;
}
.page--mypage .block--card .list--data dt, .block--card.app .list--data dt {
  font-size: 10px;
  font-family: handel-gothic, sans-serif;
  font-weight: 300;
  color: #8E8E8E;
  line-height: 1;
  margin-bottom: 1px;
}
.page--mypage .block--card .list--data dd, .block--card.app .list--data dd {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 7px;
  line-height: 1.3;
}
.page--mypage .block--card .list--data dd.item__point, .block--card.app .list--data dd.item__point {
  border-bottom: 0;
}
.page--mypage .block--card .barcode-wrap, .block--card.app .barcode-wrap {
  position: absolute;
  bottom: 0%;
  right: 2%;
  color: #656565;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--mypage .block--card .barcode-wrap .triangle, .block--card.app .barcode-wrap .triangle {
  vertical-align: 9px;
  margin-left: 5px;
}
.page--mypage .block--card .barcode-wrap .birthday, .block--card.app .barcode-wrap .birthday {
  font-family: "Teko", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
.page--mypage .block--card .barcode-wrap .barcode, .block--card.app .barcode-wrap .barcode {
  font-family: "Libre Barcode 128", cursive;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}
.page--mypage .block--card .memberscard, .block--card.app .memberscard {
  line-height: 1;
  color: #656565;
  font-family: arpona, serif;
  font-weight: 300;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: -8%;
  transform: rotate(-90deg);
}

/* アプリ */
.app .detail__btn {
  display: none;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #111;
}

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

/* アプリQRコード非表示 */
.btn--pay {
  margin-top: 20px;
}

#mypage--app h1 {
  padding-bottom: 1.5em;
}

.list--menu .other--info {
  padding: 1em 0;
}

/* -------------------------------------------------
	退会処理
------------------------------------------------- */
.block.withdrawal--explanation {
  padding: 5vw;
}
.block.withdrawal--explanation .blockTit {
  color: #474747;
  text-align: left;
  font-size: 4.2vw;
  font-weight: bold;
  padding: 3vw 3vw 3vw 0;
  border-radius: 1vw;
  margin-bottom: 2vw;
}
.block.withdrawal--explanation .txtArea {
  padding: 1em;
  margin-bottom: 30px;
  background-color: #fff0ea;
  border: 1px solid #f32;
  color: #f32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block.withdrawal--explanation .withdrawal--question {
  text-align: center;
}

/* input[type="text"] {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 } */
@media screen and (min-width: 768px) {
  .block.withdrawal--explanation {
    max-width: 880px;
    margin: 0 auto;
  }
  .block.withdrawal--explanation .txtArea {
    margin-bottom: 40px;
  }
  .block.withdrawal--explanation .blockTit {
    font-size: 20px;
    margin-bottom: 0;
  }
  .block.withdrawal--explanation form .btn {
    padding: 30px;
    max-width: 400px;
    transition: all 0.3s ease-out;
  }
  .block.withdrawal--explanation form .btn:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  .block.withdrawal--explanation .withdrawal--link a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  input[type=submit], input[type=button] {
    font-size: 18px;
  }
  .block.withdrawal--explanation form {
    margin: 40px 0;
  }
  .block.withdrawal--explanation .withdrawal--link a {
    transition: all 0.3s ease-out;
  }
}/*# sourceMappingURL=mypage-service.css.map */