body {
  background-color: #f3f1f1;
}

a {
  color: #000000;
}
a:hover {
  color: #414141;
}

.btn--main {
  background: #000000;
  color: #ffffff;
}
.btn--main:hover {
  background: #414141;
}

.btn--sub {
  background: transparent;
  color: #000000;
}
.btn--sub:hover {
  background: #414141;
  color: #ffffff;
}

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

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

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

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

header {
  padding: 2em 5% 0;
}
header h1 {
  position: relative;
  width: 20vw;
  max-width: 280px;
  margin: 20px auto;
}
header h1 svg {
  fill: #000000;
}

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

.wrap {
  background: #f3f1f1;
}

.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;
  -webkit-transition: color 0.3s;
  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;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover {
  color: #000000;
}
.block--firstlogin .login--attention .btn--firstlogin a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.section--oshimen {
  width: 80%;
  margin: 0 auto 3em;
}
.section--oshimen .section--oshimen__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: -6%;
  padding: 2em 0;
  border-radius: 10px;
  background-color: #ffffff;
}
.section--oshimen .block--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 6%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
.section--oshimen .block--heading .block--name .name--main {
  color: #414141;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  font-size: 24px;
  line-height: 1;
}
.section--oshimen .block--heading .block--duration {
  color: #414141;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.0001em;
  font-size: 12px;
  line-height: 1;
}
.section--oshimen .block--heading .block--duration::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 3em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  background-color: #B1B1B1;
  vertical-align: middle;
}
.section--oshimen .block--heading .block--duration .duration {
  margin-left: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.section--oshimen .block--oshimen__detail {
  position: relative;
  right: -12%;
  width: 95%;
  margin-top: 2em;
}
.section--oshimen .block--oshimen__detail .block--photo__oshimen {
  margin-bottom: 1em;
}
.section--oshimen .block--oshimen__detail .block--logo {
  position: absolute;
  top: -2.1em;
  right: -1em;
  width: clamp(85px, 28%, 100px);
}
.section--oshimen .block--oshimen__detail .block--comment {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 13px;
  line-height: 1.56;
}
.section--oshimen .block--oshimen__detail .block--comment .heading--comment {
  margin-top: 0.2em;
  color: #9F9F9F;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  font-size: 11px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .page--mypage .wrap > header {
    padding-top: 0;
  }
  .page--mypage .wrap > section {
    padding-top: 0;
  }
  .section--oshimen {
    width: 100%;
    margin: 0 auto 3em;
  }
  .section--oshimen .section--oshimen__inner {
    left: -6%;
    padding: 2em 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .section--oshimen .block--heading {
    left: 6%;
  }
  .section--oshimen .block--heading .block--name .name--main {
    font-size: 19px;
  }
  .section--oshimen .block--heading .block--duration {
    font-size: 11px;
  }
  .section--oshimen .block--heading .block--duration::before {
    height: 3em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .section--oshimen .block--heading .block--duration .duration {
    margin-left: 0.2em;
  }
  .section--oshimen .block--oshimen__detail {
    right: -12%;
    width: 95%;
    margin-top: 2em;
  }
  .section--oshimen .block--oshimen__detail .block--photo__oshimen {
    margin-bottom: 0.4em;
  }
  .section--oshimen .block--oshimen__detail .block--logo {
    top: -2.1em;
    right: 1em;
  }
  .section--oshimen .block--oshimen__detail .block--comment {
    font-size: 13px;
  }
  .section--oshimen .block--oshimen__detail .block--comment .heading--comment {
    margin-top: 0.2em;
    font-size: 10px;
  }
}
.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.block--card .block--card__inner {
  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;
  width: 100%;
  height: 100%;
  background: rgba(161, 161, 161, 0.9);
}
.block--card .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--card .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.block--card .card {
  width: 300px;
  height: 80vh;
  max-height: 520px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(30%, #000000), color-stop(30%, #ffffff), color-stop(40%, #ffffff), color-stop(40%, #e91100), to(#e91100));
  background-image: linear-gradient(90deg, #000000 0%, #000000 30%, #ffffff 30%, #ffffff 40%, #e91100 40%, #e91100 100%);
  background-size: 100% 100%;
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
          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 .block--logo {
  width: 70%;
  margin: 41% auto 0;
}
.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: "Urbanist", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  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: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.0001em;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: 6px auto 20px;
  }
}