@charset "UTF-8";
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}

body {
  background-color: #f5f5f5;
}

a {
  color: #b20000;
}

.btn--main {
  background: #000;
  color: #f5f5f5;
  border-radius: 0;
}
.btn--main:hover {
  opacity: 0.6;
}

.btn--sub {
  background: transparent;
  color: #000;
  border-radius: 0;
}
.btn--sub:hover {
  opacity: 0.6;
}

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

.btn--chevron {
  color: #000;
}
.btn--chevron::after {
  border-color: #000;
}
.btn--chevron:hover {
  opacity: 0.6;
}

.btn--chevron-left {
  color: #000;
}
.btn--chevron-left::after {
  border-color: #000;
}
.btn--chevron-left:hover {
  opacity: 0.6;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 8vw;
  max-width: 150px;
  margin: 30px auto 15px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  header h1 {
    width: 25vw;
    max-width: 110px;
    margin: 20px auto 0;
  }
}
header h1 a {
  display: block;
}

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

.wrap {
  background: #f5f5f5;
}

.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: #000;
}

.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;
}

.block--firstlogin .login--attention {
  padding: 20px;
  border: solid 2px #cc0000;
  background: #ffdada;
  font-size: 13px;
  margin-top: 20px;
}
.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);
}

.emoji {
  width: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.page--mypage header {
  padding: 0;
}
.page--mypage .wrap > section {
  padding-top: 0;
}
.page--mypage .logo {
  display: none;
}

.section--oshimen {
  background-color: #000;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.section--oshimen .section--oshimen__inner {
  position: relative;
  padding: 20px 20px 10px;
}
.section--oshimen .block--heading {
  position: relative;
  text-align: center;
  padding: 40px 0 55px;
  color: #fff;
}
.section--oshimen .block--heading .block--logo {
  position: absolute;
  top: -30px;
  left: -34px;
  width: 206px;
  opacity: 0.16;
}
.section--oshimen .block--heading .block--logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.section--oshimen .block--heading .block--name {
  font-weight: 700;
  font-style: normal;
}
.section--oshimen .block--heading .block--name .name--sub {
  line-height: 1;
}
.section--oshimen .block--heading .block--name .name--main {
  font-size: 68px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.section--oshimen .block--heading .block--duration {
  font-weight: 600;
  line-height: 1;
}
.section--oshimen .block--heading .block--duration .duration {
  margin-left: 10px;
}
.section--oshimen .block--oshimen__detail {
  position: relative;
}
.section--oshimen .block--oshimen__detail .block--photo__oshimen {
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}
.section--oshimen .block--oshimen__detail .block--comment {
  font-weight: 600;
  background: #fff;
  padding: 24px 20px;
  position: relative;
  z-index: 2;
}
.section--oshimen .bottom {
  margin-top: -6px;
  z-index: 1;
  position: relative;
  opacity: 0.5;
  width: 112%;
  left: -5.5%;
}
.section--oshimen .block--border span {
  display: block;
  width: 100%;
  height: 10px;
}
.section--oshimen .block--border span:nth-child(1) {
  background-color: #222221;
}
.section--oshimen .block--border span:nth-child(2) {
  background-color: #3A3A39;
}
.section--oshimen .block--border span:nth-child(3) {
  background-color: #50504F;
}
.section--oshimen .block--border span:nth-child(4) {
  background-color: #696969;
}
.section--oshimen .block--border span:nth-child(5) {
  background-color: #828281;
}
.section--oshimen .block--border span:nth-child(6) {
  background-color: #999998;
}
.section--oshimen .block--border span:nth-child(7) {
  background-color: #B2B2B2;
}
.section--oshimen .block--border span:nth-child(8) {
  background-color: #C3C3C3;
}
.section--oshimen .block--border span:nth-child(9) {
  background-color: #E0E0E0;
}

@media screen and (min-width: 1px) and (max-width: 640px) {
  .section--oshimen {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .section--oshimen .bottom {
    width: 102vw;
    left: -6.5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .section--oshimen {
    margin-bottom: 40px;
  }
  .section--oshimen .block--heading {
    padding: 28px 0 40px;
  }
  .section--oshimen .block--heading .block--logo {
    width: 47.3vw;
  }
  .section--oshimen .block--heading .block--name .name--sub {
    font-size: 12px;
  }
  .section--oshimen .block--heading .block--name .name--main {
    font-size: 60px;
  }
}
.btn.pop-up {
  margin-bottom: 3em;
}

.block--card {
  background-color: rgba(245, 245, 245, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.block--card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -50px;
  cursor: pointer;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.block--card .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block--card .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block--card .card {
  position: absolute;
  width: 306px;
  height: 485px;
  max-height: 560px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #EBEBEB;
  background-color: #212121;
  background-image: url(/static/dapump/fanclub/mypage/bg_logo.png);
  background-repeat: no-repeat;
  background-position: bottom -4px center;
  background-size: 103%;
}
.block--card .card .inner {
  position: relative;
  height: 100%;
}
.block--card .card .inner .logo--fc {
  width: 46%;
  margin: 0 auto 84px;
  padding-top: 70px;
}
.block--card .card .inner .block--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin: 0 auto 12px;
  font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.block--card .card .inner .block--data .item__number .tit,
.block--card .card .inner .block--data .item__status .tit {
  display: inline-block;
  color: #555555;
  font-size: 12px;
}
.block--card .card .inner .block--data .item__number .item,
.block--card .card .inner .block--data .item__status .item {
  display: inline-block;
  font-size: 13px;
}
.block--card .card .inner .block--data .item__status .item .year,
.block--card .card .inner .block--data .item__status .item .month {
  font-weight: bold;
}
.block--card .card .inner .block--data .item__status .item .month {
  letter-spacing: 0;
}
.block--card .card .inner .item__nickname {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.card-open header,
.card-open footer,
.card-open .section--oshimen,
.card-open .tit--menu,
.card-open .list--menu,
.card-open .btn.pop-up,
.card-open .detail__btn {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* Contact */
.faq-point {
  border: 1px solid #333;
  padding: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.faq-point .unknown-point {
  color: #b20000;
  font-weight: bold;
}

/*-- BIRTHDAY MESSAGE --*//*# sourceMappingURL=mypage-service.css.map */