@charset "UTF-8";

/* --------------------------------------------
FONTS
--------------------------------------------- */
@font-face{
	font-family : "Noto Sans JP";
	font-weight : 1 999;
	font-display : swap;
}
:root{
	--fontFamily : "Noto Sans JP" , sans-serif;
}
@font-face{
	font-family : "Noto Serif JP";
	font-weight : 1 999;
	font-display : swap;
}
.Serif{
	font-family : "Noto Serif JP" , serif;
}
@font-face{
	font-family : Poppins;
	font-weight : 400;
	font-display : swap;
}
.poppins{
	font-family : Poppins , sans-serif;
}

/* --------------------------------------------
COLOR SETTINGS
--------------------------------------------- */
@property --base{
	syntax : "<color>";
	inherits : false;
	initial-value : #333;
}
@property --color01{
	syntax : "<color>";
	inherits : false;
	initial-value : #f19db5;
}
@property --color0102{
	syntax : "<color>";
	inherits : false;
	initial-value : #d66484;
}
@property --color0103{
	syntax : "<color>";
	inherits : false;
	initial-value : #faedf4;
}
@property --bgBase{
	syntax : "<color>";
	inherits : false;
	initial-value : #fbf7f9;
}
@property --categoryColor01{
	syntax : "<color>";
	inherits : false;
	initial-value : #004a98;
}
@property --categoryColor02{
	syntax : "<color>";
	inherits : false;
	initial-value : #42a894;
}
@property --categoryColor03{
	syntax : "<color>";
	inherits : false;
	initial-value : #04c4d9;
}
@property --categoryColor04{
	syntax : "<color>";
	inherits : false;
	initial-value : #ffa5af;
}
@property --categoryColor05{
	syntax : "<color>";
	inherits : false;
	initial-value : #6fcd67;
}
@property --categoryColor06{
	syntax : "<color>";
	inherits : false;
	initial-value : #b9959f;
}
@property --filterBase{
	syntax : "*";
	inherits : false;
	initial-value : invert( 21% ) sepia( 0% ) saturate( 1987% ) hue-rotate( 163deg ) brightness( 79% ) contrast( 91% );
}
@property --filterWhite{
	syntax : "*";
	inherits : false;
	initial-value : invert( 100% ) sepia( 100% ) saturate( 2% ) hue-rotate( 58deg ) brightness( 108% ) contrast( 101% );
}
@property --filterColor01{
	syntax : "*";
	inherits : false;
	initial-value : invert( 65% ) sepia( 38% ) saturate( 386% ) hue-rotate( 293deg ) brightness( 103% ) contrast( 89% );
}
@property --filterColor0102{
	syntax : "*";
	inherits : false;
	initial-value : invert( 65% ) sepia( 14% ) saturate( 5458% ) hue-rotate( 303deg ) brightness( 87% ) contrast( 91% );
}

/* --------------------------------------------
UNIT SETTINGS
--------------------------------------------- */
@media screen and ( width <= 750px ){
	@property --breakPoint{
		syntax : "<number>";
		inherits : false;
		initial-value : 400;
	}
	@property --wrapperSize{
		syntax : "<number>";
		inherits : false;
		initial-value : 368;
	}
	@property --gutter{
		syntax : "<number>";
		inherits : false;
		initial-value : 16;
	}
}
@media screen and ( width > 750px ) , print{
	@property --breakPoint{
		syntax : "<number>";
		inherits : false;
		initial-value : 1960;
	}
	@property --wrapperSize{
		syntax : "<number>";
		inherits : false;
		initial-value : 1880;
	}
	@property --gutter{
		syntax : "<number>";
		inherits : false;
		initial-value : 40;
	}
}
@property --remBase{
	syntax : "*";
	inherits : false;
	initial-value : * .1rem;
}
:root{
	--percentBase : * 100% / var( --wrapperSize );
	--viewportBase : * 100% / var( --breakPoint );
}

/* --------------------------------------------
TRANSITION
--------------------------------------------- */
@property --transitionBase{
	syntax : "*";
	inherits : false;
	initial-value : .3s ease-in;
}

/* --------------------------------------------
REGULATE
--------------------------------------------- */
*{
	padding : 0;
	margin : 0;
	word-break : break-all;
}
* ,
::before ,
::after{
	box-sizing : border-box;
}
*:not(fieldset, progress, meter){
	background-repeat : no-repeat;
	background-origin : border-box;
	border-style : solid;
	border-width : 0;
}
:where( html ){
	--csstools-color-scheme--light : initial;
	block-size : 100%;
	-webkit-text-size-adjust : none;
	color-scheme : dark light;
	tab-size : 2;
}
@media ( prefers-color-scheme : dark ){
	:where( html ){
		--csstools-color-scheme--light :   ;
	}
}
:where( html:has( dialog[open] ) ){
	overflow : clip;
}
@media ( prefers-reduced-motion : no-preference ){
	html{
		scroll-behavior : smooth;
	}
}
:where( body ){
	overflow-x : clip;
	overflow-y : auto;
	font-family : var( --fontFamily );
	font-weight : 400;
	line-height : 1;

	/* font-feature-settings: "palt" on; */
	color : var( --base );
	overflow-wrap : anywhere;
	text-rendering : optimizeSpeed;
	min-block-size : 100%;
	line-break : strict;
}
:where( svg, video, canvas, audio, iframe, embed, object ){
	display : block;
}
:where( img, svg, video ){
	max-width : inherit;
	font-size : 0;
	vertical-align : top;
	inline-size : auto;
}
:where( img ){
	image-rendering : -webkit-optimize-contrast;
}
:where( svg ){
	fill : currentColor;
	stroke : none;
}
:where( svg:not( [fill] ) ){
	fill : none;
	stroke : currentColor;
	stroke-linecap : round;
	stroke-linejoin : round;
}
:where( svg:not( [width] ) ){
	inline-size : 5rem;
}
:where( input, button, textarea, select , input[type="file"]::-webkit-file-upload-button ){
	font : inherit;
	font-size : inherit;
	color : inherit;
	letter-spacing : inherit;
	outline : none;
}
:where( p, h1, h2, h3, h4, h5, h6 ){
	overflow-wrap : break-word;
}
:where( p, h1, h2, h3, h4, h5, h6 , a ):has( > img:only-child ){
	font-size : 0;
	line-height : 1;
}
:where( ul, ol ){
	list-style : none;
}
:where( a ){
	color : var( --body );
	-webkit-text-decoration : none;
	text-decoration : none;
	text-underline-offset : calc( ( 1lh - 1em ) / 2 );
	touch-action : manipulation;
	cursor : pointer;
	text-decoration-skip-ink : auto;
}
:where( button , [type="button"] , [type="reset"] , [type="submit"] ){
	touch-action : manipulation;
}
:where( button ){
	background-color : transparent;
}
:where( button, input, label[for], select, summary, textarea, [tabindex]:not( [tabindex*="-"] ) ){
	touch-action : manipulation;
	cursor : pointer;
}
:where( :disabled ){
	cursor : not-allowed;
}
:where( label:has( > input:disabled ), label:has( + input:disabled ) ){
	cursor : not-allowed;
}
:where( button, button[type], input[type="button"], input[type="submit"], input[type="reset"],input[type="file"]::-webkit-file-upload-button,input[type="file"]::file-selector-button ){
	-webkit-tap-highlight-color : transparent;
	-webkit-touch-callout : none;
	user-select : none;
}
:where( table ){
	border-collapse : collapse;
}
:where( picture ){
	display : block;
}
:where( em ){
	font-style : normal;
}
:where( dialog , [popover] ){
	inset : unset;
	max-width : unset;
	max-width : 100%;
	max-height : unset;
	max-height : 100%;
	color : inherit;
	background : none;
	border : none;
}
:where( dialog:not( [open] ), [popover]:not( :popover-open ) ){
	display : none;
}

/* --------------------------------------------
PRINT
--------------------------------------------- */
body{
	width : 100%;
	overflow-x : hidden;
}
@page{
	margin : .5cm;
	margin-top : .4cm;
	size : a4 portrait;
}
.no-print{
	display : none;
}