body {
  background-color: #f8f8f8;
}

a {
  color: #333333;
}

a:hover {
  color: #888888;
}

.btn--main {
  background: #333333;
  color: #ffffff;
}

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

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

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

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

.btn--chevron {
  color: #333333;
}

.btn--chevron::after {
  border-color: #333333;
}

.btn--chevron:hover {
  color: #888888;
}

.btn--chevron:hover::after {
  border-color: #888888;
}

.btn--chevron-left {
  color: #333333;
}

.btn--chevron-left::after {
  border-color: #333333;
}

.btn--chevron-left:hover {
  color: #888888;
}

.btn--chevron-left:hover::after {
  border-color: #888888;
}

header {
  padding: 2em 5% 0;
}

header h1 {
  width: 26vw;
  max-width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  header h1 {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 40vw;
  }
}
@media screen and (max-width: 520px) {
  header h1 {
    width: 50vw;
  }
}
.section--login {
  padding-top: 0;
}

.wrap {
  background: #f8f8f8;
}

.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}

.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.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;
}

.section.regist {
  max-width: 600px;
  padding: 2em 5% 3em 5%;
  margin: 0 auto 0 auto;
}

.section.regist .sectionTit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}

.section.regist .blockTit {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}

/* MEMBERS CARD */
.pop-up {
  background-color: #333333;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0.3em;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 auto 30px;
  padding: 1em 1.5em;
  display: block;
  width: 86%;
}

.block--card {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.4);
  z-index: 100;
  transition: display 0.3s ease;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.block--card .block--card--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.block--card--inner--frame {
  position: relative;
  opacity: 1 !important;
  max-width: 500px;
  z-index: 1;
  overflow: hidden;
  width: 90%;
  box-sizing: border-box;
  border-radius: 14px;
  border: #fff 1px solid;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.2);
  color: #232323;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.block--card--inner--frame .card::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.2) inset;
}

.block--card--inner--frame .card.m3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.2) inset;
}

.menuOpen header,
.menuOpen .tit--menu,
.menuOpen .list--menu,
.menuOpen .btn--main,
.menuOpen .detail__btn,
.menuOpen footer {
  filter: blur(10px);
}
.menuOpen .block--card {
  filter: none;
  opacity: 1;
  pointer-events: auto;
}

.block--card .less-than .logo {
  width: 100%;
  margin: 0 auto;
  padding: 6% 0 0;
}
.block--card .enjin-card .enjinpic {
  display: flex;
  margin-bottom: 6%;
}
.block--card .enjin-card .enjinpic img {
  width: 100%;
}
.block--card .status {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5% 6%;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.block--card .status .member_id {
  font-size: 18px;
}
.block--card .status .block--data {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.block--card .status .block--data .nickname,
.block--card .status .block--data .joined_date {
  display: inline-block;
  font-size: 12px;
  text-align: right;
}
.block--card .status .block--data .nickname .tit,
.block--card .status .block--data .joined_date .tit {
  margin-right: 1em;
}
.block--card .status .block--data .nickname {
  margin-bottom: 0.5em;
}

.block--card .close {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 45px;
  right: 45px;
  transform: rotate(45deg);
  cursor: pointer;
}

.block--card .close::before,
.block--card .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}

.block--card .close::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .block--card .status .member_id {
    font-size: 15px;
  }
  .block--card .status .block--data .nickname,
  .block--card .status .block--data .joined_date {
    font-size: 10px;
  }
  .block--card .close {
    top: 30px;
    right: 30px;
  }
}/*# sourceMappingURL=mypage-service.css.map */