@charset "utf-8";
@media screen and (max-width: 960px) {
  .bgimg {
    background: url("../images/index/sp-bgtop.jpg");
    background-position: 50% 84% !important;
    margin: 0;
    padding: 0;
  }
}
.img-member-b {
  background-color: black;
  display: inline-block;
}
.img-member-b img {
  opacity: 0.9;
}
h2.btn-about-member {
  font-size: 1.6em;
  line-height: 2em;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
  color: white;
  -webkit-text-stroke: 3px #1a1a1a;
  text-stroke: 3px #1a1a1a;
  paint-order: stroke;
  margin: 0;
  padding: 0;
}
h2.btn-login {
  position: absolute;
  width: 100%;
  bottom: -35px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.0em;
  font-weight: 600;
  color: #333333;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  paint-order: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
  h2.btn-login {
    bottom: -35px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 590px) {
  h2.btn-login {
    bottom: -30px;
  }
}
@media screen and (max-width: 530px) {
  h2.btn-about-member {
    font-size: 1.5em;
    letter-spacing: 0.01em;
  }
  .btn-login br {
    display: none;
  }
  h2.btn-login {
    bottom: -2.4vw;
    font-size: 3.2vw;
  }
}
.btn-info.btn-login-wrap {
  border-radius: 10px;
  border: 5px solid #db5b6a;
}