.translate__box {
  display: flex;
  color: #fff;
  position: absolute;
  font-size: 20px;
  gap: 15px;
  font-weight: 700;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 15px;
  right: 0;
}
.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
