@charset "utf-8";

/*
Theme Name: KIRC
Theme URI: 
Description: 
Version: 20250620
Author: MS
Author URI: http://tomocre.com/
*/

/*-------------------------------------
　　外部CSS
-------------------------------------*/
@import "styles/common.css";
@import "styles/main.css";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}
/*-------------------------------------
　　アンカーリンク位置調整
-------------------------------------*/
:root{
	scroll-padding: 260px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 824px) {
	:root{
		scroll-padding: 200px;
		scroll-behavior: smooth;
	}
}
