html,
body {
  height: 100%;
  margin: 0px;
}

body {
  max-height: 100%;
  background-image: url('1080.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  
  @media (max-width: 600px) {
    background-image: url('bg.png');
  }
}

main {
  height: 100%;
}

.box-pc {
  display: flex;
  align-items: end;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.box-h5 {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.logo-pc {
  width: 260px;
  margin-right: 127px;
  margin-top: 25vh;
}

.logo-h5 {
  height: 20vh;
  margin-left: 0px;
  margin-top: 10vh;
}

.centered-pc {
  position: relative;
  width: 314px;
  height: 110px;
  right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.centered-h5 {
  position: absolute;
  width: 314px;
  height: 100px;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  bottom: 15%;
}

.top-left, .top-right {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 156px;
  height: 49px;
}

.top-left {
  left: 0;
  background-image: url('Group46.png');
  background-size: 100% 100%;
}

.top-right {
  right: 0;
  background-image: url('Group47.png');
  background-size: 100% 100%;
}

.bottom-center {
  display: inline-block;
  align-self: center;
  width: 314px;
  height: 44px;
  background-image: url('Group48.png');
  background-size: 100% 100%;
}
