/* base */
* {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: #121212;
}
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  line-height: 1.6;
}

/* maintenance */
.maintenance_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
}
.maintenance_inner {
  width: 100%;
  max-width: 1100px;
}
.maintenance_block {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.maintenance_logo {
  display: flex;
  margin-bottom: 3em;
  justify-content: center;
}
.maintenance_logo a {
  position: relative;
  display: flex;
  width: 200px;
  height: auto;
  z-index: 20;
  justify-content: center;
}
.maintenance_logo a svg {
  max-width: 200px;
  width: 100%;
  max-height: 50px;
  height: 100%;
}
.maintenance_title {
  font-size: min(2.2em, 5.5vw);
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: .05em;
  padding-bottom: 1em;
}
.maintenance_time {
  font-size: min(1.7em, 4.5vw);
  padding-bottom: 1.5em;
  letter-spacing: .1em;
  text-indent: .05em;
  color: #d80c24;
}
.maintenance_text {
  font-size: min(.95em, 3.5vw);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 3em;
}