html {
  height: 100%;
}

#site-wrapper {
  height: 100%;
}

main.home {
  height: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* l-close
-----------------------*/
#l-close {
  display: flex;
  width: 100%;
  height: 100%;
}

#l-close .l-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #l-close .l-inner {
    width: 90%;
    text-align: center;
  }
}
#l-close .l-inner h2 {
  padding: 20px 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #l-close .l-inner h2 {
    padding: 4vw 0;
    font-size: 20px;
  }
}
#l-close .l-inner p {
  margin-top: 40px;
  font-size: var(--fontSize24);
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #l-close .l-inner p {
    font-size: var(--fontSize22);
    margin-top: 5.3333333333vw;
  }
}
#l-close .l-inner p a {
  color: var(--colorSmalt);
  text-decoration: underline;
}

#l-close .l-inner p a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=close.css.map */
