.uni01-liquid-slider1-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 800px;
  overflow: hidden;
}

.uni01-liquid-slider1-wrapper .uni01-ls1-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.uni01-ls1-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.uni01-ls1-slide-number,
.uni01-ls1-slide-total {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3;
}

.uni01-ls1-slide-number {
  left: 1.5rem;
}

.uni01-ls1-slide-total {
  right: 1.5rem;
}

.uni01-ls1-nav {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  gap: 0.75rem;
  z-index: 3;
}

.uni01-ls1-nav-btn,
.uni01-ls1-nav-btn.btn,
button.uni01-ls1-nav-btn {
  flex: 1;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-shadow: none !important;
}


.uni01-ls1-nav-progress {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.uni01-ls1-nav-progress-fill {
  width: 0;
  height: 100%;
  background: #fff;
}

.uni01-ls1-nav-btn.active {
  color: #fff;
}

@media (max-width: 767px) {
  .uni01-liquid-slider1-wrapper {
    height: 60vh;
  }

  .uni01-ls1-slide-number,
  .uni01-ls1-slide-total {
    font-size: 10px;
  }

  .uni01-ls1-nav-btn {
    padding: 0.4rem 0;
  }
}


/* フォールバック画像表示 */
.uni01-ls1-fallback,
.uni01-ls1-fallback-message {
  text-align: center;
}

/* WebGL準備完了後はフォールバックを非表示 */
.uni01-liquid-slider1-wrapper.uni01-ls1-ready .uni01-ls1-fallback,
.uni01-liquid-slider1-wrapper.uni01-ls1-ready .uni01-ls1-fallback-message {
  display: none;
}


button.uni-01-ls1-nav.btn,
button.uni-01-ls1-nav.btn::before,
button.uni-01-ls1-nav.btn::after {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}


/* あらゆる ls1-nav-btn ボタンの枠線・アウトラインを完全除去 */
button[class*="ls1-nav-btn"],
button[class*="ls1-nav-btn"].active,
button.uni-ls1-nav-btn,
button.uni-ls1-nav-btn.active {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}


/* 追加: フォーカス時の破線アウトラインも完全除去 */
button[class*="ls1-nav-btn"]:focus,
button[class*="ls1-nav-btn"]:focus-visible,
button[class*="ls1-nav-btn"]:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* ナビの進捗バーだけを非表示（ボタンは残す） */
.uni01-ls1-nav-progress,
.uni01-ls1-nav-progress-fill {
    display: none !important;
}
