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

a {
  color: #b20000; }
  a:hover {
    color: #FF0000; }

.btn--main {
  background: #dd1623;
  color: #fafafa;
  border-radius: 60px; }
  .btn--main:hover {
    background: #000; }

.btn--sub {
  background: transparent;
  color: #dd1623;
  border-radius: 60px; }
  .btn--sub:hover {
    color: #fff;
    background: #151515; }

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

.btn--chevron {
  color: #dd1623; }
  .btn--chevron::after {
    border-color: #dd1623; }
  .btn--chevron:hover {
    color: #151515; }
    .btn--chevron:hover::after {
      border-color: #151515; }

.btn--chevron-left {
  color: #dd1623; }
  .btn--chevron-left::after {
    border-color: #dd1623; }
  .btn--chevron-left:hover {
    color: #151515; }
    .btn--chevron-left:hover::after {
      border-color: #151515; }

header {
  padding: 3em 5% 0; }
  header h1 {
    width: 150px; }

.block--bnr {
  margin: 10px auto 0; }
  .block--bnr a {
    display: block;
    border-radius: 6px;
    line-height: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; }

.section--login .block--attention .block-tit {
  color: #de0515;
  margin-bottom: 10px; }

.rule {
  color: #de0515; }

.wrap {
  background: #fafafa; }

.block--card .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(135deg, #232427 10%, #323238 30%, #2e3031 50%, #2a2c2f 60%, #232627 70%, #131417 80%);
  text-align: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 5%;
  z-index: 10;
  position: relative; }
  .block--card .card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center url(/static/eikichiyazawa/fanclub/mypage/card-bg_normal.png);
    background-size: cover;
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0; }
  .block--card .card::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, transparent 10%, transparent 30%, transparent 59%, rgba(255, 255, 255, 0.4) 60%, transparent 62%, transparent 80%);
    background-size: 1000% 1000%;
    -webkit-animation: bg 5s infinite;
    animation: bg 5s infinite;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity; }
  .block--card .card.card-silver {
    background-image: linear-gradient(135deg, #848d98 10%, #bfc5d0 30%, #d3dae4 50%, #7a7f86 75%, #767d82 80%); }
    .block--card .card.card-silver .logo {
      background-image: url(/static/eikichiyazawa/fanclub/common/logo_fc_black.png); }
    .block--card .card.card-silver .list--data {
      color: #151515; }
    .block--card .card.card-silver::before {
      background-image: url(/static/eikichiyazawa/fanclub/mypage/card-bg_silver.png); }
  .block--card .card.card-gold {
    background-image: linear-gradient(130deg, #c98e1f 0%, #d69f37 4%, #e3b04f 11%, #c38420 30%, #d49e37 55%, #fcd385 79%, #f0c065 100%); }
    .block--card .card.card-gold::before {
      background-image: url(/static/eikichiyazawa/fanclub/mypage/card-bg_gold.png); }
  .block--card .card .card-detail {
    width: 80%;
    position: relative;
    z-index: 10; }
  .block--card .card figure {
    width: 27vw;
    height: 32.265vw;
    margin: 0 auto 10px; }
    .block--card .card figure img {
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat center;
      background-size: cover; }
    .block--card .card figure.thumb--default {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #353535;
      position: relative;
      color: #fff; }
      .block--card .card figure.thumb--default a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        width: 100%;
        background: #de0515;
        color: #fff;
        font-weight: bold;
        font-size: 18px; }
        .block--card .card figure.thumb--default a:hover {
          background: #ff626e; }
        .block--card .card figure.thumb--default a span {
          font-weight: normal;
          font-size: 12px; }
      .block--card .card figure.thumb--default span {
        position: absolute;
        font-size: 12px;
        bottom: 10%;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        color: #ff0; }
  .block--card .card .logo {
    background: url(/static/eikichiyazawa/fanclub/common/logo_fc.png) center/contain no-repeat;
    width: 62vw;
    height: 38vw;
    margin: 0 auto;
    position: relative;
    left: 2px; }
  .block--card .card .list--data {
    color: #fff; }
    .block--card .card .list--data .tit {
      font-size: 10px;
      display: inline-block; }
    .block--card .card .list--data .item__id {
      font-family: 'din-2014', sans-serif;
      font-weight: 400;
      font-size: 12px;
      display: inline-block;
      letter-spacing: 0.01em;
      vertical-align: -1px; }
    .block--card .card .list--data .item__nickname,
    .block--card .card .list--data .item__term {
      font-size: 13px;
      font-family: 'Noto Sans JP', sans-serif;
      word-break: break-all; }

@-webkit-keyframes bg {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  70% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes bg {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  70% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.block--qr {
  text-align: center;
  background: #e5e5e5;
  padding: 10px 0;
  border-radius: 3px;
  margin: 20px auto; }
  .block--qr #sa_qrcode {
    display: inline-block;
    background: #fff;
    height: 40vw;
    width: 40vw;
    padding: 10px; }
  .block--qr canvas {
    width: 100%;
    height: 100%; }

.section--login .block--attention {
  border: 1px solid #dd1623;
  padding: 20px;
  margin-bottom: 30px; }

.list--menu .list--notes {
  padding-top: .5em;
  margin-bottom: 0; }

.list--menu .list--notes li {
  border: none;
  margin-bottom: .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; }

.list--menu .txt--basic {
  display: inline-block;
  color: #888;
  font-size: 12px;
  vertical-align: 1px;
  padding-left: 2px; }

.page--face-photo .faceImg {
  margin: 0 auto 20px; }

.page--face-photo .cropper-modal {
  background-color: #fff !important;
  opacity: .9 !important; }

.page--face-photo .cropper-view-box {
  outline: none !important; }

.page--face-photo .cropper-crop-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/eikichiyazawa/fanclub/mypage/photo_guide-min.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1; }

.page--face-photo .block--control {
  text-align: center;
  background: #fff;
  width: 80%;
  margin: 0 auto 25px; }
  .page--face-photo .block--control p {
    display: inline-block;
    width: 90px;
    border-radius: 60px;
    background: #1a1a1a no-repeat 20px center;
    background-size: 16px;
    line-height: 30px;
    margin: 0; }
    .page--face-photo .block--control p:hover {
      background-color: #dd1623; }
    .page--face-photo .block--control p input {
      -webkit-appearance: none;
      background: none;
      border: none;
      width: 100%;
      color: #fff;
      line-height: 36px;
      text-align: right;
      padding-right: 18px;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer; }
    .page--face-photo .block--control p.btn--zoom_in {
      background-image: url(/static/eikichiyazawa/fanclub/mypage/icon_plus.svg); }
    .page--face-photo .block--control p.btn--zoom_out {
      background-image: url(/static/eikichiyazawa/fanclub/mypage/icon_minus.svg); }
    .page--face-photo .block--control p.btn--rotate {
      background-image: url(/static/eikichiyazawa/fanclub/mypage/icon_rotate.svg);
      background-position: 23px 8px; }

.block--operation {
  background: #e5e5e5;
  padding: 15px; }
  .block--operation .list--operation li {
    font-size: 12px;
    margin-bottom: 8px;
    padding-left: 7.5em;
    position: relative; }
    .block--operation .list--operation li:last-of-type {
      margin-bottom: 0; }
    .block--operation .list--operation li span {
      display: block;
      font-size: 11px;
      text-align: center;
      line-height: 1;
      border: 1px solid;
      padding: 4px 10px 3px;
      margin-right: 2px;
      position: absolute;
      top: 0;
      left: 0; }

/* 顔写真登録 */
.list--menu .list--item_facephoto:not(.check__ng) a {
  pointer-events: none; }
  .list--menu .list--item_facephoto:not(.check__ng) a::after {
    display: none; }

.list--menu .leadW {
  padding: 1em 5% 1em 0; }

.list--menu .leadW span {
  width: auto;
  display: inline-block;
  padding: 0; }

.list--menu .leadW p {
  font-weight: bold;
  padding: 0.2em 0 0.6em; }

.list--menu .leadW span.red {
  font-weight: bold;
  color: #de0515;
  margin: 0 2px 0 5px; }

.list--menu .leadW span.indent {
  font-size: 11px;
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.3;
  letter-spacing: 0.1px; }

/* PC VIEW */
@media screen and (min-width: 758px) {
  header h1 {
    width: 120px;
    margin: 0 auto; }
    header h1 a {
      display: block; }
  .block--bnr {
    width: 80%;
    margin: 20px auto 0; }
    .block--bnr a:hover {
      transform: translate3d(0, -5px, 0); }
  .block--card .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 3%;
    z-index: 10;
    position: relative; }
    .block--card .card .card-detail {
      width: 60%; }
    .block--card .card figure {
      width: 150px;
      height: 179.25px; }
    .block--card .card .logo {
      width: 260px;
      height: 150px; }
    .block--card .card .list--data .tit {
      font-size: 12px;
      font-weight: bold; }
    .block--card .card .list--data .item__id {
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.05em; }
  .block--qr #sa_qrcode {
    height: 140px;
    width: 140px; } }

.txt--basic .txt--important {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px;
  font-weight: bold;
  display: block; }

/* long-holiday */
.block--holiday {
  border: 1px solid #000;
  padding: 25px;
  margin: 30px auto;
  border-radius: 5px; }

/* SP VIEW */
@media screen and (max-width: 757px) {
  .faceImg {
    width: 90vw !important;
    height: 107.55vw !important; }
  .page--face-photo .block--control {
    width: 100%;
    border-radius: 7px; }
  .block--card .card figure.thumb--default {
    font-size: 11px; }
  .block--card .card figure.thumb--default span {
    font-size: 2.5vw;
    bottom: 8%; }
  .block--card .card figure.thumb--default a {
    font-size: 4vw; }
  .block--card .card figure.thumb--default a span {
    font-size: 3vw; }
  .txt--basic .txt--important {
    font-size: 16px; }
  .block--holiday {
    padding: 25px 3%;
    margin: 20px auto; } }

/* tablet VIEW */
@media screen and (min-width: 758px) and (max-width: 960px) {
  .block--card {
    width: 83%;
    margin: 0 auto; }
  .block--card .card .logo {
    width: 130px; }
  .block--card .card .card-detail {
    width: 50%; }
  .block--card .card figure.thumb--default a {
    font-size: 2vw; }
  .block--card .card figure.thumb--default a span {
    font-size: 1.5vw; } }

/* IE
--------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .block--card .card .logo {
    background-image: url(/static/eikichiyazawa/fanclub/mypage/logo_fc.png); } }

_:-ms-lang(x), _::-webkit-meter-bar, .block--card .card .logo {
  background-image: url(/static/eikichiyazawa/fanclub/mypage/logo_fc.png); }

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

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