@charset "utf-8";
/*
Theme Name: Iemaru Maintenance
Author: yosui kobayashi
Version: 1.0
*/

picture {
    width: 100vw;
    height: 100vh;
}
img {
	display:block;
	margin:0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}