html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: url(/img/special/sustainability/bg.jpg) center/cover no-repeat fixed;
  font-family: "Noto Sans JP", sans-serif;
}

#main {
  background: none;
}

.content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100svh;
  padding: 40px;
  margin: 0;
  width: 100%;
}

.comingsoonArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 700px;
  height: 700px;
  padding: 24px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}
.comingsoonArea img {
  display: block;
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 0 auto 40px;
}
.comingsoonArea p {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 20px;
  }
  .comingsoonArea {
    height: auto;
    aspect-ratio: 1/1;
  }
  .comingsoonArea p {
    font-size: 20px;
  }
}