/*
Theme Name: Grand Core
Theme URI: https://grandcore.co.jp
Author: Grand Core
Author URI: https://grandcore.co.jp
Description: 株式会社Grand Coreのコーポレートサイト用WordPressテーマ。オフィスの未来を、ともに考えるパートナーとしての企業サイト。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grandcore
Tags: corporate, business, modern, responsive, custom-menu, featured-images, translation-ready

このテーマは、株式会社Grand Coreのコーポレートサイト用に作成されました。
*/

/* 読み込み完了までbodyを非表示 */
body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
body.loaded {
  opacity: 1;
  visibility: visible;
}
