@charset "utf-8";
body {
  background-color: #f8f8f8;
}
a {
  color: #1ab72d;
}
a:hover {
  color: #22e039;
}
.wht {
  color: #fff;
}
.btn--main {
  background: #333;
  color: #f8f8f8;
}
.btn--main:hover {
  color: #fff;
  background: #000;
}
.btn--sub {
  background: transparent;
  color: #333;
}
.btn--sub:hover {
  color: #000;
}
.detail__btn a::before {
  border-color: #000000;
}
.btn--chevron {
  color: #333;
}
.btn--chevron::after {
  border-color: #333;
}
.btn--chevron:hover {
  color: #000;
}
.btn--chevron:hover::after {
  border-color: #000;
}
.btn--chevron-left {
  color: #333;
}
.btn--chevron-left::after {
  border-color: #333;
}
.btn--chevron-left:hover {
  color: #000;
}
.btn--chevron-left:hover::after {
  border-color: #000;
}
header h1 {
  width: 180px;
}
.block--card {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
  /* ===========================
    Card UI (あなたの装飾一式)
  =========================== */
}
.block--card .card_wrapper,
.block--card .card-collection {
  position: absolute;
  width: 400px;
  max-width: calc(80vw + 40px);
  height: 490px;
  max-height: calc(120vw + 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
.block--card .close {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  top: -50px;
  right: 20px;
  z-index: 900;
  transition: 0.3s 0s ease;
  cursor: pointer;
}
.block--card .close::before,
.block--card .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #1c1c1c;
}
.block--card .close::before {
  transform: rotate(45deg);
}
.block--card .close::after {
  transform: rotate(-45deg);
}
.block--card .swiper {
  width: 100%;
  height: 100%;
}
.block--card .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.block--card .swiper-slide-active,
.block--card .swiper-slide-prev,
.block--card .swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.block--card .swiper-button-wrap {
  position: relative;
}
.block--card .swiper-pagination {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  z-index: 20;
}
.block--card .swiper-pagination .swiper-pagination-current {
  font-size: 1.8em;
  font-weight: bold;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.block--card .swiper-button-prev,
.block--card .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: 20px;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block--card .swiper-button-prev::after,
.block--card .swiper-button-next::after {
  content: none;
}
.block--card .swiper-button-prev {
  left: 20px;
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/arrow-left.png");
}
.block--card .swiper-button-next {
  right: 20px;
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/arrow-right.png");
}
.block--card .swiper-3d .swiper-slide-shadow {
  display: none;
}
.block--card .block--logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.block--card .block--logo .icon {
  width: 60px;
}
.block--card .block--logo .icon-logo {
  width: 130px;
  position: relative;
}
.block--card .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #b9b9b9 0%, #ffffff 45%, #E8E8E8 70%, #d2d2d2 85%, #d1d1d1 90% 100%);
  padding: 13px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: none;
}
.block--card .inner .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-inline: auto;
  max-width: 600px;
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.block--card .inner .box .card {
  position: relative;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  /* ① 3ヶ月未満 */
  /* ② 3ヶ月以上～1年未満 */
  /* ③ 1年以上～3年未満 */
  /* ④ 3年以上～5年未満 */
  /* ⑤ 5年以上 */
}
.block--card .inner .box .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/signboard_bg.png");
  background-size: 170%;
  background-repeat: no-repeat;
  background-position: 30% 45%;
  opacity: 0.1;
  z-index: -1;
}
.block--card .inner .box .card.pattern-1 {
  background: linear-gradient(45deg, #00baff, #a9e6ff, #00baff);
}
.block--card .inner .box .card.pattern-1::before {
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/signboard_bg.png");
  background-size: cover;
  opacity: 0.1;
}
.block--card .inner .box .card.pattern-2::before {
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/silver_bg.jpg");
  background-size: cover;
  opacity: 1;
}
.block--card .inner .box .card.pattern-3::before {
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/second_bg.png");
  background-size: cover;
  opacity: 1;
}
.block--card .inner .box .card.pattern-4::before {
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/red_bg.jpg");
  background-size: cover;
  opacity: 1;
}
.block--card .inner .box .card.pattern-5::before {
  background-image: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/black_bg.jpg");
  background-size: cover;
  opacity: 1;
}
.block--card .inner .box .card.pattern-5 .blcok--detail .features .list--features li .item {
  font-size: 10px;
  zoom: 0.75;
  color: #fff;
  letter-spacing: -0.01em;
}
.block--card .inner .box .card.pattern-5 .block--character .kanechika::before {
  background: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon_white.png") no-repeat;
  background-size: contain;
}
.block--card .inner .box .card.pattern-5 .block--character .rintaro::before {
  background: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon02_white.png") no-repeat;
  background-size: contain;
}
.block--card .inner .box .card.pattern-5 .blcok--detail {
  border: 1px solid #fff;
}
.block--card .inner .block--character {
  display: flex;
  position: relative;
  z-index: -1;
  margin-bottom: 60px;
}
.block--card .inner .block--character .rintaro {
  width: 170px;
  position: relative;
  top: -26px;
}
.block--card .inner .block--character .rintaro::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -27px;
  left: 0;
}
.block--card .inner .block--character .kanechika {
  width: 215px;
  position: relative;
  top: 37px;
}
.block--card .inner .block--character .kanechika::before {
  content: "";
  display: block;
  width: 40px;
  height: 48px;
  background: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  top: -20px;
  transform: rotate(14deg);
}
.block--card .inner .blcok--detail {
  font-family: "DotGothic16", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 6px;
  border: 1px solid #000;
  overflow: hidden;
}
.block--card .inner .blcok--detail > div {
  padding: 10px 3%;
}
.block--card .inner .blcok--detail .user--detail {
  background: #ffffff;
  width: 50%;
  border-right: none;
}
.block--card .inner .blcok--detail .user--detail .list--data li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid;
}
.block--card .inner .blcok--detail .user--detail .list--data li .tit {
  font-size: 10px;
  zoom: 0.7;
  min-width: 8.5em;
  /* sem → em 修正 */
  margin: 0;
  position: relative;
}
.block--card .inner .blcok--detail .user--detail .list--data li .tit::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/arrow.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: 2px;
  left: 5px;
}
.block--card .inner .blcok--detail .user--detail .list--data li .item {
  font-size: 10px;
  font-weight: bold;
  zoom: 0.8;
}
.block--card .inner .blcok--detail .user--detail .list--data li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.block--card .inner .blcok--detail .features {
  background: #000000;
  width: 50%;
  text-align: center;
}
.block--card .inner .blcok--detail .features .list--features li:first-child {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.block--card .inner .blcok--detail .features .list--features li:nth-child(2) .tit--emoji .emoji {
  position: relative;
  top: -2px;
}
.block--card .inner .blcok--detail .features .list--features li .tit--emoji {
  display: flex;
  font-size: 10px;
  zoom: 0.9;
  color: #000000;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
}
.block--card .inner .blcok--detail .features .list--features li .tit--emoji .emoji {
  width: 13px;
  height: 12px;
  margin: 0 5px 0 0;
  display: block;
}
.block--card .inner .blcok--detail .features .list--features li .item {
  font-size: 10px;
  zoom: 0.8;
  color: #fff;
}
.block--card .card {
  position: relative;
  z-index: 10000;
}
.card-open .block--card .inner::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.card-open .block--card .inner::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn.card {
  margin: 1em 0 2.5em;
}
footer .copyright {
  position: relative;
}
footer .copyright::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/static/exit/fanclub/cmn/yoshimotokogyo_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .copyright small {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .block--card .inner {
    width: 93%;
    max-width: 350px;
    padding: 15px;
  }
  .block--card .inner .block--logo {
    width: 100%;
  }
  .block--card .inner .block—-character .rintaro {
    width: 40vw;
  }
  .block--card .inner .block—-character .kanechika {
    width: 49vw;
  }
  .block--card .inner .blcok--detail .user--detail .list--data li .tit {
    zoom: 0.7;
  }
  .block--card .swiper-pagination {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    z-index: 20;
  }
  .block--card .swiper-pagination .swiper-pagination-current {
    font-size: 1.8em;
    font-weight: bold;
    font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .block--card .swiper-button-prev,
  .block--card .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 0px;
    z-index: 20;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .block--card .swiper-button-prev::after,
  .block--card .swiper-button-next::after {
    content: none;
  }
}
@media screen and (max-width: 375px) {
  .block--card .inner .kanechika::before {
    content: "";
    display: block;
    width: 26px;
    height: 48px;
    background: url(/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon02.png) no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    bottom: 160px;
  }
  .block--card .inner .rintaro:before {
    content: "";
    display: block;
    width: 35px;
    height: 50px;
    background: url(/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/pon.png) no-repeat;
    background-size: contain;
    top: auto;
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}
/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #000;
  color: #ffff00;
}
.btn--main.app {
  background: #000;
}
.list--menu .btn--mypage {
  color: #333;
  text-align: center;
  border: 1px solid;
  border-radius: 0.3em;
  margin: 10px 0 30px 0;
  display: block;
  font-size: 15px;
  position: relative;
  min-width: 75%;
}
.list--menu .btn--mypage a::before,
.list--menu .btn--mypage a::after {
  display: none;
}
