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

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

.btn--main {
  background: #121212;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.btn--main:hover {
  background: #111;
}

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

.btn--sub {
  background: transparent;
  color: #121212;
  border-radius: 20em;
}
.btn--sub:hover {
  color: #fff;
  background: #121212;
  transition: all 0.2s ease;
}

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

.btn--chevron {
  color: #121212;
}
.btn--chevron::after {
  border-color: #121212;
}
.btn--chevron:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

.btn--chevron-left {
  color: #121212;
}
.btn--chevron-left::after {
  border-color: #121212;
}
.btn--chevron-left:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron-left:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

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

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

.wrap {
  background: #f5f5f5;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--continue {
  background: #fff;
  padding: 10px 0 0;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 0 auto 2em;
}
.block--continue .txt--basic {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em auto 1em;
}

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

.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: #4b2a67;
}/*# sourceMappingURL=mypage-service.css.map */