@charset "UTF-8";
/* button
------------------------------ */
.btn {
  text-align: center;
  margin: 1.2em 0;
}

.btn--main,
.btn--sub {
  display: inline-block;
  text-align: center;
  min-width: 280px;
  max-width: 90%;
  font-size: 1.1em;
  padding: 0.8em 1em;
  border-radius: 30px;
  white-space: pre-wrap;
  margin-inline: auto;
  border: 1px solid #232B70;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.3s;
}

.btn--main {
  background: #232B70;
  color: #fff;
}

.btn--sub {
  background: #fff;
  color: #232B70;
}

@media screen and (min-width: 961px) {
  .btn--main, .btn--sub {
    transition: 0.3s;
  }
  .btn--main:hover {
    background: #43639e;
  }
  .btn--sub:hover {
    background: #c7ccfc;
  }
}
.block--card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.block--card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block--card.app::before {
  background: rgba(0, 0, 0, 0.3);
}
.block--card.app .close::before, .block--card.app .close::after {
  background: #fff;
}
.block--card .card {
  width: auto;
  background: linear-gradient(to bottom, #5671BC, #082B6C);
  text-align: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: 0.5s;
  padding: 0 2em 2em;
  aspect-ratio: 3/4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.block--card .card .bg::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.18;
  top: 0;
  left: 0;
}
.block--card .card .area--logo {
  flex: 1;
  background-image: url("/static/oisiclemelonpan/fanclub/mypage/membership_card/card_logo.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 55%;
  position: relative;
}
.block--card .card .area--text {
  position: relative;
  z-index: 2;
}
.block--card .card .list--data {
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 9px;
  display: flex;
  flex-wrap: wrap;
}
.block--card .card .name--item {
  text-align: left;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.block--card .card .nickname {
  font-size: 14px;
}
.block--card .card .member--id--item {
  width: 50%;
  text-align: left;
  padding-top: 9px;
}
.block--card .card .member--id {
  margin-left: 1px;
}
.block--card .card .duration--item {
  padding-left: 15px;
  width: 50%;
  text-align: left;
  position: relative;
  padding-top: 9px;
}
.block--card .card .duration--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  width: 1px;
  height: 62%;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: cover;
}
.block--card .card .duration {
  margin-left: 1px;
}
.block--card .card .year {
  margin-left: 3px;
  margin-right: 5px;
}
.block--card .card .ruby {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: left top;
  letter-spacing: 0.2em;
}
.block--card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
  filter: drop-shadow(0 0 5px #fff);
}
.block--card .close::after, .block--card .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #232B70;
  position: absolute;
  top: 0;
  left: 50%;
}
.block--card .close::after {
  transform: rotate(45deg);
}
.block--card .close::before {
  transform: rotate(-45deg);
}

.pop-up {
  margin-bottom: 40px;
}

.card-show .block--card {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}
.card-show .list--menu, .card-show .tit--menu, .card-show .footer, .card-show header, .card-show .detail__btn, .card-show .pop-up, .card-show .block--security-notice {
  filter: blur(5px);
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* application
============================== */
#mypage--app header {
  display: none;
}
#mypage--app footer {
  display: none;
}
#mypage--app .wrap {
  padding-bottom: 0 !important;
}
#mypage--app .detail__btn {
  display: none;
}
#mypage--app section:last-of-type {
  padding-bottom: 10px;
}

/* application QRコード
============================== */
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: rgba(0, 0, 0, 0.1);
}

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