@charset "shift_jis";


body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-image:url(../common_img/backimage01.jpg);
}

img {
  max-width: 100%;
  max-height: 100%;
}