/* ◆◆◆ sanitize ◆◆◆ */
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  position: relative;
  background-image: linear-gradient(-225deg, #044b92 10%, #021a33 80%),
    url(../images/fuji.png);
}

@font-face {
  font-family: "Myclock";
  src: url("../font/DSEG7ModernMini-Bold.woff2") format("woff2");
  src: url("../font/DSEG7ModernMini-Bold.woff") format("woff"),
    url("../font/DSEG7ModernMini-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#wrapper {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
}

#bg {
  background-image: url(../images/fuji.png);
  width: 100%;
  height: 100vh;
  position: absolute;
  /* top: -380px; */
  z-index: 1;
  opacity: 0.1;
  background-size: cover;
  bottom: -50vh;
}

body {
  /* 全体背景*/
  margin: 0;
  background-color: #cecece;
  background-image: linear-gradient(-225deg, #044b92 10%, #021a33 80%),
    url(img/home.jpg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
main {
  display: block;
  float: left;
  width: 100%;
}
#time {
  text-align: -webkit-right;
  background-color: #99abbdc7;
  margin-left: 2.5rem;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  display: block;
  width: 222px;
  line-height: 1.6;
  font-family: Myclock;
  text-shadow: -4px 2px 3px #324454;
  padding: 3px 10px 2px 0;
  border-radius: 5px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 4px black;
}
header {
  width: 100%;
  height: max-content;
  float: left;
}

header div img {
  background-color: #fff;
}
.logo-wrap {
  margin: 0 auto;
  font-size: 1.2rem;
  object-fit: contain;
  text-align: center;
  padding: 0;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 255px;
}
.logo-typ {
  width: 190px;
  text-align: left;
  font-size: 1.7rem;
  padding-left: 1rem;
  max-height: 70px;
}
b {
  width: auto;
  float: left;
  font-size: 1rem;
}

.table-wrapper {
  width: 55vw;
  height: auto;
  margin: 5px auto;
  padding: 20px;
  border-radius: 0px;
  border: solid 1px #01778e;
  background-color: #001e2370;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0px 0px 16px -6px black;
}
#container {
  display: block;
  float: left;
  width: 100%;
}
#login-form {
  color: #fff;
}
h1 {
  font-size: 1.4rem;
  padding: 1rem 5.5rem;
  /* border-bottom: dotted 1px #ffffff; */
  width: fit-content;
  display: block;
  color: #fff;
  font-weight: 900;
  margin: 0 auto;
}
form {
  width: 94%;
  margin: 0 auto;
}
.lgin {
  position: initial;
  transition: 0.4s;
  background-color: #ffffff00;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 1.1rem;
  display: flex;
  margin-top: 0;
  margin: 0 auto;
  justify-content: space-between;
  width: 75%;
}
label {
  font-weight: 700;
  color: #f0fcff;
  text-shadow: 1px 1px 1px #01272d;
  display: block;
  line-height: 2.5;
  margin-bottom: 0;
  text-align: left;
  padding-right: 2rem;
}
input {
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.4s;
  padding: 0.6rem;
  width: 19rem;
  box-shadow: 2px 2px 10px -2px #031b1f;
}
#login,
#login-form > form > div:nth-child(4) {
  position: initial;
  transition: 0.4s;
  background-color: #ffffff00;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 1.1rem;
  display: flex;
  margin-top: 0;
  margin: 0 auto;
}
input[type="submit"],
#signUp,
#login,
#login-form > form > div:nth-child(4) input {
  margin: 0 auto;
  position: initial;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #01778e;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 9px 1em;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px #01778e;
  transition: 0.4s;
  width: 8rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 9px;
  box-shadow: 0px 3px 15px -5px #03191d;
  transition: 0.4s;
}
input[type="submit"],
#signUp,
#login:hover,
#login-form > form > div:nth-child(4) input:hover {
  background: #ffffff;
  color: #3394a7;
}
footer {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35vh;
  font-weight: 900;
  color: #fff;
}
p {
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

@media (max-width: 768px) {
  .cell {
    width: 100%;
    display: block;
  }
}
