body {
  align-items: center;
  background-color: black;
  display: flex;
  font-family: "Platypi-Bold";
  height: 100vh !important;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100vw !important;
}

@font-face {
  font-family: "Platypi-Bold";
  src: url("./Platypi-Bold.ttf") format("truetype");
}

#camera {
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

#close_btn {
  height: auto;
  margin-top: 1%;
  width: 30vw;
}

#date_label_year,
#date_label_month,
#date_label_date {
  color: #ffffff;
  font-family: "Platypi-Bold";
  font-size: 7vw;
  font-style: bold;
}

#howto_alignment{
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 901
}

#howto_bg_verti_horiz{
  height: 100vh;
  left: 0vw;
  position: absolute;
  top: 0vh;
  width: 100vw;
}

#howto_btn{
  position: absolute;
  right: 5vw;
  top: 2vh;
  width: 14vw;
  z-index: 5;
}

#howto_close{
  margin-top: 1%;
  width: 30vw;
}

#howto_modal{
  align-items: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0vw;
  position: absolute;
  top: 0vh;
  width: 100vw;
  z-index: 900;
}

#howto_verti_horiz{
  height: auto;
  width: 90vw;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
}

#label-wrapper {
  color: white;
  font-family: "Platypi-Bold";
  left: 3vw;
  line-height: 1.1;
  position: absolute;
  pointer-events: none;
  text-align: center;
  text-shadow:
    -1px -1px 0 rgb(170, 170, 170),
    1px -1px 0 rgb(170, 170, 170),
    -1px 1px 0 rgb(170, 170, 170),
    1px 1px 0 rgb(170, 170, 170);
  top: 3vh;
  width: auto;
  z-index: 10;
}

#language_alignment {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30%;
  position: absolute;
  width: 75vw;
  z-index: 12;
}

#language_bg_verti_horiz {
  height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 11;
}

#language_btn_eng {
  height: auto;
  width: 35vw;
}

#language_btn_foundation {
  height: auto;
  width: 90vw;
  z-index: 11;
}

#language_btn_ja {
  height: auto;
  width: 35vw;
}

#language_modal{
  align-items: center;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0vw;
  position: absolute;
  top: 0vh;
  width: 100vw;
}

#museum_name {
  width: 52vw;
}

#photo {
  border: 5px solid #ffffff;
  border-radius: 5px;
}

#photo_alignment{
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

#photograph_button,
#photograph_button_dummy {
  bottom: 3vh;
  position: absolute;
  pointer-events: auto;
  right: 5vw;
  width: 14vw;
  z-index: 10;
}

#picture_header,
#picture_footer {
  height: auto;
  position: absolute;
  width: 100vw;
  z-index: 2;
}

#picture_header {
  left: 0vw;
  top: 0vh;
}

#picture_footer {
  bottom: 0vh;
  left: 0vw;
}

#save {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0vw;
  position: absolute;
  top: -5vh;
  width: 100vw;
  z-index: 19;
}

#savephoto_bg_verti_horiz {
  height: 100vh;
  left: 0vw;
  position: absolute;
  top: 5vh;
  width: 100vw;
}

#savephoto_frame_verti_horiz {
  height: auto;
  margin-top: 2%;
  width: 50vw;
}

#target {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

#target img.draggable-img {
  height: auto;
  position: absolute;
  pointer-events: auto;
  top: 45vh;
  touch-action: none;
  width: 25vw;
  z-index: 3;
}

#Chibanosuke {
  left: 10vw;
}

#Kisago {
  left: 40vw;
}

#Nomao {
  right: 10vw;
}

.text-slash {
  vertical-align: -0.7vh;
  width: 4vw;
}

#top_btn{
  bottom: 3vh;
  left: 5vw;
  position: absolute;
  width: 14vw;
  z-index: 5;
}

@media (orientation: landscape) {
  #close_btn {
    bottom: 16vh;
    margin-top: 0%;
    position: absolute;
    right: 2vh;
    width: 12vw;
  }

  #date_label_year,
  #date_label_month,
  #date_label_date {
    font-size: 3.55vw;
  }

  #howto_alignment{
    align-items: center;
    display: block;
  }

  #howto_bg_verti_horiz{
    top: 5vh;
  }

  #howto_btn{
    width: 7vw;
  }

  #howto_close{
    bottom: 20vh;
    margin-top: 0;
    position: absolute;
    right: 1vw;
    width: 17vw;
  }

  #howto_modal{
    top: -5vh;
  }

  #howto_verti_horiz{
    height: 60vh;
    width: auto;
  }

  #Kisago {
    left: 47vw;
  }

  #language_alignment{
    margin-top: 17%;
    width: 42vw;
  }

  #language_bg_verti_horiz {
    top: 7vh;
  }

  #language_btn_foundation{
    height: auto;
    width: 50vw;
  }

  #language_btn_eng{
    height: auto;
    width: 20vw;
  }

  #language_btn_ja{
    height: auto;
    width: 20vw;
  }

  #language_modal{
    top: -7vh;
  }

  #museum_name {
    width: 27vw;
  }

  #photograph_button,
  #photograph_button_dummy {
    width: 7vw;
  }

  #save {
    top: -7vh;
  }

  #savephoto_bg_verti_horiz {
    top: 7vh;
  }

  #savephoto_frame_verti_horiz {
    margin-top: 1%;
    width: 40vw;
  }

  #target img.draggable-img {
    top: 30vh;
    width: 10vw;
  }

  .text-slash {
    width: 2vw;
    vertical-align: -0.8vh;
  }

  #top_btn{
    width: 7vw;
  }

  .android #howto_modal{
    top: -11vh;
  }

  .android #howto_verti{
    width: 55vw;
  }

  .android #language_alignment {
    margin-top: 14%;
    width: 33vw;
  }

  .android #language_btn_eng{
    height: auto;
    width: 16vw;
  }

  .android #language_btn_foundation{
    height: auto;
    width: 40vw;
  }

  .android #language_btn_ja{
    height: auto;
    width: 16vw;
  }

  .android #language_modal{
    top: -10vh;
  }

  .android #savephoto_frame_verti_horiz {
    bottom: 1vh;
  }
}