@charset "utf-8";

@media only screen and (min-width: 768px) {
}

body {
  touch-action: manipulation;
  width: 92vw;
  height: 90vh;
  margin: 0;
  background: #306;
  color: #eee;
  line-height: 50px;
  font-weight: bold;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior: none;
  overflow: hidden;
  font-size: max(24px, 7vw);
  text-align: center;
}

div {
  display: inline;
}

button {
  display: inline;
  font-size: max(24px, 7vw);
  font-weight: bold;
  width: 80vw;
}

#gamegamen {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background: black;
  width: 45vh;
  height: 90vh;
  z-index: 0;
}

#asobiset {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  background: transparent;
  display: none;
  padding-top: 1em;
  width: 90vw;
}

#botan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: max(20px, 5vw);
  position: absolute;
  bottom: 0vh;
  right: 5%;
  width: max(75px, 25vw);
  height: max(75px, 25vw);
  background: #ffc;
  border: 1vw solid #ffc;
  border-radius: 50%;
}

#tatti {
  color: #cff;
  position: absolute;
  //bottom: 0vh;
  width: 50px;
  height: 50px;
  background: #cff;
  border-radius: 10%;
  z-index: 5;
}

#jiki {
  position: absolute;
  //bottom: 45px;
  width: 10px;
  height: 15px;
  background: #cff;
  z-index: 5;
}

.tekis {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  background-color: #639;
  background-image: url(teki.png);
  background-size: 100%;
  //background: red;
  position: absolute;
  z-index: 5;
  display: none;
}

#jitama {
  position: absolute;
  width: 16px;
  height: 16px;
  display: none;
  border-radius: 50%;
  background: #ffc;
  z-index: 5;
}

.tekitamas {
  position: absolute;
  width: 16px;
  height: 16px;
  display: none;
  border-radius: 50%;
  background: #ffc;
  z-index: 6;
}

#nabi {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 90vw;
  transform: translate(-50%, -50%);
  text-align: center;
}

#gamesetid {
  display: none;
  font-size: clamp(20px, 7vw, 7vw);
  white-space: nowrap;
  margin: 0;
}

#agein,
#settei {
  display: none;
}

#nabi {
  z-index: 2;
}

label,
#asobibun {
  font-size: clamp(20px, 7vw, 7vw);
}

#asobibun {
  text-align: left;
}
