*:focus {
    outline: none;
}
button:focus,
input:focus { outline:none; }

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}

.noto-sans-jp-black {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.vertical-lr {
	writing-mode: vertical-lr;
	font-feature-settings: normal !important;
}

.vertical-rl {
	writing-mode: vertical-rl;
	font-feature-settings: normal !important;
}

.grecaptcha-badge {
	visibility:hidden;
}

.z-1 {
	z-index:1;
}

.z-2 {
	z-index:2;
}

.z-3 {
	z-index:3;
}

.z-4 {
	z-index:4;
}

.z-5 {
	z-index:5;
}

.z-100{
	z-index:100;
}

.mt-0 {
	margin-top:0 !important;
}

.no-underline {
	text-decoration:none !important;
}

@media screen and (max-width:639px) {
	html {
		font-size:3.15vw;
	}
}