@charset "utf-8";

/* ---------------------------------
	default reset
--------------------------------- */
	main {
		min-height: 0.001vw;		/* for safari | font-sizeにclamp()使用時必須 */
		line-height: 1.75;
		color: #000;
		/*font-family: var(--site-font_family-basic);*/
		font-size: 1em;
		letter-spacing: .075em;
		background: transparent;
	}
	small, figcaption {
		line-height: inherit;
		color: inherit;
		/*font-family: var(--site-font_family-caption);*/
		font-size: 1.1rem;
		letter-spacing: .06em;
	}
@media screen and (max-width: 736px) {
	main {
		letter-spacing: normal;
	}
	small, figcaption {
		letter-spacing: normal;
	}
}