
#panel{
   touch-action: none;
     position: fixed; 
}


.fullscr{
    width: 70px;
    height: 30px;
     line-height: 20px;
    background-color:beige;
    font-size: 14px;
 border: 2px solid black;
  border-radius: 5px;
  user-select: none;
 opacity: 0.5;
  text-align: center;
}

#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;   /* 画面いっぱい */
  z-index: -1;         /* 一番背面 */
}

.colbar{
 overflow: hidden;
  width: 100vw;
  z-index: 10;


}

.bars{
  width: 100%;
  height: 20px;
 
}

.inf{
 
  font-size: 10px;
  opacity: 1;
}
.pol{width: 150px;}

#policyOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 2000;

  display: flex;
  align-items: center;
  justify-content: center;
}

#policyBox {
  background: #111;
  color: #eee;
  max-width: 800px;
  max-height: 80vh;
  padding: 20px 30px;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

#policyBox h2 {
  text-align: center;
  margin-top: 0;
}

#policyBox h3 {
  margin-top: 20px;
}

#policyClose {
  position: absolute;
  top: 10px;
  width: 150px;
  right: 15px;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
