@charset "UTF-8";
a {
  color: #1A1719;
}
a:hover {
  color: #2b2b2b;
}

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

.btn--sub.btn--birthday {
  background: #8FC31F;
  border-color: #8FC31F;
  margin-bottom: 1em;
}
.btn--sub.btn--birthday:hover {
  background: #006341;
  border-color: #006341;
}

.btn.pop-up {
  margin-bottom: 2em;
}

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

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

.btn--chevron {
  color: #006341;
}
.btn--chevron::after {
  border-color: #006341;
}
.btn--chevron:hover {
  color: #8FC31F;
}
.btn--chevron:hover::after {
  border-color: #8FC31F;
}

.btn--chevron-left {
  color: #006341;
}
.btn--chevron-left::after {
  border-color: #006341;
}
.btn--chevron-left:hover {
  color: #8FC31F;
}
.btn--chevron-left:hover::after {
  border-color: #8FC31F;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 48vw;
  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;
  }
}
.mypage .section--login .form--post dt {
  font-weight: normal;
}
.mypage .section--login .form--post dt span {
  font-weight: bold;
}
.mypage .section--login .block--form {
  background: #ffe6e7;
  padding: 2em 1em 1.5em;
  margin-bottom: 2em;
  border: 2px solid #dc7676;
  border-radius: 10px;
}
.mypage .section--login .block--form .form--txt {
  font-size: 0.88em;
  line-height: 1.6;
}
.mypage .section--login .block--form .form--txt .tit {
  background: #fff;
  color: #006341;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  border-radius: 20px;
  margin-bottom: 1em;
}
.mypage .section--login .block--form .form--txt .link {
  font-weight: bold;
  margin: 1em 0 2em;
}
.mypage .section--login .block--form .form--txt .link a {
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
}
.mypage .section--login .block--form .form--txt .link a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 1px;
}
.mypage .section--login .note {
  font-size: 13px;
  background: #fff;
  border: 1px solid #006341;
  padding: 1em;
  line-height: 1.6;
  border-radius: 0.3em;
}
.mypage .section--login .txt--separator {
  margin: 2em 0 0;
}
.mypage .section--login .checklist {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 1.5em;
}
.mypage .section--login .checklist li {
  position: relative;
  padding-left: 1.5em;
}
.mypage .section--login .checklist li:first-child {
  margin-bottom: 1em;
}
.mypage .section--login .checklist li i {
  font-size: 1.3em;
  color: #cd2626;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.mypage .section--login *:not(.btn) + .btn {
  margin: 1em 0 0;
}
.mypage .section--login .btn.login {
  margin-top: 2em;
}
.mypage .section--login .btn.weverse .btn--main {
  background: #08CCCA;
  border: 1px solid #08CCCA;
}
.mypage .section--login .btn.weverse .btn--main:hover {
  color: #08CCCA;
  border-color: #08CCCA;
  background: white;
}
.mypage .section--login .btn--chevron::after {
  right: -0.7em;
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 100;
  transition: 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
}
.block--card .close {
  width: 3em;
  height: 3em;
  text-align: center;
  position: fixed;
  top: 0;
  right: -50px;
  z-index: 900;
  transition: all 0.2s 0s ease;
  cursor: pointer;
}
.block--card .close span {
  display: inline-block;
  width: 80%;
  height: 4px;
  background: #006341;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: auto;
}
.block--card .close span:nth-child(1) {
  transform: rotate(45deg);
}
.block--card .close span:nth-child(2) {
  transform: rotate(-45deg);
}
.block--card .circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 1s;
}
.block--card .circle .circle_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  animation: rotateAnim 12s linear infinite;
}
.block--card .card {
  position: absolute;
  width: 300px;
  max-width: 80vw;
  height: 450px;
  max-height: 120vw;
  top: 50%;
  left: 50%;
  background: #f5f5f5;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.block--card .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 45px 6% 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.block--card .card_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
}
.block--card .card_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(/static/mga/fanclub/mypage/card_Lk4YK/noise.webp);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  opacity: 0.4;
  z-index: 1;
}
.block--card .card_bg::after {
  content: "";
  display: block;
  width: 62%;
  height: 50%;
  background: no-repeat url(/static/mga/fanclub/mypage/card_Lk4YK/logo_apple.svg);
  background-size: contain;
  position: absolute;
  top: 23px;
  right: -9%;
  opacity: 0.1;
  z-index: -1;
}
.block--card .card_bg .bg_back,
.block--card .card_bg .bg_front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block--card .card_bg .bg_back svg,
.block--card .card_bg .bg_front svg {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: auto;
}
.block--card .card_bg .bg_back {
  height: 43%;
}
.block--card .card_bg .bg_back svg {
  transform: rotate(-3deg) scale(-1.15, 1.3) translateX(6%);
  width: 140%;
}
.block--card .card_bg .bg_front {
  height: 37%;
}
.block--card .card_bg .bg_front svg {
  transform: rotate(1deg) scale(1.15, 1.3) translateX(-8%);
  width: 130%;
}
.block--card .logo {
  width: 67%;
  position: relative;
  top: -5px;
}
.block--card .block--data {
  width: 100%;
  text-shadow: 1px 1px 1px rgba(28, 31, 29, 0.2);
}
.block--card .block--data > div {
  margin-bottom: 12px;
}
.block--card .block--data > div:last-child {
  margin-bottom: 0;
}
.block--card .block--data .tit {
  font-size: 12px;
  font-family: "gopher", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.block--card .block--data .item {
  font-size: 16px;
  font-family: "gopher", sans-serif;
  font-weight: 700;
}
.block--card .block--data .item__name .item {
  font-family: initial;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  word-break: break-all;
}
.block--card .block--memeru {
  position: absolute;
  width: 24.5%;
  right: 5px;
  bottom: -30px;
}
.block--card .block--memeru svg {
  width: 100%;
  transform: rotate(-4deg);
  fill: #006341;
}
.block--card .block--memeru img {
  position: absolute;
  left: -23%;
  bottom: 45%;
  transform: scale(1.05);
}

/* RED会員以上 裏表切り替え用CSS */
.block--card.reversible {
  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);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.block--card.reversible .monthly .card_bg .bg_front::after, .block--card.reversible .annual .card_bg .bg_front::after {
  top: -66%;
}
.block--card.reversible .card-reversible {
  position: relative;
  width: 300px;
  max-width: 77vw;
  height: 470px;
  max-height: 120vw;
}
.block--card.reversible .card-reversible .switch {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -35px;
  left: -30px;
  background: #006341;
  font-size: 24px;
  z-index: 12;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.block--card.reversible .card-reversible .close {
  position: absolute;
}
.block--card.reversible .card-reversible .card.omote, .block--card.reversible .card-reversible .card.ura {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0);
}
.block--card.reversible .card-reversible .card.omote {
  background: #f5f5f5;
  z-index: 3;
  transition: 0.2s;
}
.block--card.reversible .card-reversible .card.ura {
  opacity: 0;
  transform: rotateY(180deg);
  transition: 0.2s;
}
.block--card.reversible .card-reversible .card.ura img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
}

body.card-open .block--card {
  opacity: 1;
  pointer-events: all;
}
body.card-open .block--card .circle {
  opacity: 1;
}

.block--card.visible--back .card-reversible .card.omote {
  opacity: 0;
  transform: rotateY(180deg);
}
.block--card.visible--back .card-reversible .card.ura {
  opacity: 1;
  transform: rotateY(0deg);
}

/* 年額 */
.block--card .annual .card_bg .bg_back svg,
.block--card .annual .card_bg .bg_front svg {
  filter: drop-shadow(0 -20px 10px rgba(17, 17, 17, 0.15));
}
.block--card .annual .card_bg .bg_front::after {
  content: "";
  display: block;
  position: absolute;
  top: -69%;
  left: -27%;
  width: 160%;
  height: 100%;
  transform: rotate(-1deg);
  background: url(/static/mga/fanclub/mypage/card_Lk4YK/card_wave_gold.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 月額 */
.block--card .monthly .card_bg .bg_back svg,
.block--card .monthly .card_bg .bg_front svg {
  filter: drop-shadow(0 -20px 10px rgba(17, 17, 17, 0.15));
}
.block--card .monthly .card_bg .bg_front::after {
  content: "";
  display: block;
  position: absolute;
  top: -69%;
  left: -27%;
  width: 160%;
  height: 100%;
  transform: rotate(-1deg);
  background: url(/static/mga/fanclub/mypage/card_Lk4YK/card_wave_silver.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card .monthly .logo {
  width: 60%;
  position: relative;
  top: 0;
}

/* green */
#rank_green_N8bDCyx .card_bg {
  background: linear-gradient(140deg, #00713D, #002B19 70%);
}
#rank_green_N8bDCyx .card_bg .bg_back svg {
  fill: #8FC31F;
}
#rank_green_N8bDCyx .card_bg .bg_front {
  background: #006341;
}
#rank_green_N8bDCyx .card_bg .bg_front svg {
  fill: #006341;
}
#rank_green_N8bDCyx .block--memeru svg {
  fill: #8FC31F;
}
#rank_green_N8bDCyx .block--data .tit {
  color: #A5CE4E;
}
#rank_green_N8bDCyx .block--data .item {
  color: #8FC31F;
}
#rank_green_N8bDCyx .logo {
  filter: drop-shadow(-1px -1px 0px #001A11);
}
#rank_green_N8bDCyx .circle .circle_inner {
  background-image: url(/static/mga/fanclub/mypage/card_Lk4YK/circle_green.svg);
}

/* red */
#rank_red_T7y3eih .card_bg {
  background: linear-gradient(140deg, #FF6286, #50000F 70%);
}
#rank_red_T7y3eih .logo {
  filter: drop-shadow(-1px -1px 0px #932A2A);
}
#rank_red_T7y3eih .card_bg .bg_back svg {
  fill: #FFA5B6;
}
#rank_red_T7y3eih .card_bg .bg_front {
  background: #BF0051;
}
#rank_red_T7y3eih .card_bg .bg_front svg {
  fill: #BF0051;
}
#rank_red_T7y3eih .block--memeru svg {
  fill: #FF93A6;
}
#rank_red_T7y3eih .block--data .tit {
  color: #FF9A9A;
}
#rank_red_T7y3eih .block--data .item {
  color: #FFD6D6;
}
#rank_red_T7y3eih .circle .circle_inner {
  background-image: url(/static/mga/fanclub/mypage/card_Lk4YK/circle_red.svg);
}
#rank_red_T7y3eih .close span {
  background: #BF0051;
}
#rank_red_T7y3eih.block--card.reversible .card-reversible .switch {
  background-color: #FF93A6;
}
#rank_red_T7y3eih.block--card.reversible .card.ura.ph {
  border-color: #BF0051;
}

/* silver */
#rank_silver_Tk3M2xz .card_bg {
  background: linear-gradient(140deg, #EBEBEB, #262626 70%);
}
#rank_silver_Tk3M2xz .card_bg .bg_back svg {
  fill: #797979;
}
#rank_silver_Tk3M2xz .card_bg .bg_front {
  height: 65%;
  background: no-repeat bottom url(/static/mga/fanclub/mypage/card_Lk4YK/bg_front_silver.webp);
  background-size: contain;
}
#rank_silver_Tk3M2xz .card_bg .bg_front svg {
  display: none;
}
#rank_silver_Tk3M2xz .card_bg .bg_front::after {
  top: 4%;
}
#rank_silver_Tk3M2xz .card_bg .bg_front .close span {
  background: #262626;
}
#rank_silver_Tk3M2xz .logo {
  filter: drop-shadow(-1px -1px 0px #727272);
}
#rank_silver_Tk3M2xz .block--memeru svg {
  fill: #6E6C6B;
}
#rank_silver_Tk3M2xz .block--data .tit {
  color: #E0E0E0;
}
#rank_silver_Tk3M2xz .block--data .item {
  color: #FFF;
}
#rank_silver_Tk3M2xz .circle .circle_inner {
  background-image: url(/static/mga/fanclub/mypage/card_Lk4YK/circle_silver.svg);
}
#rank_silver_Tk3M2xz .close span {
  background: #6E6C6B;
}
#rank_silver_Tk3M2xz.block--card.reversible .card-reversible .switch {
  background-color: #6E6C6B;
}
#rank_silver_Tk3M2xz.block--card.reversible .card.ura.ph {
  border-color: #797979;
}

/* gold */
#rank_gold_zX8UBeT .card_bg {
  background: linear-gradient(140deg, #FFF1C3, #433613 70%);
}
#rank_gold_zX8UBeT .card_bg .bg_back svg {
  fill: #AD986A;
}
#rank_gold_zX8UBeT .card_bg .bg_front {
  height: 65%;
  background: no-repeat bottom url(/static/mga/fanclub/mypage/card_Lk4YK/bg_front_gold.webp);
  background-size: contain;
}
#rank_gold_zX8UBeT .card_bg .bg_front svg {
  display: none;
}
#rank_gold_zX8UBeT .card_bg .bg_front::after {
  top: 4%;
}
#rank_gold_zX8UBeT .logo {
  filter: drop-shadow(-1px -1px 0px #694F29);
}
#rank_gold_zX8UBeT .block--memeru svg {
  fill: #A58745;
}
#rank_gold_zX8UBeT .block--data {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
#rank_gold_zX8UBeT .block--data .tit {
  color: #846B56;
}
#rank_gold_zX8UBeT .block--data .item {
  color: #5D4324;
}
#rank_gold_zX8UBeT .circle .circle_inner {
  background-image: url(/static/mga/fanclub/mypage/card_Lk4YK/circle_gold.svg);
}
#rank_gold_zX8UBeT .close span {
  background: #846B56;
}
#rank_gold_zX8UBeT.block--card.reversible .card-reversible .switch {
  background-color: #A58745;
}
#rank_gold_zX8UBeT.block--card.reversible .card.ura.ph {
  border-color: #A58745;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--card .pc {
    display: none;
  }
  .block--card .circle {
    width: 157px;
    height: 157px;
    top: -45px;
    left: -30px;
  }
  .block--card .circle .circle_inner text {
    font-size: 0.92rem;
  }
  .block--card .close {
    width: 2em;
    height: 2em;
    top: -50px;
    right: 0;
  }
  .block--card .card {
    top: 47%;
  }
}
@media screen and (min-width: 640px) {
  .mypage .section--login .block--form {
    padding: 2.5em 3em 2em;
  }
  .block--card.reversible .card-reversible .switch:hover {
    transform: scale(1.1);
  }
  .block--card .circle .circle_inner text.sp {
    display: block;
  }
}
#mypage--app .block--card {
  background-color: rgba(255, 255, 255, 0.6);
}

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

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