html,
body {
  touch-action: manipulation;
  background-color: #FF0000 !important;
}



html.noScroll,
body.noScroll {
  overflow-y: hidden !important;
}

#app {
  max-width: 800px;
  background-color: #FFB500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: black;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0 auto;
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);

}

.v-dialog {
  padding-top: 6vw;
  position: relative;
  box-shadow: none !important;
}

.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100% !important;
}


.photoBgA {
  background-color: #ffefae !important;
}

.photoBgB {
  background-color: #e0f2d8 !important;
}

.spaceZero {
  white-space: nowrap;
  word-break: break-all;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}