@media screen and (max-width: 1024px) {
	.header-visit-entry-button {
   		min-width: 20rem;
    	font-size: 1.6rem;
	}
}
.header .button-block {
	display: flex;
}
.header .button-block .header-visit-login-button  {
	margin-left: 1rem;
    background-color: #FFFFFF;
    color: #84CC4C;
}
@media screen and (max-width: 767.9px) {
  .header-visit-entry-button {
      bottom: 50px;
  }
 .header .button-block .header-visit-login-button {
        width: 100%;
		margin: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 100;
    }
}
@media screen and (max-width: 767.9px) {
	.footer {
        padding-bottom: 100px;
    }
    .footer-topbtn {
        bottom: 12rem;
    }
    .footer-topbtn.is-bottom {
        bottom: 12rem;
    }
}