/* ローディング */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(128, 128, 128);
  z-index: 1;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
}
#loader h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
#loader p {
  font-size: 14px;
  text-align: center;
}
#loader img {
  width: 280px;
}
.ui {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  box-sizing: border-box;
}
.ui a {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 100%;
  color: #303030;
  margin: 10px 3px;
  border-radius: 50%;
  position: relative;
}
.ui a#camera-switch {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  bottom: 28px;
}
.ui#snap-ui {
  position: relative;
}
.ui a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui a:active {
  color: #ff0000;
}
#snap {
  max-width: 100%;
  height: auto;
  display: block;
  visibility: hidden;
  max-height: 70dvh;
  margin: 0 auto;
}
.ui a.disabled {
  pointer-events: none;
  color: #cccccc;
}
#snap.visible {
  visibility: visible;
}
.photo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#delete-photo.disabled,
#download-photo.disabled,
#take-photo.disabled,
#camera-switch.disabled {
  display: none;
}
.modal .modal__box .btn-close {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 30px;
}
.modal .modal__box {
  padding-bottom: 10px;
}
@media only screen and (orientation: landscape) {
  .modal .modal__box {
    padding-bottom: 10px;
  }
  #snap {
    max-height: 40dvh;
  }
}

.btn.btn__camera {
  margin: 10px auto;
}

.snap-ui-desc {
  color: #2e2e2e;
  font-size: 16px;
}
.snap-ui-desc em {
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
}
