/*
Theme Name:X-T9 Custom
Theme URI:
Description:WordPressテーマ「X-T9」の自作子テーマです。
Template:x-t9
Author:AtsushiYokokawa
Author URI:https://www.aitem.biz
Version:1.0.0
*/
h1 {
	font-size: xx-large;
}

.wp-block-heading {
	font-size: xx-large;
}

*[class*=scrolled-header-fixed] {
	position:fixed;
	z-index:9999;
	width:100vw;
	transition:all 0.5s ease-out;
	top:-240px
}