body {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, textarea, select {
  -webkit-appearance: none;
}

.sp {
  display: none;
}

h1 {
  font-size: 18px;
}

.wrap {
  position: relative;
}

.inner {
  padding: 20px;
  margin: 0 auto;
}

.header {
  -webkit-box-shadow: 0 0 3px  #cfcfcf;
          box-shadow: 0 0 3px  #cfcfcf;
  width: 100%;
}

.header p {
  margin: 0 0;
  padding: 0 0;
}

.footer {
  -webkit-box-shadow: 0 0 3px  #cfcfcf;
          box-shadow: 0 0 3px  #cfcfcf;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer p {
  text-align: center;
  font-size: 16px;
  margin: 0 0;
  padding: 0 0;
}

.first .wrap {
  overflow: hidden;
}

.main {
  position: relative;
}

.main .startBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  height: 460px;
  width: 200px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main .startBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5585ff;
  color: #fff;
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  border-radius: 200px;
}

.main .startBtn a:hover {
  opacity: 0.8;
}

.main .startBtn .guide {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 0;
  padding: 0 0;
}

.main .startBtn .qrcode {
  width: 80%;
  margin: 0 0 10px;
}

.main .startBtn .qrcode img {
  width: 100%;
}

.main .msgbar {
  position: absolute;
  background: #ffefef;
  color: #d53939;
  padding: 5px 10px;
  width: 100%;
  margin: 0 0;
  z-index: 100;
}

.main .alert {
  margin-bottom: 15px;
  padding: 10px;
}

.main .alert.alert-danger {
  color: #d53939;
  background: #fcefef;
}

.main .formarea {
  position: relative;
  z-index: 100;
  background: #ebebeb;
  padding: 10px;
  font-size: 12px;
  display: none;
}

@media screen and (min-width: 768px) {
  .main .formarea {
    position: absolute;
    top: 100px;
    right: 50px;
  }
}

.main .formarea img {
  max-height: 200px;
  width: auto;
  opacity: 0.5;
}

.main .camera_display {
  position: relative;
}

.main .camera_display:after {
  content: "";
  height: 100vh;
  width: 100vw;
  display: block;
  z-index: 20;
  position: relative;
}

.main .camera_display > img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: auto;
  max-width: 100%;
  z-index: 5;
}

.main .camera_display #camera {
  position: absolute;
  max-width: unset;
  height: 100vh;
  z-index: 2;
  left: -100%;
  right: -100%;
  margin: auto;
  -webkit-transform: scale(-1.1, 1.1);
          transform: scale(-1.1, 1.1);
}

.main .camera_display #picture {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.main #shutter {
  position: fixed;
  z-index: 25;
  font-size: 26px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #5585ff;
  color: #fff;
  opacity: 0.8;
  left: 0;
  right: 0;
  margin: 0 auto;
  white-space: nowrap;
}

.main #shutter i {
  font-size: 50px;
}

.main #progres_layer {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  /* display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main #progres_layer img {
  width: 50px;
  height: auto;
}

.main .time {
  text-align: center;
  background: #eee;
  padding: 30px 20px;
}

.main .time strong {
  font-size: 180px;
  font-family: 'Chonburi', sans-serif;
  line-height: 0.8;
  margin-top: 20px;
}

.main .time .date {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 0px;
  margin: 0 0 40px;
}

.main .userinfo {
  display: none;
  padding: 20px;
  background: #ffe8e8;
  position: fixed;
  top: 10px;
  left: 10px;
  opacity: 0.3;
}

.main .userinfo ul li {
  font-size: 20px;
}

.main .username {
  padding: 0px;
  text-align: center;
}

.main .username h1 {
  font-size: 50px;
}

.main .username h1 strong {
  font-size: 80px;
}

.main .username .attention {
  text-decoration: underline;
  color: #d53939;
  font-weight: bold;
  font-size: 24px;
}

.main .select_param {
  text-align: center;
  margin-top: 30px;
}

.main .select_param select {
  font-size: 16px;
  background: #ccc;
  padding: 20px;
}

.main .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: 30px auto 0;
}

.main .btns input[type="submit"] {
  -webkit-box-shadow: 0px 15px 0px 0px #959595;
          box-shadow: 0px 15px 0px 0px #959595;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 3px;
  font-size: 80px;
  color: #fff;
}

.main .btns input[type="submit"]:disabled {
  background: #ddd;
}

.main .btns input[type="submit"]:disabled.on {
  top: 0px;
  -webkit-box-shadow: 0px 15px 0px 0px #959595;
          box-shadow: 0px 15px 0px 0px #959595;
}

.main .btns .btn_start {
  background: #48aefa;
}

.main .btns .btn_end {
  background: #ff7a7a;
}

.main .btns .btn {
  position: relative;
  top: 0;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.main .btns .btn.on {
  top: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #959595;
          box-shadow: 0px 0px 0px 0px #959595;
}

@media (max-width: 660px) {
  .main .username h1 {
    font-size: 30px;
    margin: 5px auto;
  }
  .main .username h1 strong {
    font-size: 40px;
  }
  .main .username .attention {
    padding: 0 30px;
    font-size: 20px;
  }
  .main .time .date {
    margin: 0 0 20px;
    font-size: 36px;
  }
  .main .time strong {
    font-size: 120px;
  }
  .main .desc_select {
    padding: 0 20px;
  }
  .main .select_param {
    margin-top: 20px;
  }
  .main .select_param select {
    padding: 10px 20px;
  }
  .main .btns input[type="submit"] {
    font-size: 50px;
  }
}

@media (max-width: 420px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .main .camera_display {
    position: relative;
  }
  .main .camera_display > img {
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .main #shutter {
    bottom: 10px;
  }
  .main .username h1 {
    font-size: 30px;
    margin: 5px auto;
  }
  .main .username h1 strong {
    font-size: 40px;
  }
  .main .username .attention {
    font-size: 16px;
    width: 280px;
    margin: 0 auto 25px;
  }
  .main .time {
    padding: 20px 20px;
  }
  .main .time .date {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .main .time strong {
    font-size: 80px;
  }
  .main .desc_select {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 20px;
    padding: 0 10px;
  }
  .main .select_param {
    margin-top: 20px;
  }
  .main .select_param select {
    padding: 10px 20px;
  }
  .main .btns input[type="submit"] {
    font-size: 40px;
    padding: 10px 40px;
  }
}
/*# sourceMappingURL=app.css.map */