@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
body {
  background-color: #ffffff;
}

a {
  color: #010101;
}
a:hover {
  color: #1ea1c4;
}

.btn--main {
  background: #001E61;
  color: #ffffff;
}
.btn--main:hover {
  background: #1ea1c4;
}

.btn--sub {
  background: transparent;
  color: #001E61;
}
.btn--sub:hover {
  background: #1ea1c4;
  color: #ffffff;
}

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

.btn--chevron {
  color: #001E61;
}
.btn--chevron::after {
  border-color: #001E61;
}
.btn--chevron:hover {
  color: #1ea1c4;
}
.btn--chevron:hover::after {
  border-color: #1ea1c4;
}

.btn--chevron-left {
  color: #001E61;
}
.btn--chevron-left::after {
  border-color: #001E61;
}
.btn--chevron-left:hover {
  color: #1ea1c4;
}
.btn--chevron-left:hover::after {
  border-color: #1ea1c4;
}

.page--mypage .wrap > section {
  overflow: hidden;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  position: relative;
  width: 15vw;
  max-width: 240px;
  margin: 3em auto 1em;
}

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

.wrap {
  background: #ffffff;
}

.block--attention {
  padding: 20px;
  border: solid 1px;
  border-radius: 6px;
  font-size: 14px;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--firstlogin .login--attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
}
.block--firstlogin .login--attention .txt--basic {
  display: inline-block;
  margin: 0 0 0.8em;
  border-bottom: solid 1px;
}
.block--firstlogin .login--attention b {
  color: #cc0000;
}
.block--firstlogin .login--attention a {
  color: #333333;
}
.block--firstlogin .login--attention .btn--firstlogin {
  margin: 6% auto 9%;
}
.block--firstlogin .login--attention .btn--firstlogin a {
  position: relative;
  border-bottom: solid 2px #cc0000;
  font-weight: bold;
  transition: color 0.3s;
}
.block--firstlogin .login--attention .btn--firstlogin a::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.4s;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover {
  color: #000000;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover::before {
  transform: scaleX(0);
}

.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: display 0.3s ease;
}
.block--card .block--card--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.block--card .close {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 5vh;
  bottom: 5dvh;
  left: 0;
  z-index: 100;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.8em;
  border-radius: 100em;
  border: solid 1px #ffffff;
  background: #001e61;
  color: #ffffff;
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
}
.block--card .card {
  width: 320px;
  height: 200px;
  border: solid 2px #001E61;
  border-radius: 10px;
  background: url(/static/neguse/assets/fanclub/bg_2503.png) left top no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.block--card .card .card--inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.block--card .card .card--inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/neguse/assets/common/logo--neguse--fc.svg) center center no-repeat;
  background-size: 135%;
}
.block--card .card .card--inner .block--logo {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 43%;
  margin: auto;
}
.block--card .card .card--inner .block--logo img {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
.block--card .card .card--inner .block--tit--sub {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2em 0.5em;
}
.block--card .card .card--inner .block--tit--sub .block--card--tit {
  color: #ffffff;
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 10px;
  letter-spacing: -0.03em;
}
.block--card .card .card--inner .block--tit--sub .block--card--version {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 9px;
  letter-spacing: -0.03em;
}
.block--card .card .card--inner .block--status {
  position: absolute;
  right: 4.5%;
  bottom: 10%;
  width: 47%;
}
.block--card .card .card--inner .block--status .number {
  margin-bottom: 1.2em;
  color: #ffffff;
  font-family: "Concert One", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 1;
}
.block--card .card .card--inner .block--status .number span {
  margin-right: 0.2em;
  font-weight: 400;
}
.block--card .card .card--inner .block--status .item-tit {
  display: block;
  margin-bottom: 0.1em;
  color: #f3f1f1;
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.block--card .card .card--inner .block--status .nickname,
.block--card .card .card--inner .block--status .joinddate {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.block--card .card .card--inner .block--status .nickname {
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.block--card .card .card--inner .block--status .block--status__details {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 12px;
}

.btn--birthday {
  background-color: #cf4f46;
  color: #ffffff;
}
.btn--birthday i {
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
}

.list--menu .list--notes {
  margin-bottom: 0;
  padding-top: 0.5em;
}
.list--menu .list--notes li {
  margin-bottom: 0.5em;
  border: none;
}
.list--menu .list--notes li a {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  text-indent: 0;
  text-decoration: underline;
}
.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: #999999;
}

#mypage--app section .area--user-status.status--member {
  background: #1f100a;
}

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