@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 700px) {
body {
background: linear-gradient( 100deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(a_haikei_gazo.jpg?1648837722);
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin: 0 auto 0 auto;
padding: 0% 0% 0% 0%;
}
}

@media screen and (min-width: 701px) and (max-width: 1600px) {

body {
background: linear-gradient( 100deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(a_haikei_gazo.jpg?1648837722);
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin: 0 auto 0 auto;
padding: 0% 0% 0% 0%;
}
}

@media screen and (min-width: 1601px) {

body {
background: linear-gradient( 100deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(a_haikei_gazo.jpg?1648837722);
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin: 0 auto 0 auto;
padding: 0% 0% 0% 0%;
}
}

@media screen and (min-width: 1601px) and (min-height:1601px) {

body {
background: linear-gradient( 100deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(a_haikei_gazo.jpg?1648837722);
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin: 0 auto 0 auto;
padding: 0% 0% 0% 0%;
}
}

@media screen and (min-width: 2000px) and (min-height:1601px) {

body {
background: linear-gradient( 100deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(a_haikei_gazo.jpg?1648837722);
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
background-repeat: no-repeat;
width: 100%;
height: 100%;
margin: 0 auto 0 auto;
padding: 0% 0% 0% 0%;
}
}