body {
	background: #00000A;
	overflow-x: hidden;
}

.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

a:hover {
	text-decoration: none;
}

.footer {
	position: fixed;
	bottom: 1rem;
	width: 100vw;
	pointer-events: none;
}

.btn-world, .btn-world:hover, .btn-world.focus, .btn-world:focus, .btn-world:not(:disabled):not(.disabled):active:focus {
	background-color: #000 !important;
	border: 1px solid #FFF;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border-radius: 0;
}

/**********************************************************
 *                                                        *
 * ここより上テンプレ                                     *
 *                                                        *
 *********************************************************/
 
body {
	color: red;
}