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

a {
  color: #1A1719;
}
a:hover {
  color: #2b2b2b;
}

.btn--main {
  background: #111;
  color: #fff;
  font-weight: bold;
}
.btn--main:hover {
  background: #111;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #111;
  transition: all 0.2s ease;
}

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

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

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

.btn--birthday i {
  transition: none;
}

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

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

.wrap {
  background: #f5f5f5;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.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;
}

.block--card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.block--card .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  transition: 0.3s;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #0049ff;
  transform-origin: center;
  position: absolute;
  top: 5px;
  left: 19px;
}
.block--card .close::before {
  transform: rotate(45deg);
}
.block--card .close::after {
  transform: rotate(135deg);
}
.block--card .switch {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  background: #0049ff;
  font-size: 24px;
  z-index: 3;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 960px) {
  .block--card .switch:hover {
    transform: scale(1.2);
  }
}
.block--card.no1 [class^=card--] {
  background: #0049ff;
  color: #0049ff;
}
.block--card.no1 .card--omote svg {
  fill: #0049ff;
}
.block--card.no2 [class^=card--] {
  background: #FF5CE0;
  color: #FF5CE0;
}
.block--card.no2 .card--omote svg {
  fill: #FF5CE0;
}
.block--card.no2 .close::before,
.block--card.no2 .close::after {
  background: #FF5CE0;
}
.block--card.no2 .switch {
  background: #FF5CE0;
}
.block--card.no3 [class^=card--] {
  background: #8736FF;
  color: #8736FF;
}
.block--card.no3 .card--omote svg {
  fill: #8736FF;
}
.block--card.no3 .close::before,
.block--card.no3 .close::after {
  background: #8736FF;
}
.block--card.no3 .switch {
  background: #8736FF;
}
.block--card.no4 [class^=card--] {
  background: #FF366a;
  color: #FF366a;
}
.block--card.no4 .card--omote svg {
  fill: #FF366a;
}
.block--card.no4 .close::before,
.block--card.no4 .close::after {
  background: #FF366a;
}
.block--card.no4 .switch {
  background: #FF366a;
}
.block--card.no5 [class^=card--] {
  background: #0bff81;
  color: #0bff81;
}
.block--card.no5 .card--omote svg {
  fill: #0bff81;
}
.block--card.no5 .close::before,
.block--card.no5 .close::after {
  background: #0bff81;
}
.block--card.no5 .switch {
  background: #0bff81;
}
.block--card.no6 [class^=card--] {
  background: #3275ff;
  color: #3275ff;
}
.block--card.no6 .card--omote svg {
  fill: #3275ff;
}
.block--card.no6 .close::before,
.block--card.no6 .close::after {
  background: #3275ff;
}
.block--card.no6 .switch {
  background: #3275ff;
}
.block--card.no7 [class^=card--] {
  background: #deff00;
  color: #deff00;
}
.block--card.no7 .card--omote svg {
  fill: #deff00;
}
.block--card.no7 .card--ura svg {
  fill: #000;
}
.block--card.no7 .card--ura .inner {
  color: #000;
}
.block--card.no7 .close::before,
.block--card.no7 .close::after {
  background: #000;
}
.block--card.no7 .switch {
  background: #deff00;
}
.block--card.no7 .switch i {
  color: #000;
}
.block--card .card {
  width: 350px;
  height: 620px;
  position: relative;
}
.block--card .card--omote,
.block--card .card--ura {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 10px solid;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center;
}
.block--card .card--omote .number,
.block--card .card--ura .number {
  font-family: outfit, sans-serif;
  font-weight: 500;
}
.block--card .card--omote svg,
.block--card .card--ura svg {
  width: 100%;
  height: 100%;
}
.block--card .card--omote {
  z-index: 3;
  transform: scaleX(1);
  transition: 0.2s;
}
.block--card .card--omote img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.block--card .card--omote .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
}
.block--card .card--omote .number {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.block--card .card--ura {
  transform: scaleX(0);
  transition: 0.2s;
}
.block--card .card--ura .inner {
  color: #fff;
}
.block--card .card--ura .inner .ico {
  width: 180px;
  height: 180px;
  margin: 0 auto 1.5em;
}
.block--card .card--ura .inner .number {
  text-align: center;
  font-size: 25px;
  margin-bottom: 1.8em;
}
.block--card .card--ura .inner .nickname,
.block--card .card--ura .inner .date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5em;
  width: 180px;
  font-size: 10px;
  margin: 0 auto 0.5em;
  letter-spacing: 0;
}
.block--card .card--ura .inner .nickname .label,
.block--card .card--ura .inner .date .label {
  font-family: outfit, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.block--card .card--ura .inner .date {
  font-family: outfit, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.block--card .card--ura svg {
  fill: #fff;
}

.card--visible .block--card {
  opacity: 1;
  pointer-events: auto;
}
.card--visible .block--card.visible--back .card--omote {
  transform: scaleX(0);
}
.card--visible .block--card.visible--back .card--ura {
  transform: scaleX(1);
  transition-delay: 0.15s;
}

@media screen and (min-width: 1px) and (max-width: 755px) {
  .block--card .card {
    width: 80vw;
    height: 141vw;
  }
  .block--card .switch {
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 6vw;
    line-height: 16vw;
  }
  .block--card .close {
    top: -35px;
    right: -35px;
  }
  .block--card .card--ura .inner .ico {
    width: 35vw;
    height: 35vw;
  }
  .block--card .card--ura .inner .number {
    margin-bottom: 1.2em;
    font-size: 5.8vw;
  }
  .block--card .card--ura .inner .nickname,
  .block--card .card--ura .inner .date {
    width: 60vw;
  }
}
.body--app-v2 .block--card .card {
  transform: translateY(-5vh);
}
.body--app-v2 .block--card .close::before,
.body--app-v2 .block--card .close::after {
  background: #fff;
}

@media screen and (max-height: 700px) {
  .body--app-v2 .block--card .card {
    transform: translateY(-5vh) scale(0.95);
  }
  .body--app-v2 .block--card .card .close {
    top: 0;
    right: -40px;
  }
}
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

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