@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;
}
/* Members card */
.block--card {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: 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 10px 30px rgba(0, 0, 0, 0.8);
  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: translateY(-50%) translateX(-50%);
  transition: none;
}
.block--card .inner::before,
.block--card .inner::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
}
.block--card .inner .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-inline: auto;
  max-width: 600px;
  width: auto;
  padding: 15px;
  background: linear-gradient(45deg, #00baff, #a9e6ff, #00baff);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.block--card .inner .box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/static/exit/fanclub/cmn/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 {
  position: relative;
  z-index: 2;
}
.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;
  top: auto;
  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.5sem;
  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;
}
.block--card.second .inner .box {
  border-color: #615a00;
}
.block--card.second .inner .box::before {
  background-image: url(/static/exit/fanclub/mypage/renewal_eOJXR4P0Oc/second_bg.png);
  background-size: cover;
  opacity: 1;
}
.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 .box {
    padding: 3vw;
  }
  .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;
  }
}
@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;
}
