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

a {
  color: #000;
}

a:hover {
  color: #444;
}

.btn--main {
  background: #000;
  color: #fff;
}

.btn--main:hover {
  background: #444;
}

.btn--sub {
  background: transparent;
  color: #000;
}

.btn--sub:hover {
  color: #fff;
  background: #444;
}

.btn .btn--birthday {
  line-height: 1.4;
  padding: 14px 15px;
  background: #1A1A1A;
  border: none;
  color: #DDC37D;
  font-size: 14px;
}

.btn .btn--birthday:hover {
  opacity: 0.8;
}

.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;
}

.mypage.app_login .btn--main {
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.mypage.app_login .detail__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 60px;
}

.mypage.app_login .detail__btn a::after {
  content: 'HOME';
  font-family: 'Noto serif JP',serif;
  font-size: 0.9em;
}

.sslTxt {
  font-size: 0.7em;
  color: #888;
  margin-top: 56px;
}

.btn--firstlogin {
  margin: 5% 0 9%;
}

.btn--firstlogin a {
  border-bottom: 1px solid;
}

.login--attention {
  background: #ffdada;
  font-size: 13px;
  padding: 20px;
  border: 2px solid #c00;
  margin-top: 16px;
}

.login--attention .txt--basic {
  border-bottom: 1px solid;
  display: inline-block;
  margin: 0 0 .8em;
}

.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 .detail__btn.app a::after {
  content: 'BACK';
}

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

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

/* ログインページ */
.block--firstlogin {
  padding: 1.5rem;
  border: solid 1px #b5b5b5;
  background: white;
  border-radius: .3em;
}

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