@charset "utf-8";
/*

**-- COM CSS
*/

/*-- 基本設定 -----------------------------------------------*/

:where(*,
*:before,
*:after) {
	-webkit-print-color-adjust:exact;
	-webkit-text-size-adjust:none;
	font-size:inherit;
	background-repeat:no-repeat;
	background-position:center center;
}
*,
*:before,
*:after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
:where(html, body, div, p, table, iframe, ol, ul, li, img, h1, h2, h3, h4, h5, h6, header, footer) {
	margin:0;
	padding:0;
}
:where(h1, h2, h3, h4, h5, h6) {
	display:block;
	font-size:inherit;
	font-weight:normal;
	font-style:normal;
}

html, body {
	overscroll-behavior:contain;
}