@charset "UTF-8";
@import url("https://use.typekit.net/jrn0ciy.css");
body {
  background-color: #f5f5f5;
}

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

.btn--main {
  background: #f96dbb;
  color: #1A1719;
  font-weight: bold;
}
.btn--main:hover {
  color: #fff;
  transition: all 0.2s ease;
}

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

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

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

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

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

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

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

.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;
  }
}
/* w会員文言
---------------------------------*/
.leadW {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}
.leadW .fs_link {
  border-bottom: 1px solid #000;
}
.leadW.member span {
  color: #f96dbb;
}

/* デジタル会員証
---------------------------------*/
.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 3, 13, 0.6);
  z-index: 999;
  transition: display 0.3s ease;
}
.block--card .close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  background: rgba(26, 23, 25, 0.6);
  border-radius: 50%;
}
.block--card .close:hover {
  cursor: pointer;
}
.block--card .card {
  position: absolute;
  width: 351px;
  height: 240px;
  top: 50%;
  left: 50%;
  background-color: #f96dbb;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: #f96dbb solid 1px;
}
.block--card .card .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.block--card .card .inner .bgImage {
  width: 100%;
  height: 100%;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position-y: -215px;
  background-position-x: center;
}
.block--card .card .inner .logo--fc {
  width: 52px;
  line-height: 1;
  font-size: 0;
  position: absolute;
  top: 16px;
  left: 16px;
}
.block--card .card .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 101%;
  height: 60px;
  bottom: 0;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  background-size: cover;
}
.block--card .card .text .logo--fc img {
  width: 100%;
}
.block--card .card .text.firstyear {
  background-image: url(/static/itzy/fanclub/memberscard/ribbon_firstyear.png);
}
.block--card .card .text.secondyear {
  background-image: url(/static/itzy/fanclub/memberscard/ribbon_secondyear.png);
}
.block--card .card .text.thirdyear {
  background-image: url(/static/itzy/fanclub/memberscard/ribbon_thirdyear.png);
}
.block--card .card .text.fourthyear {
  background-image: url(/static/itzy/fanclub/memberscard/ribbon_fourthyear.png);
}
.block--card .card .text.fifthyear {
  background-image: url(/static/itzy/fanclub/memberscard/ribbon_fifthyear.png);
}
.block--card .card .text.fifthyear .block--joindate {
  color: #D31A8C;
}
.block--card .card .memberinformation {
  width: 30%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: korolev-condensed, sans-serif;
  padding: 14px;
}
.block--card .card .memberinformation .duration {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.block--card .card .memberinformation .memberinfo_inner {
  color: #f96dbb;
  z-index: 1;
  margin-top: 4px;
  display: flex;
  font-weight: bold;
}
.block--card .card .memberinformation .continueyear {
  color: #f96dbb;
  font-size: 22px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 4px;
}
.block--card .card .memberinformation .continueyear span {
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
}
.block--card .card .memberinformation .continueday {
  font-size: 22px;
  display: block;
  color: #000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.2;
  color: #f96dbb;
  letter-spacing: 0.04em;
}
.block--card .card .memberinformation .continueday a {
  color: #f96dbb;
}
.block--card .card .memberinformation .continueday span {
  font-size: 12px;
  color: #fff;
}
.block--card .card .block--joindate {
  font-size: 12px;
  text-align: right;
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #ffffff;
}
.block--card .card .block--joindate .nickname {
  font-weight: bold;
  margin-right: 8px;
  letter-spacing: 0;
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.block--card .card .block--joindate .number,
.block--card .card .block--joindate .entry,
.block--card .card .block--joindate .entry-day {
  display: inline-block;
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
.block--card .card .block--joindate .entry-day {
  margin-right: 8px;
}
.block--card .card .block--joindate p span {
  font-weight: 500;
}

.block--card .close::before,
.block--card .close::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #f96dbb;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

.memberinfo {
  text-align: center;
}

.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 .detail__btn.app a::after {
  content: "BACK";
}

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

/* 有料会員 */
#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 auto;
  }
}/*# sourceMappingURL=mypage-service.css.map */