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

a {
  color: #111;
}
a:hover {
  color: #6a6a6a;
}

.btn--main {
  background: #111;
  color: #fff;
}
.btn--main:hover {
  background: #6a6a6a;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #6a6a6a;
}

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

.btn--chevron {
  color: #111;
}
.btn--chevron::after {
  border-color: #111;
}
.btn--chevron:hover {
  color: #6a6a6a;
}
.btn--chevron:hover::after {
  border-color: #6a6a6a;
}

.btn--chevron-left {
  color: #111;
}
.btn--chevron-left::after {
  border-color: #111;
}
.btn--chevron-left:hover {
  color: #6a6a6a;
}
.btn--chevron-left:hover::after {
  border-color: #6a6a6a;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 20vw;
  margin: 20px auto 50px;
  position: relative;
  max-width: 260px;
}

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

.wrap {
  background: #f5f5f5;
}

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

.block--card {
  font-family: YakuHanJP, 'Noto Serif JP', serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  width: 260px;
  background: #7c7c7c;
  background: linear-gradient(0deg, #7c7c7c 0%, #bdbabb 100%);
  border-radius: 8px;
  box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
  margin: -10px auto 60px;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.block--card::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/horimiona/mypage/bg_card.png);
  background-size: 740px auto;
  opacity: 0.55;
}
.block--card .inner {
  width: 100%;
  height: 100%;
  padding: 0 12% 15%;
}
.block--card .inner .logo {
  position: relative;
  width: 70%;
  margin: 56% auto 41%;
  opacity: 0.8;
}
.block--card .inner .logo img {
  image-rendering: -webkit-optimize-contrast;
}
.block--card .inner .logo::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/static/horimiona/common/cover.png);
  background-size: 100% 100%;
}
.block--card .inner .list--status li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block--card .inner .list--status li.member-id {
  margin-bottom: 1%;
}
.block--card .inner .list--status li.nickname {
  margin-bottom: 14%;
}
.block--card .inner .list--status li.duration {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*background-color: rgba(255,255,255,0.1);
  padding: 0.5em 15px;
  border-radius: 3px;*/
  border-top: 1px solid #adadad;
  padding: 0.8em 0 0;
}
.block--card .inner .status-tit {
  padding-top: 0.15em;
  font-size: 13px;
  color: #ececec;
}
.block--card .inner .status-txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.block--card .inner .member-id {
  font-family: 'Ibarra Real Nova', serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.block--card .inner .member-id .status-txt {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.block--card .inner .nickname .status-txt {
  font-size: 15px;
}
.block--card .inner .duration .status-tit {
  width: 7em;
  padding-top: 0.15em;
  text-align: left;
  font-size: 12px;
}
.block--card .inner .duration .status-txt {
  width: calc(100% - 2em);
  text-align: right;
  font-size: 13px;
}
.block--card .inner .duration .status-txt .year, .block--card .inner .duration .status-txt .month {
  display: inline-block;
  font-family: 'Ibarra Real Nova', serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
}
.block--card .inner .duration .status-txt .year {
  margin-right: 0.15em;
}
.block--card .inner .duration .status-txt .month {
  margin-left: 0.3em;
  margin-right: 0.05em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--card {
    margin-top: 0;
  }
  .block--card::before {
    background-size: 480px auto;
  }
}
.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;
}

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

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

.link--contact-offer {
  text-align: left;
}
.link--contact-offer .btn--chevron::after {
  right: -0.8em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 40px;
  }
}
