@charset "utf-8";


.main-v-wrap{
    position: relative; /* ★基準 */
    width: 100%;
}

.stalker {
  position: absolute;
  width: 40%;
  bottom: -40%;
  right: -5%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* マウスイベントを邪魔しない */
    transition: transform 0.3s ease-out;
    z-index: 25;
}

.stalker2 {
  position: absolute;
  width: 40%;
  bottom: -40%;
  right: -5%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* マウスイベントを邪魔しない */
    transition: transform 0.3s ease-out;
    z-index: 25;
}
/* z-index効かせつつ背景調整するため↓ */
.table{
  position: absolute;
  z-index: 30;
}



.main-v-wrap-tab{
    position: relative; /* ★基準 */
    width: 100%;
}

.stalker-tab {
  position: absolute;
  width: 130%;
  bottom: -70%;
  left:40%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* マウスイベントを邪魔しない */
    transition: transform 0.3s ease-out;
    
}

.stalker2-tab {
  position: absolute;
  width: 130%;
  bottom: -68%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; /* マウスイベントを邪魔しない */
    transition: transform 0.3s ease-out;

}






