@charset "UTF-8";

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;600;700;900&display=swap');

.fw200 {font-weight:200;}	/* extra light */
.fw300 {font-weight:300;}	/* light */
.fw400 {font-weight:400;}	/* Regular */
.fw600 {font-weight:600;}	/* Semi-bold */
.fw700 {font-weight:700;}	/* bold */
.fw900 {font-weight:900;}	/* black */

/* color */

:root {
	--color-main:	#FEF263;
	--color-sub:	#D9A62E;
}

/* structure */
html, body
{
	font-size: 100%;
	line-height: 170%;
}

body,table
{
	font-family: 'Noto Serif JP', serif;
}


footer
{
	background-color: var(--color-sub);
}

/* tategaki */

.tategaki
{
	writing-mode: vertical-rl;
	display: inline-block;"
}