html{
  height: 100%;
}
body {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -60px;
}

main {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  background: black;
  padding: 20px;
  margin: 16px auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  main {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  main {
    height: 300px;
  }
}
.panels {
  border: 4px solid black;
  width: 100%;
  height: 100%;
  /* background: white; */
}
.panel{
  width: 100%;
  height: 33.33%;
}
.panel img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.bonuslamp {
  position: absolute;
}

#biglamp{
  width: 150px;
  height: 100px;
  position: relative;
  top: -300px;
  left: -170px;
}

#reglamp{
  width: 125px;
  height: 100px;
  position: relative;
  top: -200px;
  left: -310px;
}

.setumei {
  width: 100px;
  height: 100px;
  margin: 16px auto;
  display: block;
  justify-content:space-between;
  position: relative;
  top: -620px;
  left: 250px;
}

.setumei img {
  width: 150px;
  height: 150px;
}

.coinHyoji {
  display: none;
/*  width: 50px;
  height: 10px;
  margin: 16px auto;
  justify-content:space-between;
  position: relative;
  top: -380px;
  left: 230px;*/
}

.coinlabel {
  text-align: center;
}

#coinHyojiHt {
  background-color: #fff;
  text-align: center;
  border-color: black;
}

.btns {
  width: 100%;
  max-width: 1000px;
  margin: 16px auto;
  display: flex;
  justify-content:space-between;
  position: relative;
  margin-top: -10px;
}

#chance{
  display: none;
}

#stop1{
  cursor: pointer;
  width: 80px;
  height: 50px;
  background: #f81119;
  box-shadow: 0 7px 0 #d1483e;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  user-select: none;
  position: absolute;
  margin: 0 auto;
  top: 50px;
  left: 13%;
}

#stop1:active {
  margin-top: 10px;
  box-shadow: none;
}

#stop2{
  cursor: pointer;
  width: 80px;
  height: 50px;
  background: #f81119;
  box-shadow: 0 7px 0 #d1483e;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  user-select: none;
  position: absolute;
  margin: 0 auto;
  top: 50px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

#stop2:active {
  margin-top: 10px;
  box-shadow: none;
}

#stop3{
  cursor: pointer;
  width: 80px;
  height: 50px;
  background: #f81119;
  box-shadow: 0 7px 0 #d1483e;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  user-select: none;
  position: absolute;
  margin: 0 auto;
  top: 50px;
  right: 13%;
}

#stop3:active {
  margin-top: 10px;
  box-shadow: none;
}

#spin{
  cursor: pointer;
  width: 70px;
  height: 40px;
  background: #3498db;
  box-shadow: 0 5px 0 #2880b9;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  user-select: none;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}

#spin:active {
  margin-top: 10px;
  box-shadow: none;
}

.lever1 {
  width: 5px;
  height: 10px;
  background: black;
  position: relative;
  top: -430px;
  left: 110px;
  z-index: 10;
}

.lever2 {
  width: 30px;
  height: 10px;
  background: black;
  border-radius: 50px;
  position: relative;
  top: -420px;
  left: 100px;
  z-index: 10;
}

.reelShoto {
  opacity: 0.8;
}
.bingo{
  opacity: 1;
}

.HighAndLowReel {
  opacity: 0.1;
}

.inactive {
  opacity: 1;
}

.stop_inactive {
  opacity: 0.5;
}

.chance_on_inactive {
  opacity: 1;
}

.chance_off_inactive {
  opacity: 0.1;
}

.biglamp_on_inactive {
  opacity: 1;
}

.biglamp_off_inactive {
  opacity: 0.1;
}

.reglamp_on_inactive {
  opacity: 1;
}

.reglamp_off_inactive {
  opacity: 0.1;
}

.big{
  background: yellow;
}

.reg{
  background: red;
}
.btn{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition-duration: .7s;
  pointer-events: none;
  opacity: 0;
}
.btn a{
  width: 100%;
  text-align: center;
  max-width: 400px;
  background: orange;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 25px;
  border-radius: 60px; 
}
.hoge {
  pointer-events: auto;
  transition-duration: .7s;
  background: rgba(0,0,0,0.8);
  opacity: 1;
}