/* line 1, app/assets/stylesheets/user/home.scss */
body {
  background-image: url(/assets/home_background-6c5886a601959b5f0d51224c74ff4dc34360046aca486f36bd952a61c0736230.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 10, app/assets/stylesheets/user/home.scss */
.home-content {
  width: 24.5rem;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/user/home.scss */
.home-content__logo {
  width: 100%;
  margin-top: 7.5rem;
}

/* line 20, app/assets/stylesheets/user/home.scss */
.home-content__btn {
  border: 0.1rem solid white;
  width: 100%;
}

/* line 25, app/assets/stylesheets/user/home.scss */
.home-content__btn:hover {
  color: black;
  background-color: white;
}

/* line 30, app/assets/stylesheets/user/home.scss */
.home-sns {
  width: 44rem;
  margin: 0 auto;
  display: flex;
}

/* line 36, app/assets/stylesheets/user/home.scss */
.btn-sns-login {
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 41, app/assets/stylesheets/user/home.scss */
.btn-sns-login i {
  margin-right: 4rem;
}

@media (max-width: 991px) {
  /* line 47, app/assets/stylesheets/user/home.scss */
  .home-sns {
    width: 36rem;
  }
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/user/home.scss */
  .home-sns {
    width: 24.5rem;
    flex-direction: column;
  }
  /* line 58, app/assets/stylesheets/user/home.scss */
  .btn-sns-login {
    margin: 0.5rem 0;
  }
}

@media (max-width: 575px) {
  /* line 64, app/assets/stylesheets/user/home.scss */
  .home-content, .home-sns {
    width: 100%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
