@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

#app {
	font-family: "Noto Sans JP" !important;
	line-height: 1.4;
}

#app div,
#app span,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6,
#app p,
#app pre,
#app a,
#app abbr,
#app address,
#app code,
#app small,
#app strike,
#app strong,
#app center,
#app dl,
#app dt,
#app dd,
#app ol,
#app ul,
#app li,
#app fieldset,
#app form,
#app label,
#app legend,
#app table,
#app caption,
#app tbody,
#app tfoot,
#app thead,
#app tr,
#app th,
#app td,
#app article {
	font-family: "Noto Sans JP" !important;
	line-height: 1.4;
}
#app input {
	line-height: 1;
	font-size: 14px;
}
#app .text-h1,
#app .text-h2,
#app .text-h3,
#app .text-h4,
#app .text-h5,
#app .text-h6,
#app .text-headline,
#app .text-title,
#app .text-subtitle-1,
#app .text-subtitle-2,
#app .text-body-1,
#app .text-body-2,
#app .text-button,
#app .text-caption,
#app .text-overline {
	font-family: "Noto Sans JP" !important;
	line-height: 1.4;
}

.v-label {
	transition: none !important;
	transform: translateY(0) !important;
}

.v-input--is-focused .v-label {
	transform: translateY(0) scale(1) !important;
	top: 0 !important;
	opacity: 0;
}
