/*********
*login
*********/
body {
  width: 100%;
  height: 100vh;
}
body .login-warp {
  position: relative;
  height: 100vh;
  width: 100%;
  /*background-lmage*/
}

body .login-warp .button {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 10%;
  /*  background-color: #478cd9;*/
  /*  border-radius:40%;*/
  /*  color: aliceblue;*/
    padding: 5px 20px 5px 20px;
    display: block;
}
body .logln-warp .button p{
font-size:8rem;
}



a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn_06:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}
#window {
background-image:url("https://maltese.information.tokyo.jp/wp-content/uploads/2023/09/bottom1.png");
background-position:center center;
background-size:100%;
width:100%;
height:200%;/*300*/
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-animation:infinitescroll 45s linear infinite;
	-moz-animation:infinitescroll 45s linear infinite;
	-ms-animation:infinitescroll 45s linear infinite;
	-o-animation:infinitescroll 45s linear infinite;
	animation:infinitescroll 45s linear infinite;
z-index:-2;
}
#window::before {

content: "";
position:absolute;
background-image:url("https://maltese.information.tokyo.jp/wp-content/uploads/2023/09/bottom2.png");
background-position:center center;
background-size:100%;
width:100%;
height:200%;/*300*/
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-animation:infinitescroll 30s linear infinite;
	-moz-animation:infinitescroll 30s linear infinite;
	-ms-animation:infinitescroll 30s linear infinite;
	-o-animation:infinitescroll 30s linear infinite;
	animation:infinitescroll 30s linear infinite;
z-index:0;
}
#window::after {
content: "";
position:absolute;
background-image:url("https://maltese.information.tokyo.jp/wp-content/uploads/2023/09/bottom3.png");
background-position:center center;
background-size:100%; /*780px 1105px;*/
width:100%;
height:200%;/*300*/
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
	-webkit-animation:infinitescroll 60s linear infinite;
	-moz-animation:infinitescroll 60s linear infinite;
	-ms-animation:infinitescroll 60s linear infinite;
	-o-animation:infinitescroll 60s linear infinite;
	animation:infinitescroll 60s linear infinite;
z-index:0;
}
@-webkit-keyframes infinitescroll {
	0% {-webkit-transform:translate3d(0, 0, 0);}
	100% {-webkit-transform:translate3d(0, -1105px, 0);}
}
@-moz-keyframes infinitescroll {
	0% {-moz-transform:translate3d(0, 0, 0);}
	100% {-moz-transform:translate3d(0, -1105px, 0);}
}
@-ms-keyframes infinitescroll {
	0% {-ms-transform:translate3d(0, 0, 0);}
	100% {-ms-transform:translate3d(0, -1105px, 0);}
}
@-o-keyframes infinitescroll {
	0% {-o-transform:translate3d(0, 0, 0);}
	100% {-o-transform:translate3d(0, -1105px, 0);}
}
@keyframes infinitescroll {
	0% {transform:translate3d(0, 0, 0);}
	100% {transform:translate3d(0, -1105px, 0);}
}
/*# sourceMappingURL=login.css.map */