/*
Theme Name: VSTA Corporate
Theme URI: https://v-sta.com/
Author: 株式会社VSTA
Description: 株式会社VSTAのコーポレートサイト専用テーマ。軽量設計、SEO基盤、カスタム投稿、問い合わせ導線を内包します。
Version: 1.0.6
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: vsta-corporate
*/

:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff; clip: auto !important; clip-path: none; color: #222;
  display: block; font-size: 14px; height: auto; left: 8px; padding: 12px 16px;
  top: 8px; width: auto; z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
