@charset "utf-8";
body {
  background-color: #f8f8f8;
}
a {
  color: #000000;
}
a:hover {
  color: #333333;
}
.btn--main {
  background: #000000;
  color: #f8f8f8;
}
.btn--main:hover {
  color: #fff;
  background: #333333;
}
.btn--sub {
  background: transparent;
  color: #000000;
}
.btn--sub:hover {
  color: #333333;
}
.detail__btn a::before {
  border-color: #000000;
}
.btn--chevron {
  color: #000000;
}
.btn--chevron::after {
  border-color: #000000;
}
.btn--chevron:hover {
  color: #333333;
}
.btn--chevron:hover::after {
  border-color: #333333;
}
.btn--chevron-left {
  color: #000000;
}
.btn--chevron-left::after {
  border-color: #000000;
}
.btn--chevron-left:hover {
  color: #333333;
}
.btn--chevron-left:hover::after {
  border-color: #333333;
}
header h1 {
  width: 180px;
}
/* 初回ログイン */
.block--firstlogin {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #b5b5b5;
  background: #fff;
  font-size: 13px;
}
.block--firstlogin .tit {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.block--firstlogin .txt {
  margin: 0 0 10px;
}
.block--firstlogin .txt--sub {
  color: #999;
}
.block--firstlogin .btn {
  margin: 10px 0 0;
  font-weight: bold;
}
/* 会員証 */
.btn.card {
  margin: 0 0 40px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  -webkit-transition: none;
  transition: none;
}
.memberscard {
  width: 50%;
  margin: 40px auto 0;
}
.memberscard .btn span {
  cursor: pointer;
  width: 80%;
  max-width: 300px;
  min-width: initial;
}
.memberscard .ph {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.memberscard .ph .dummy {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.memberscard .block--data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
  max-width: 450px;
  margin: 0 auto;
}
.memberscard .member_data {
  width: 50%;
  font-weight: bold;
}
.memberscard .member_data dt {
  font-size: 11px;
  margin-bottom: 0.2em;
  opacity: 0.5;
}
.memberscard .member_data dd {
  margin: 0 0 .6em;
}
.memberscard .status {
  position: relative;
  text-align: center;
}
.memberscard .status #statusBar {
  margin: 0 auto;
}
.memberscard .status .term {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.memberscard .status .term span {
  font-size: 30px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-style: italic;
}
.use_inbound .memberscard .status .term {
  font-size: 10px;
}
.use_inbound .memberscard .status .term span {
  font-size: 25px;
}
.status--fc_member {
  background-color: #1a1971;
}
.status--fs_member {
  background-color: #dc143c;
}
.status--w_member {
  background-color: #daa520;
}
.status--free {
  background-color: #000000 !important;
}
.name {
  font-weight: bold;
}
@media (max-width: 960px) {
  .memberscard {
    width: 90%;
    margin: 20px auto 0;
  }
  .memberscard .block--data {
    width: 90%;
  }
}
.wmember_ath {
  background: #000;
  color: #FFF;
}
.wmember_ath *,
.wmember_ath *::before,
.wmember_ath *::after {
  -webkit-transition: none;
  transition: none;
}
.wmember_ath .shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9999;
}
.wmember_ath h1.logo {
  display: none;
}
.wmember_ath h1.wmemLogo {
  display: block;
  line-height: 0;
  width: 600px;
  margin: 0 auto 30px;
}
.wmember_ath h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px;
}
.wmember_ath #container {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.wmember_ath #container .section {
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
}
.wmember_ath .sectionTit {
  font-size: 28px;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.wmember_ath .finishtext {
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.wmember_ath .showname {
  margin: 0 0 30px;
}
.wmember_ath .showname a {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
}
.wmember_ath .showname a:after {
  display: none;
}
.wmember_ath *:not(.btn) + .btn {
  margin: 0;
}
.wmember_ath .btn {
  transition: none;
}
.wmember_ath .btn .main {
  background: #FFF;
  color: #000;
  transition: all .3s;
  cursor: pointer;
  border-radius: 30px;
  font-size: 13px;
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  transition: opacity 0.3s ease;
  border: none;
}
.wmember_ath .btn .main:hover {
  opacity: 0.7;
}
.wmember_ath .lead {
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 600px;
  margin: 0 auto;
}
.wmember_ath .lead span {
  display: block;
  padding: 10px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.wmember_ath .lead span a {
  text-decoration: underline;
  color: #C6000C;
}
@media (max-width: 960px) {
  .wmember_ath {
    padding: 20px;
  }
  .wmember_ath h1.wmemLogo {
    width: 90%;
    margin: 0 auto 20px;
  }
  .wmember_ath h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .wmember_ath #container .section {
    padding: 20px;
  }
  .wmember_ath .sectionTit {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .wmember_ath .finishtext {
    font-size: 12px;
    margin: 0 0 20px;
    line-height: 1.6em;
  }
  .wmember_ath .showname {
    font-size: 12px;
    margin: 0 0 20px;
  }
  .wmember_ath .btn .main {
    font-size: 13px;
    width: 60%;
  }
  .wmember_ath .lead {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
  }
  .wmember_ath .lead.leadleft {
    text-align: left;
  }
}
