@charset "utf-8";

@media only screen and (max-width: 767px) {
  body {
    font-size: 7vmin;
  }
  button {
    font-size: x-large;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: xx-large;
  }
  button {
    font-size: xx-large;
  }
}

html {
  width: 92vw;
  position: absolute;
  left: 5vw;
}

body {
  width: 92vw;
  //position: absolute;
  text-align: center;
  margin: 0;
  background: #333;
  color: #fff;

  font-weight: bold;
}

a {
  color: #333;
  background-color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  background: #00c;
}
a:active {
  color: #00c;
}

main {
  left: auto;
  //background-color: pink;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  cursor: pointer;
}

/*
iframe {
position: absolute;
left: 90vw;
display: inline;
width: 1px;
height: 1px;
border: 0;
background: #333;
}
*/

#settei {
  z-index: 2;
  width: 92vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);

  position: absolute;
  top: 50vh;
  left: 46vw;
  transform: translate(-50%, -50%);
  //    -webkit-transform: translate(-50%, -50%);
  //    -ms-transform: translate(-50%, -50%);
}

#kuronabi {
  //display: none;
  z-index: 1;
  width: 80vw;
  position: absolute;
  top: 55vmin;
  left: 46vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #333;
}

#nabi {
  display: none;
}

#sabunabi {
  position: absolute;
  width: 80vw;
  left: 45vw;
  font-size: small;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0);
}

#skkt {
  display: none;
}

#siki {
  display: none;
}

#reall {
  display: none;
}

.masus {
  width: 10vmin;
  height: 10vmin;
  background-color: green;
  float: left;
  border: 0.5vmin solid #333;
  margin: 0.2vmin;
  cursor: pointer;
}

#masu10 {
  clear: both;
}

#masu20 {
  clear: both;
}

#masu30 {
  clear: both;
}

#masu40 {
  clear: both;
}

#masu50 {
  clear: both;
}

#masu60 {
  clear: both;
}

#masu70 {
  clear: both;
}

.gamen {
  z-index: 3;
  height: 86vmin;
  //background-color: orange;
}

.tyousei {
  padding-top: 1vmin;
  //background-color: yellow;
}

.outer {
  //padding-top: 1vmin;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 91.5vmin;
  //55vmin;
  height: 91.5vmin;
  //background: black;
  //transform: rotate( 180deg );
}

.masuinner {
  display: block;
  width: 41vmin;
  margin-left: auto;
  margin-right: auto;
}

#text {
  clear: both;
  color: #fff;
  padding-top: 1min;
  margin: 0;
}

#player1 {
  clear: both;
  margin: 0;
}

#player2 {
  transform: rotate(180deg);
  margin: 0;
}

#modoru {
  color: #fff;
}

#rbotan {
  display: none;
}
