@charset "UTF-8";
body {
  background-color: #f5f5f5;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

a {
  color: #000;
}
a:hover {
  opacity: .5;
  transition: all 0.2s 0s ease;
}

.btn--main {
  background: #000;
  color: #fff;
  font-weight: bold;
}
.btn--main:hover {
  background: #000;
}

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

.btn--sub {
  background: transparent;
  color: #000;
}
.btn--sub:hover {
  color: #fff;
  background: #000;
  transition: all 0.2s ease;
}

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

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

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

.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;
}


/* card
--------------------- */
#svg {
  display: none;
}

.pop-up {
  min-width: 300px;
  background: #D2302C;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.pop-up:hover {
  background: #D2302C;
}

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: none;
}

.block--card .card {
  width: 470px;
  height: 306px;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3), 0px 17px 32px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: center no-repeat url(/static/yonesanchi/fanclub/mypage/card.png);
  background-size: contain;
}

.menuOpen .block--card .card {
  opacity: 1 !important;
}

.block--card dl {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.block--card dt {
  font-size: 0.65rem;
  margin-bottom: 2px;
}

.block--card dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.block--card .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -50px;
  right: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.block--card .close::before,
.block--card .close::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 0;
}

.block--card .close::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* mypage-card */
#cardPopUp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1px) and (max-width: 580px) {
.block--card .card {
    width: 330px;
    height: 216px;
  }
}


/* birthdayページ */

.btn--birthday {
  font-size: 14px;
  font-weight: bold;
  min-width: 300px;
  padding: 2em .2em;
  border-radius: 0;
  margin: 0 auto 1.5em;
  border: 2px solid #D2302C;
  color: #D2302C !important;
}

.btn--birthday:hover {
  background: none;
}

/* ログインページ文言 */
.block--firstlogin {
  padding: 1.5rem;
  border: solid 1px #b5b5b5;
  background: white;
  border-radius: 0.3em;
}

.block--firstlogin b {
  color: #de8a8a;
}

.block--firstlogin .tit span {
  display: block;
  margin-bottom: 4px;
  text-align: center;
  background: #D2302C;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 14px;
}

.block--firstlogin .btn--firstlogin {
  margin: 6% auto 9%;
}

.block--firstlogin .btn--firstlogin a {
  position: relative;
  border-bottom: solid 2px #D2302C;
  font-weight: bold;
  transition: color 0.3s;
}

.block--firstlogin .btn--firstlogin a:hover {
  opacity: 1;
}

.block--firstlogin .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 .btn--firstlogin a:hover::before {
  transform: scaleX(0);
}