@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*
Theme Name: MGM_tozaki_2026
Theme URI: http://mgm-design.jp/
Description: 戸崎建設様仕様テーマです。
Version: 1.0
Author: MGM
Author URI: https://mgm-design.jp/
Tags: simple

	 https://mgm-design.jp/

	This theme was designed and built by MGM,
	whose blog you will find at http://mgm-design.jp/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html,
body {
	overflow-x: hidden;
}
html {
	font-size: 62.5% !important;
}
body {
	font-size: 1.4rem !important;
	font-weight: 500 !important;
	line-height: 1;
	letter-spacing: 0;
	color: black;
}
body.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100vw;
}
/* FONT IMPORT */
.f-eng {
	font-family: "Manrope", sans-serif;
	letter-spacing: 0;
	font-weight: 500;
}
.f-main {
	font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
	color: #464646;
}
.f-main2 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: normal;
}
.f-nospace {
	font-feature-settings: "palt" 1;
}
/* LOADING  */
.l-loading-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fafafa;
	opacity: 1;
	z-index: 2000;
}
.l-loading {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.l-loading-logo {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 600px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition-delay: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: 1s;
}
.l-loading.show .l-loading-logo {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
}
