@import url("https://use.typekit.net/htn4mza.css");
@media (max-width: 960px) {
  header {
    padding: 3em 5% 0;
  }
}
/* デジタル会員証設置
---------------------------------*/
.mypage-index .btn {
  display: block;
  margin: 20px auto 30px;
}
.mypage-index .btn .btn--main {
  border-radius: 7px;
  background: #000;
  padding: 5px 0;
}
:root {
  --normal-color: #cbdbde;
  --first-color: #dedccb;
  --second-color: #f5ebe7;
  --third-color: #e0d4de;
  --fourth-color: #e9e5fc;
  --fifth-color: #dce1f7;
  --six-color: #d2eae4;
  --seven-color: #e9efd5;
  --eight-color: #f2e9cd;
  --nine-color: #f1d9ca;
  --text-color: #2e2618;
}
.mypage-index .block--card {
  display: none;
  z-index: 100;
  position: absolute;
  background: #e5e5e5;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mypage-index .block--card .wrap {
  overflow: hidden;
}
.mypage-index .block--card .memberscard {
  position: relative;
  height: 100vh;
  min-height: 860px;
  padding-top: 31px;
}
.mypage-index .block--card img {
  display: block;
}
.mypage-index .block--card .bg-wrap {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}
.mypage-index .block--card .bg-wrap .paper {
  background-image: url(/static/officialhigedandism/fansite/mypage/bg-paper.jpg);
  background-repeat: repeat-y;
  opacity: 0.19;
  display: block;
  width: 100%;
  height: 100%;
}
.mypage-index .block--card .grange-wrap {
  pointer-events: none;
  position: relative;
  z-index: -9;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.mypage-index .block--card .grange-wrap .grange1 {
  animation: grange 30ms cubic-bezier(0.28, 0.38, 0.72, 0.91) infinite;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
}
.mypage-index .block--card .grange-wrap .grange2 {
  animation: grange 30ms cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  position: absolute;
  top: 530px;
  right: 0;
  height: 60vh;
}
.mypage-index .block--card .bg-wrap.normal {
  background-color: var(--normal-color);
}
.mypage-index .block--card .bg-wrap.first {
  background-color: var(--first-color);
}
.mypage-index .block--card .bg-wrap.second {
  background-color: var(--second-color);
}
.mypage-index .block--card .bg-wrap.third {
  background-color: var(--third-color);
}
.mypage-index .block--card .bg-wrap.fourth {
  background-color: var(--fourth-color);
}
.mypage-index .block--card .bg-wrap.fifth {
  background-color: var(--fifth-color);
}
.mypage-index .block--card .bg-wrap.six {
  background-color: var(--six-color);
}
.mypage-index .block--card .bg-wrap.seven {
  background-color: var(--seven-color);
}
.mypage-index .block--card .bg-wrap.eight {
  background-color: var(--eight-color);
}
.mypage-index .block--card .bg-wrap.nine {
  background-color: var(--nine-color);
}
.mypage-index .block--card .bg-wrap.ten {
  background: linear-gradient(25deg, #f1e2a7, #aae6c5 20%, #dfb5e0 88%);
  animation: bgGradient 2s infinite;
  background-size: 160%;
}
@-webkit-keyframes bgGradient {
  0%,
  100% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
}
@keyframes bgGradient {
  0%,
  100% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
}
.mypage-index .block--card .frame-right,
.mypage-index .block--card .frame-left {
  width: 7vw;
  margin: 0 auto;
  position: fixed;
  top: 0;
  animation: frame-flow 20s linear infinite reverse;
  z-index: 1;
}
.mypage-index .block--card .frame-right {
  right: 0;
}
.mypage-index .block--card .frame-left {
  left: 0;
}
@keyframes frame-flow {
  0% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes grange {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(1px, 1px);
  }
  50% {
    transform: translate(-2px, 0px);
  }
  75% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.mypage-index .block--card .logo {
  width: 80vw;
  display: block;
  margin: 60px auto 140px;
}
.mypage-index .block--card .list--data {
  width: 80vw;
  display: block;
  margin: 0 auto;
  color: var(--text-color);
}
.mypage-index .block--card .list--data dt {
  font-family: karmina, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.mypage-index .block--card .list--data dd {
  font-size: 16px;
  border-bottom: 0.75px dashed #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mypage-index .block--card .list--data dd:last-of-type {
  margin-bottom: 0;
}
.mypage-index .block--card .anime-movie {
  position: relative;
}
.mypage-index .block--card .anime-movie img {
  position: absolute;
}
.mypage-index .block--card .anime-movie .camera {
  width: 37vw;
  top: 7vw;
  right: 0;
  z-index: 2;
}
.mypage-index .block--card .anime-movie .right {
  top: -1vw;
  left: -16vw;
  width: 83vw;
  z-index: 1;
}
.mypage-index .block--card .anime-movie .window {
  height: 19vw;
  z-index: 0;
  left: 25vw;
  top: 16vw;
}
.mypage-index .block--card .anime-movie .music {
  width: 16vw;
  z-index: 0;
  left: 10vw;
  top: 13vw;
}
.mypage-index .block--card .anime-wrap img {
  position: absolute;
}
.mypage-index .block--card .anime-wrap .kachinko {
  width: 20vw;
  transform: rotate(20deg);
  top: 220px;
  right: 9vw;
}
.mypage-index .block--card .anime-wrap .chair {
  width: 25vw;
  bottom: 20px;
  left: 10vw;
}
.mypage-index .block--card .detail__btn {
  position: relative;
  bottom: 110px;
}
/* closeボタン */
.mypage-index .block--card span.close {
  position: absolute;
  width: 45px;
  height: 45px;
  display: block;
  right: 9%;
  top: 2%;
  z-index: 100;
}
.mypage-index .block--card span.close::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #2e2618;
  position: absolute;
  left: 49%;
  transform: rotate(45deg);
}
.mypage-index .block--card span.close::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #2e2618;
  position: absolute;
  right: 46%;
  transform: rotate(-45deg);
}
/* contact
---------------------------------*/
.page--contact .section--detail .list--sub li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.page--contact .section--detail .block--info {
  border: 1px solid #333;
  border-radius: 10px;
  margin: 1.5em 0;
  padding: 1em;
}
.page--contact .section--detail .block--info .tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.page--contact .section--detail .block--info .btn {
  margin: 1.5em 0;
}
