body, html {
  background-color: #F1C946 !important;
}

#app {
  background-color: #F1C946;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: black;
  font-size: 1em;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 428px;
  margin: 0 auto;
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
}

.v-dialog {
  padding-top: 6vw;
  position: relative;
  box-shadow: none !important;
}

.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100% !important;
}
