@charset "utf-8";

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
               "Yu Gothic", Meiryo, sans-serif;
  background: #ffffff;
  color: #333333;
}

.maintenance-wrap {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.maintenance-box {
  width: 100%;
  max-width: 680px;
  text-align: center;
}

.maintenance-logo {
  display: block;
  margin: 0 auto 32px;
  max-width: 147px;
  width: 80%;
  height: auto;
}

.maintenance-title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.maintenance-text {
  margin: 0 auto;
  max-width: 34em;
  font-size: 16px;
  line-height: 2;
}

.maintenance-note {
  margin-top: 24px;
  font-size: 14px;
  color: #666666;
}

@media (max-width: 767px) {
  .maintenance-title {
    font-size: 26px;
  }

  .maintenance-text {
    font-size: 15px;
    line-height: 1.9;
  }
}
