@charset "UTF-8";

.TWHotSpot_Class:hover {
  opacity: 0.7 !important;
}

#TWP_rightTarget {
  display: none;
}

#scenePlayDom {
  cursor: grab;
}

#scenePlayDom:active {
  cursor: grabbing;
}

[name="SceneViewer"] {
  background: #222 !important;
}

[name="SceneViewer"] * {
  color: #222 !important;
  box-shadow: 0 !important;
}

/*#TWP_rightTarget {
  display: none;
}*/



/*
 Tourweaver style overwrite
------------------------------------ */
[name^="Move"] {
  margin-top: 0;
  animation: moveIcon 0.8s infinite alternate ease-in-out;
  -webkit-animation: moveIcon 0.8s infinite alternate ease-in-out;
  -moz-animation: moveIcon 0.8s infinite alternate ease-in-out;
}

@keyframes moveIcon {
  0%   {margin-top: 0;}
  100% {margin-top: -10px;}
}
@-webkit-keyframes moveIcon {
  0%   {margin-top: 0;}
  100% {margin-top: -10px;}
}
@-moz-keyframes moveIcon {
  0%   {margin-top: 0;}
  100% {margin-top: -10px;}
}

/* トヨコレ2021時に設置した不要なクリックポイントの非表示 */
[name^="Talk"] {
  display: none !important;
}