@charset "utf-8";
@import url("https://use.typekit.net/kky6iwl.css");
body {
  background-color: #f8f8f8;
}
a {
  color: #6f8aa6;
}
a:hover {
  color: #5385B8;
}
.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: 13%;
  min-width: 140px;
}
@media (max-width: 960px) {
  header h1 {
    width: 30%;
  }
}
header h1 a {
  display: block;
}
body {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a[target="_blank"]:not([class])::after {
  display: none;
}
/* デジタル会員証 */
.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 .card {
  background-color: #f5f2f2;
  background-size: cover;
  height: 520px;
  width: 300px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: none;
  -webkit-transition: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.block--card .inner {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  position: relative;
}
.block--card .inner .logo {
  width: 220px;
  margin: 0 auto 100px;
}
.block--card .inner .logo--fc {
  width: 60%;
  margin: 0 0 16px 20px;
}
.block--card .inner .logo--fc span {
  line-height: 1;
}
.block--card .inner .status {
  width: 16%;
  height: 98px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.block--card .inner .status .status--name {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
  position: relative;
}
.block--card .inner .status .status--name span {
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.block--card .inner .status .status--name::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.block--card .inner .ph {
  height: 377px;
  width: 84%;
  margin: 0 0 0 auto;
  position: relative;
}
.block--card .inner .ph img {
  background-image: url('/static/syc/fanclub/mypage/ph.jpg');
  background-size: cover;
  height: 100%;
  width: auto;
}
.block--card .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 82%;
  height: 70px;
  padding: 0 20px;
  position: relative;
  top: -12px;
  left: 0;
}
.block--card .inner .text .nickname .tit,
.block--card .inner .text .entry .tit {
  font-size: 14px;
}
.block--card .inner .text .nickname .txt,
.block--card .inner .text .entry .txt {
  font-size: 13px;
  letter-spacing: 0.015em;
}
.block--card .inner .text .tit.en {
  margin-right: 10px;
}
.block--card .inner dl {
  text-align: center;
}
.block--card .inner dt {
  font-size: 12px;
  margin: 0 0 3px;
  color: #999;
}
.block--card .inner dd {
  font-size: 1.2em;
  margin: 0 0 20px;
}
.block--card .inner dd:last-of-type {
  margin-bottom: 0;
}
.block--card span.en {
  font-family: french-canon, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
}
.block--card .close {
  width: 24px;
  height: 24px;
  background: #c9c9c9;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 12px;
  text-align: center;
}
.block--card .close span {
  display: inline-block;
  height: 1px;
  width: 65%;
  background: #fff;
  vertical-align: middle;
}
.block--card .close span:first-of-type {
  transform: rotate(45deg);
}
.block--card .close span:last-of-type {
  transform: rotate(-45deg);
  position: relative;
  top: -21px;
}
.block--card .card.bronze {
  background-image: url('/static/syc/fanclub/mypage/back_bronze.jpg');
  background-color: #f3c9a7;
}
.block--card .card.bronze .inner .status {
  background: #F1C7A1;
}
.block--card .card.bronze .inner .status .status--name::before {
  background: #A0725F;
}
.block--card .card.bronze .text {
  background: #E0B195;
}
.block--card .card.bronze .close {
  background: #CB9482;
}
.block--card .card.silver {
  background-image: url('/static/syc/fanclub/mypage/back_silver.jpg');
  background-color: #E1DFE2;
}
.block--card .card.silver .inner .status {
  background: #e1e1e1;
}
.block--card .card.silver .inner .status .status--name::before {
  background: #B2B3B5;
}
.block--card .card.silver .text {
  background: #D5D5D5;
}
.block--card .card.silver .close {
  background: #9A9E9D;
}
.block--card .card.gold {
  background-image: url('/static/syc/fanclub/mypage/back_gold.jpg');
  background-color: #FEDF84;
}
.block--card .card.gold .inner .status {
  background: #FEDF84;
}
.block--card .card.gold .inner .status .status--name::before {
  background: #D0A74B;
}
.block--card .card.gold .text {
  background: #F5CD6C;
}
.block--card .card.gold .close {
  background: #E6B364;
}
.block--card .card.platinum {
  background-image: url('/static/syc/fanclub/mypage/back_platinum.jpg');
}
.block--card .card.platinum .inner .status {
  background: transparent;
}
.block--card .card.platinum .inner .status .status--name::before {
  background: #D8D8D8;
}
.block--card .card.platinum .text {
  background: #DDDEE0;
}
.block--card .card.platinum .close {
  background: #BABDC6;
}
.btn.card {
  margin: 1em 0 2.5em;
}
@media screen and (max-width: 640px) {
  .drawer__btn {
    top: -40px;
  }
}
/* 2018.10.04 追記 regist/paiment-index*/
/*  information */
/* list
------------------------------ */
.list--information li {
  border-top: 0.5px solid #b5b5b5;
}
.list--information li:last-child {
  border-bottom: 0.5px solid #b5b5b5;
}
.list--information a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--information a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--information .tit {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.list--information .date {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: inline-block;
  margin: 0 0 0.5em;
  opacity: 0.5;
}
.list--payment .list--payment__spmode {
  padding: 1em 1% 1em 0;
}
.list--payment .list--payment__spmode::after {
  display: none;
}
.list--payment .list--payment__spmode .block--spmode .txt--sub {
  margin: 1em 0 0.5em;
}
.list--payment .list--payment__spmode .block--spmode {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
}
.list--payment .list--payment__spmode .send-mail {
  width: 75%;
  word-break: break-all;
}
.list--payment .list--payment__spmode input {
  display: block;
}
.list--payment .list--payment__spmode input[type="text"] {
  float: left;
  width: 70%;
}
.list--payment .list--payment__spmode input[type="submit"] {
  display: block;
  background: #333;
  color: #f8f8f8;
  -webkit-appearance: none;
  border: none;
  line-height: 43px;
  padding: 0 20px;
  margin-left: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.list--payment .list--payment__spmode input[type="submit"]:hover {
  color: #fff;
  background: #000;
}
.list--payment .list--payment__spmode .btn {
  display: inline-block;
  position: relative;
  margin: 0;
}
/* 2018.10.12 追記 regist//fanclub-pc-index-fc*/
.list--support dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.list--support dd {
  margin: 0 0 1.5em;
}
.list--support dd .txt {
  margin: 0 0 15px;
}
.list--support dd li {
  margin: 0 0 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.form__radio :checked + label::before {
  border-color: #333;
  border-width: 0.3em;
}
.icon--required::after {
  content: '必須';
  color: #c00;
  font-size: 12px;
  margin-left: 10px;
}
.list--accordion > dt {
  position: relative;
}
.list--accordion > dt::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  position: absolute;
  right: -1em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333;
  margin: -0.25em 0 0;
}
.list--accordion > dd {
  display: none;
}
.section--payment * {
  transition: none;
}
.section--payment .list--accordion {
  text-align: center;
  margin: 0.5em auto 3em;
}
.section--payment .list--accordion .txt--basic {
  text-indent: -0.5em;
  padding-left: 0.5em;
  line-height: 1.6;
}
.section--payment .list--accordion .txt--sub {
  line-height: 1.7;
}
.section--payment .list--accordion > dt {
  text-align: center;
  display: inline-block;
  margin: 0.5em auto 0;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 961px) {
  .section--payment .list--accordion > dt:hover {
    opacity: 0.5;
  }
}
.section--payment .list--accordion > dd {
  padding-top: 20px;
}
.section--payment .list--accordion > dd .txt--sub {
  line-height: 1.5em;
}
.section--payment .list--accordion dd {
  text-align: left;
}
.section--payment .list--information {
  margin-bottom: 1em;
}
.section--payment .list--information a {
  padding: 1em 1em 1em 0;
}
.section--payment .list--information a:hover::before {
  border-color: #333;
}
.list--support.terms {
  height: 200px;
  overflow-y: scroll;
  border: 0.5px solid #eee;
  padding: 15px;
  margin-bottom: 2em;
  border-radius: 4px;
}
.list--support.terms dt,
.list--support.terms dd,
.list--support.terms dd * {
  font-size: 13px;
  line-height: 1.5;
}
.section--profile .input--quarter {
  width: 49% !important;
}
.section--profile .address .input--quarter {
  width: 25% !important;
}
.section--mypage .list--menu li {
  padding: 1em 5% 1em 0;
}
.section--mypage .list--menu .form--post {
  margin-bottom: 0;
}
.section--mypage .list--menu dt {
  margin: 0;
}
.section--mypage .list--menu dd {
  word-break: break-all;
  font-size: 13px;
  padding-right: 7.5em;
  margin: 0;
}
.section--mypage .list--menu dd div {
  width: 7em;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -13px;
}
.section--mypage .list--menu dd span {
  display: inline-block;
  width: auto;
  padding: 0;
}
.section--mypage .list--menu dd span:first-child {
  margin-right: 2%;
}
.section--mypage .list--menu dd button {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: 0.3em;
  padding: 0 1.5em;
  cursor: pointer;
  min-width: inherit;
  line-height: 1;
  border: none;
  font-size: 13px;
  padding: 6px 0.5em;
}
@media (max-width: 960px) {
  .section--mypage .list--menu dd button {
    min-width: 100%;
  }
}
@media (max-width: 960px) {
  .section--mypage .list--menu dd button {
    min-width: inherit;
  }
}
.section--mypage .list--menu dd button.btn--edit {
  background: #333;
  color: #fff;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--edit {
    transition: 0.3s;
  }
  .section--mypage .list--menu dd button.btn--edit:hover {
    opacity: 0.5;
  }
}
.section--mypage .list--menu dd button.btn--delete {
  border: 0.5px solid #333;
  background: none;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--delete {
    transition: 0.3s;
  }
  .section--mypage .list--menu dd button.btn--delete:hover {
    background: #333;
    color: #fff;
  }
}
.section--login {
  padding-top: 1em;
}
@media (max-width: 960px) {
  .section--login {
    padding-top: 0;
  }
}
.block--terms p {
  margin-bottom: 0.5em;
}
.block--terms .support-list {
  padding-top: 1em;
  font-size: 0.9em;
  line-height: 1.8em;
}
.block--terms .support-list li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.block--terms .support-list li:not(:last-child) {
  margin-bottom: 1em;
}
.section--payment .block--terms {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
  background: #fff;
  line-height: 1.6;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.block--firstlogin {
  border: 1px solid #000;
  padding: 4% 4% 0;
  margin-top: 1.6em;
}
.block--firstlogin .btn--firstlogin {
  margin-top: 5%;
  text-align: center;
}
.block--firstlogin .btn--nologin {
  text-align: center;
}
.block--firstlogin .btn--nologin .btn--chevron::after {
  top: 12px;
}
.btn--login .btn--chevron::after {
  right: 8px;
  top: 12px;
}

