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

a {
  color: #000;
}
a:hover {
  color: #555;
}

.btn--main {
  background: #000;
  color: #fff;
}
.btn--main:hover {
  background: #444;
}

.btn--sub {
  background: transparent;
  color: #000;
}
.btn--sub:hover {
  color: #fff;
  background: #444;
}

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

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

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

.btn--birthday {
  max-width: 100%;
  font-size: 0.8em;
}
.btn--birthday i {
  transition: none;
}
.btn--birthday i::before {
  transition: none;
}

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

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

.wrap {
  background: #f5f5f5;
}

.block--attention {
  font-size: 14px;
  border: 1px solid;
  padding: 20px;
  border-radius: 6px;
}

.message-baloon {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.message-baloon a {
  margin: 3em 0;
  background: #fff;
  color: #1361bd;
  border-radius: 50rem;
  display: inline-block;
  padding: 0.5em 1em;
  border: solid;
  font-weight: 800;
}

.list--menu li.subdtl {
  background: #f6f6f6;
  padding: 0.3em 0.5em;
}
.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;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 6px auto 20px auto;
  }
}
.favara {
  text-align: center;
}
.favara .fav-visual {
  position: relative;
  padding-top: 25vw;
  overflow: hidden;
}
.favara .fav-visual img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.favara .fav-visual img.blur {
  filter: blur(10px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.cardara {
  position: relative;
  margin-bottom: 2em;
}
.cardara span {
  color: #fff;
  position: absolute;
  display: inline-block;
  transform: translate(-50%, 0);
  bottom: 12%;
  left: 50%;
}

.status_disp p {
  text-align: center;
  margin-bottom: 0.5em;
}
.status_disp dl {
  border: solid 1px rgba(0, 0, 0, 0.1882352941);
  background: #fff;
}
.status_disp dt {
  padding: 1em;
  background: rgba(0, 0, 0, 0.062745098);
}
.status_disp dd {
  padding: 1em;
}
.status_disp .btnara {
  margin: 1em 0 3em;
  text-align: center;
}
.status_disp .btn.sub {
  margin: 0;
  background: #fff;
  color: #1361bd;
  border-radius: 50rem;
  display: inline-block;
  padding: 0.5em 1em;
  border: solid;
  font-weight: 800;
}

.first_login dl {
  background: rgba(255, 255, 255, 0.5019607843);
  color: #f33;
  border: 1px solid #F32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 1.5em auto;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.first_login dl dt,
.first_login dl dd {
  padding: 1em;
}
.first_login dl dt {
  background: #f32;
  color: #fff;
  text-align: center;
}
.first_login .btnara {
  text-align: center;
}
.first_login .btnara .btn {
  margin: 1em 0;
  background: #f32;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 5px;
}
.first_login ul li {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

.trafic_contact {
  background: rgba(255, 255, 255, 0.2509803922);
  color: #f33;
  padding: 1.5em;
  border: 1px solid #F32;
  margin-bottom: 1em;
  font-size: 0.9em;
  border-radius: 10px;
}
.trafic_contact p {
  margin-bottom: 1em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.trafic_contact ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.trafic_contact ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 961px) {
  .favara .fav-visual {
    padding-top: 60vw;
  }
}/*# sourceMappingURL=mypage-service.css.map */