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

a {
  color: #111;
}
a:hover {
  color: #6a6a6a;
}

.btn--main {
  background: #111;
  color: #fff;
}
.btn--main:hover {
  background: #6a6a6a;
}

.btn--sub {
  background: transparent;
  color: #111;
}
.btn--sub:hover {
  color: #fff;
  background: #6a6a6a;
}

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

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

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

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 20vw;
  margin: 20px auto 50px;
  position: relative;
  max-width: 260px;
}

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

.wrap {
  background: #f5f5f5;
}

.page--mypage .detail__btn {
  margin-top: 50px;
}

.block--card {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  width: 260px;
  background: rgb(124, 124, 124);
  background: linear-gradient(0deg, rgb(124, 124, 124) 0%, rgb(189, 186, 187) 100%);
  border-radius: 8px;
  box-shadow: 0 20px 30px -24px rgba(0, 0, 0, 0.5);
  margin: -10px auto 60px;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.block--card::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/horimiona/mypage/bg_card.png);
  background-size: 740px auto;
  opacity: 0.55;
}
.block--card .inner {
  width: 100%;
  height: 100%;
  padding: 0 12% 15%;
}
.block--card .inner .logo {
  position: relative;
  width: 70%;
  margin: 56% auto 41%;
  opacity: 0.8;
}
.block--card .inner .logo img {
  image-rendering: -webkit-optimize-contrast;
}
.block--card .inner .logo::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/static/horimiona/common/cover.png);
  background-size: 100% 100%;
}
.block--card .inner .list--status li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--card .inner .list--status li.member-id {
  margin-bottom: 1%;
}
.block--card .inner .list--status li.nickname {
  margin-bottom: 14%;
}
.block--card .inner .list--status li.duration {
  justify-content: space-between;
  /*background-color: rgba(255,255,255,0.1);
  padding: 0.5em 15px;
  border-radius: 3px;*/
  border-top: 1px solid #adadad;
  padding: 0.8em 0 0;
}
.block--card .inner .status-tit {
  padding-top: 0.15em;
  font-size: 13px;
  color: #ececec;
}
.block--card .inner .status-txt {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.block--card .inner .member-id {
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.block--card .inner .member-id .status-txt {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.block--card .inner .nickname .status-txt {
  font-size: 15px;
}
.block--card .inner .duration .status-tit {
  width: 7em;
  padding-top: 0.15em;
  text-align: left;
  font-size: 12px;
}
.block--card .inner .duration .status-txt {
  width: calc(100% - 2em);
  text-align: right;
  font-size: 13px;
}
.block--card .inner .duration .status-txt .year, .block--card .inner .duration .status-txt .month {
  display: inline-block;
  font-family: "Ibarra Real Nova", serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
}
.block--card .inner .duration .status-txt .year {
  margin-right: 0.15em;
}
.block--card .inner .duration .status-txt .month {
  margin-left: 0.3em;
  margin-right: 0.05em;
}
.block--card .thumb img {
  vertical-align: bottom;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.block--card.blue {
  background: #85ADD5;
  background: linear-gradient(0deg, rgb(133, 173, 213) 0%, rgb(168, 225, 239) 100%);
}
.block--card.blue .inner .list--status li.duration {
  border-color: #fff;
}
.block--card.blue .thumb {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 110%;
  margin: 1em 0 2em -5%;
  padding: 8%;
}
.block--card.blue .thumb .sign {
  position: absolute;
  right: 5px;
  bottom: -14px;
  width: 26%;
}
.block--card.yellow {
  background: linear-gradient(146deg, #CEBF91 0%, #EDE3C7 33%, #F0E9D1 48%, #D5CBAA 70%, #C7B67D 100%);
}
.block--card.yellow .inner .status-txt, .block--card.yellow .inner .status-tit {
  color: #6a6a6a;
}
.block--card.yellow .inner .list--status li.duration {
  border-color: #6a6a6a;
}
.block--card.yellow .thumb {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 110%;
  margin: 1em 0 2em -5%;
  padding: 8%;
}
.block--card.yellow .thumb .sign {
  position: absolute;
  right: 5px;
  bottom: -14px;
  width: 26%;
}
.block--card.yellow .thumb img {
  position: relative;
  z-index: 10;
}
.block--card.yellow .thumb::before, .block--card.yellow .thumb::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.block--card.yellow .thumb::before {
  background-image: url(/static/horimiona/mypage/parts_yellow_left.webp);
  width: 48px;
  aspect-ratio: 167/289;
  bottom: -44px;
  left: -3px;
}
.block--card.yellow .thumb::after {
  background-image: url(/static/horimiona/mypage/parts_yellow_right.webp);
  width: 48px;
  aspect-ratio: 195/503;
  top: -15px;
  right: -14px;
}
.block--card.red {
  background: linear-gradient(146deg, #C95956 0%, #E39B93 25%, #F4BFB8 50%, #DA9084 75%, #C7746F 100%);
}
.block--card.red .inner .list--status li.duration {
  border-color: #fff;
}
.block--card.red .inner .status-tit {
  color: #fff;
}
.block--card.red .thumb {
  width: 70%;
  margin: 1em auto 2em;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 4px;
}
.block--card.red .inner {
  position: relative;
}
.block--card.red .inner::before, .block--card.red .inner::after {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.block--card.red .inner::before {
  background-image: url(/static/horimiona/mypage/parts_red_left.webp);
  width: 180px;
  bottom: 88px;
  left: -73px;
  transform: rotate(-6deg);
}
.block--card.red .inner::after {
  background-image: url(/static/horimiona/mypage/parts_red_right.webp);
  width: 139px;
  top: 48px;
  right: -21px;
}
.block--card.blue, .block--card.yellow {
  cursor: pointer;
}
.block--card.blue .inner .logo, .block--card.yellow .inner .logo, .block--card.red .inner .logo {
  margin: 2em auto;
}

.card-attention {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-align: center;
  margin: -30px auto 60px;
  font-size: 11px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 100;
  transition: opacity 0.3s ease;
  background-color: rgba(106, 106, 106, 0.75);
  opacity: 0;
  pointer-events: none;
}
.popup.active {
  opacity: 1;
  display: block;
  pointer-events: all;
  cursor: pointer;
}
.popup .close {
  position: absolute;
  width: 3em;
  height: 3em;
  top: -4em;
  right: 0;
}
.popup .close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: auto;
}
.popup .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .close span:nth-child(2) {
  transform: rotate(-45deg);
}
.popup .thumb {
  position: absolute;
  width: min(90%, 400px);
  padding: 5em 0.5em 3em;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 3px solid;
}
.popup .thumb::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/static/horimiona/mypage/bg_card.png);
  background-size: 740px auto;
  opacity: 0.55;
  z-index: -1;
}
.popup .thumb .sign {
  width: 30%;
  float: right;
}
.popup.blue .thumb {
  border-color: #AFCFE6;
}
.popup.yellow .thumb {
  border-color: #DDD2B5;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .block--card {
    margin-top: 0;
  }
  .block--card::before {
    background-size: 480px auto;
  }
}
.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;
}

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

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

.link--contact-offer {
  text-align: left;
}
.link--contact-offer .btn--chevron::after {
  right: -0.8em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 40px;
  }
}/*# sourceMappingURL=mypage-service.css.map */