@charset "UTF-8";
body {
  background-color: #f5f5f5;
}

a {
  color: #000;
}
a:hover {
  color: #444;
}

*, *::before, *::after {
  -webkit-transition: none;
  transition: none;
}

.btn--main {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #000;
  color: #fff;
}
.btn--main:hover {
  background: #444;
}

.btn--sub {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  min-width: 75%;
  color: #000;
}
.btn--sub:hover {
  color: #fff;
  background: #444;
}

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

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

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

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 20vw;
  margin: 20px auto;
  position: relative;
  max-width: 200px;
}
header h1 svg {
  fill: #000;
}

.section--login {
  padding-top: 0;
}

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.page--mypage h1.logo {
  width: 150px;
}

.page--mypage .detail__btn {
  margin-top: 50px;
}

.mypage .btn.card {
  margin-bottom: 40px;
}

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

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}
.block--card .card {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 280px;
}
.block--card .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
}
.block--card .card .close::before, .block--card .card .close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--card .card .inner {
  -webkit-box-shadow: 2px 3px 14px rgb(0, 0, 1);
          box-shadow: 2px 3px 14px rgb(0, 0, 1);
  border-radius: 15px;
  z-index: 10;
  position: relative;
  padding: 83px 11% 100px;
  background: #26282A;
  overflow: hidden;
  height: 451px;
}
.block--card .card .inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 476px;
  background: url(/static/genjibu/fanclub/img/mypage/profilecard/bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 1;
}
.block--card .card .inner.evelyone {
  background: #26282A;
}
.block--card .card .inner.okura {
  background: #26282A;
}
.block--card .card .inner.koizumi {
  background: #26282A;
}
.block--card .card .inner.sakuragi {
  background: #26282A;
}
.block--card .card .inner.nagano {
  background: #26282A;
}
.block--card .card .inner.mokudai {
  background: #26282A;
}
.block--card .card .inner.yoshizawa {
  background: #26282A;
}
.block--card .card .inner.none {
  background: #26282A;
}
.block--card .card .inner .logo {
  width: 160px;
  position: relative;
  z-index: 2;
  margin: 0 auto 108px;
}
.block--card .card .inner .logo::before, .block--card .card .inner .logo::after {
  content: "";
  display: block;
  position: absolute;
}
.block--card .card .inner .logo::before {
  background: url(/static/genjibu/fanclub/img/mypage/profilecard/parts_left.svg) no-repeat;
  background-size: contain;
  z-index: 2;
  width: 33px;
  height: 260px;
  top: -50px;
  left: -69px;
}
.block--card .card .inner .logo::after {
  background: url(/static/genjibu/fanclub/img/mypage/profilecard/parts_right.svg) no-repeat;
  background-size: contain;
  z-index: 2;
  top: -50px;
  width: 33px;
  height: 120px;
  right: -72px;
}
.block--card .card .inner .list--data {
  color: #fff;
}
.block--card .card .inner .list--data .block--number dl {
  font-family: "Oxanium", cursive;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
}
.block--card .card .inner .list--data .block--number dl::before, .block--card .card .inner .list--data .block--number dl::after {
  content: "";
  display: block;
  position: absolute;
}
.block--card .card .inner .list--data .block--number dl::before {
  background: url(/static/genjibu/fanclub/img/mypage/profilecard/number_parts_02.svg) no-repeat;
  background-size: contain;
  z-index: 2;
  width: 57px;
  height: 13px;
  top: 3px;
  left: 17px;
}
.block--card .card .inner .list--data .block--number dl::after {
  background: url(/static/genjibu/fanclub/img/mypage/profilecard/number_parts_01.svg) no-repeat;
  background-size: contain;
  z-index: 2;
  width: 57px;
  height: 13px;
  top: 3px;
  right: 10px;
}
.block--card .card .inner .list--data .block--number dl .tit {
  font-size: 11px;
  margin-right: 2px;
}
.block--card .card .inner .list--data .block--nickname {
  text-align: center;
}
.block--card .card .inner .list--data .block--nickname .tit {
  font-family: "Markazi Text", serif;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.block--card .card .inner .list--data .block--nickname .item__nickname {
  font-size: 14px;
}

.card-open .oshimen--box, .card-open .mypageQr, .card-open .list--menu, .card-open .tit--menu, .card-open .footer, .card-open header, .card-open .detail__btn, .card-open .btn {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.exchangeTxt{
  margin-bottom:30px;
  text-align:center;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .block--card {
    background: rgba(255, 255, 255, 0.8);
  }
}
.area--user-status.hasQR .ph--qr {
  text-align: center;
  margin-bottom: 3em;
}

/* SP */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--attention {
    font-size: 13px;
    padding: 15px;
    border-radius: 4px;
  }
  .block--card .card {
    width: 76%;
  }
  .block--card .card .inner {
    padding: 22vw 13% 100px;
    height: 115vw;
  }
  .block--card .card .inner::before {
    left: -2.3vw;
    height: 122vw;
  }
  .block--card .card .inner .logo {
    width: 43vw;
    margin: 0 auto 27vw;
  }
  .block--card .card .inner .logo::before {
    width: 9vw;
    height: 73vw;
    left: -19vw;
    top: -16vw;
  }
  .block--card .card .inner .logo::after {
    top: -17vw;
    width: 21vw;
    height: 37vw;
    right: -31.2vw;
  }
  .block--card .card .inner .list--data .block--number dl {
    margin-bottom: 1vw;
  }
  .block--card .card .inner .list--data .block--number dl::before {
    width: 14vw;
    height: 5vw;
    top: 3px;
    left: 7px;
  }
  .block--card .card .inner .list--data .block--number dl::after {
    width: 14vw;
    height: 4vw;
    top: 3px;
    right: 8px;
  }
  
  .exchangeTxt{
  margin-bottom:20px;
  text-align:left;
}
  
}
/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
  .block--card .card {
    width: 280px;
  }
  .block--card .card .inner {
    height: 458px;
    padding: 83px 12% 100px;
  }
  .block--card .card .inner::before {
    height: 476px;
  }
  .block--card .card .inner .logo {
    width: 160px;
    margin: 0 auto 108px;
  }
  .block--card .card .inner .logo::before {
    width: 33px;
    height: 260px;
    top: -50px;
    left: -69px;
  }
  .block--card .card .inner .logo::after {
    top: -50px;
    width: 33px;
    height: 120px;
    right: -72px;
  }
  .block--card .card .inner .list--data .block--number dl {
    margin-bottom: 0;
  }
  .block--card .card .inner .list--data .block--number dl::before {
    width: 57px;
    height: 13px;
    top: 3px;
    left: 11px;
  }
  .block--card .card .inner .list--data .block--number dl::after {
    width: 57px;
    height: 13px;
    top: 3px;
    right: 3px;
  }
  .btn--main {
    min-width: 70%;
  }
}
.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;
}

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

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

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 20px auto;
  }
}
.oshimen--box {
  width: 420px;
  background-color: #000000;
  padding: 30px 20px 40px;
  margin: 50px auto;
}
.oshimen--box .oshimen__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.oshimen--box .oshimen__head .oshimen__fc--logo {
  width: 40%;
}
.oshimen--box .oshimen__head .oshimen__fc--logo a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.oshimen--box .oshimen__head .oshimen__fc--logo a:hover {
  opacity: 0.6;
}
.oshimen--box .oshimen__head .oshimen__fc--logo img {
  display: block;
  width: 100%;
}
.oshimen--box .oshimen__head .star--line {
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: star_line 5.5s linear 0s infinite;
  animation: star_line 5.5s linear 0s infinite;
}
@keyframes star_line {
  0% {
    stroke-dashoffset: 0;
  }
  2% {
    stroke-dashoffset: 1300;
  }
  48% {
    stroke-dashoffset: 2000;
  }
  52% {
    stroke-dashoffset: 2000;
  }
  98% {
    stroke-dashoffset: 1300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes star_line {
  0% {
    stroke-dashoffset: 0;
  }
  2% {
    stroke-dashoffset: 1300;
  }
  48% {
    stroke-dashoffset: 2000;
  }
  52% {
    stroke-dashoffset: 2000;
  }
  98% {
    stroke-dashoffset: 1300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.oshimen--box .oshimen__head #star__svg {
  width: 55%;
}
.oshimen--box .name {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
}
.oshimen--box .oshimen {
  width: 100%;
  height: 458px;
  border-radius: 0 50px 0 50px;
  margin: 0 auto 40px;
}
.oshimen--box .oshimen .dummy {
  width: 100%;
  border-radius: 0 50px 0 50px;
  background-size: cover;
  height: 100%;
}
.oshimen--box .duration--box {
  text-align: center;
}
.oshimen--box .duration--box .duration--txt {
  color: #ffffff;
  display: inline-block;
  background-color: #393939;
  padding: 0.2em 2em;
  border-radius: 20px;
  font-size: 14px;
}
.oshimen--box .duration--box .days {
  font-size: 19px;
  padding: 0 0.1em;
}
.oshimen--box svg.okura .circle {
  fill: #FFE02D;
}
.oshimen--box svg.okura .star--line {
  stroke: #FFE02D;
}
.oshimen--box svg.koizumi .circle {
  fill: #DFE0DE;
}
.oshimen--box svg.koizumi .star--line {
  stroke: #DFE0DE;
}
.oshimen--box svg.sakuragi .circle {
  fill: #FA9FD2;
}
.oshimen--box svg.sakuragi .star--line {
  stroke: #FA9FD2;
}
.oshimen--box svg.nagano .circle {
  fill: #0067FF;
}
.oshimen--box svg.nagano .star--line {
  stroke: #0067FF;
}
.oshimen--box svg.muto .circle {
  fill: #FF0000;
}
.oshimen--box svg.muto .star--line {
  stroke: #FF0000;
}
.oshimen--box svg.mokudai .circle {
  fill: #39A615;
}
.oshimen--box svg.mokudai .star--line {
  stroke: #39A615;
}
.oshimen--box svg.yoshizawa .circle {
  fill: #6B34A3;
}
.oshimen--box svg.yoshizawa .star--line {
  stroke: #6B34A3;
}
.oshimen--box .oshimen {
  position: relative;
  overflow: hidden;
  padding: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;
}
.oshimen--box .oshimen .comment__area {
  padding: 1.6em 3em;
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
}
.oshimen--box .oshimen .comment__area p {
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.oshimen--box .oshimen.gnjb {
  background: -webkit-linear-gradient(315deg, #FFE02D 0, #DFE0DE 16.6%, #FA9FD2 33.3%, #0067FF 49.8%, #FF0000 66.4%, #39A615 83%, #6B34A3 100%);
  background: linear-gradient(135deg, #FFE02D 0, #DFE0DE 16.6%, #FA9FD2 33.3%, #0067FF 49.8%, #FF0000 66.4%, #39A615 83%, #6B34A3 100%);
}
.oshimen--box .oshimen.gnjb .comment__area {
  background-image: url("/static/genjibu/fanclub/img/mypage/oshimen/all_comment_filter.png");
  background-position: center;
  background-size: cover;
  padding: 1.6em 2em;
  border-radius: 0 0 0 50px;
}
.oshimen--box .oshimen.okura {
  background-color: #FFE02D;
}
.oshimen--box .oshimen.okura .comment__area {
  background: rgba(255, 224, 45, 0.6);
}
.oshimen--box .oshimen.koizumi {
  background: #DFE0DE;
}
.oshimen--box .oshimen.koizumi .comment__area {
  background: rgba(223, 224, 222, 0.6);
}
.oshimen--box .oshimen.sakuragi {
  background: #FA9FD2;
}
.oshimen--box .oshimen.sakuragi .comment__area {
  background: rgba(250, 159, 210, 0.6);
}
.oshimen--box .oshimen.nagano {
  background: #0067FF;
}
.oshimen--box .oshimen.nagano .comment__area {
  background: rgba(0, 103, 255, 0.6);
}
.oshimen--box .oshimen.muto {
  background: #FF0000;
}
.oshimen--box .oshimen.muto .comment__area {
  background: rgba(255, 0, 0, 0.6);
}
.oshimen--box .oshimen.mokudai {
  background: #39A615;
}
.oshimen--box .oshimen.mokudai .comment__area {
  background: rgba(57, 166, 21, 0.6);
}
.oshimen--box .oshimen.yoshizawa {
  background: #6B34A3;
}
.oshimen--box .oshimen.yoshizawa .comment__area {
  background: rgba(107, 52, 163, 0.6);
}
.oshimen--box .oshimen.delighter.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .oshimen--box {
    width: 100%;
    margin: 0 auto 50px;
  }
  .oshimen--box a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .oshimen--box a:hover {
    opacity: 1;
  }
  .oshimen--box .oshimen {
    height: 105vw;
  }
  .oshimen--box .oshimen .comment__area {
    padding: 1.3em 3em;
  }
  .oshimen--box .oshimen .comment__area p {
    font-size: 13px;
  }
}/*# sourceMappingURL=mypage-service.css.map */