/* 全画面 */
#unity-container .footer .fullscreen {
	background-color: #f3a147;
	border: outset #f3a147;
	width: 32px;
	height: -webkit-fill-available;
}

#unity-container.full {
	width: 100%;
	height: 100%;
}

#unity-container.full #unity-canvas {
	width: 100% !important;
	height: 100% !important;
}

#unity-container.full #unity-footer {
	display: none;
}
