::-webkit-scrollbar {
	display: none;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: var(--background_base);
	font-family: 'Zen Kurenaido', serif, cursive;
	font-style2: italic;
	font-weight2: bold;
	user-select: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	touch-action: manipulation;
}

a {
	color: var(--main-color);
	text-decoration: none;
}

button {
	background: transparent;
	border: none !important;
	font-size: 0;
	margin: 0px;
	padding: 0px;
	outline: none;
}

.contentSVG {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color22: var(--background-color);
	background2: linear-gradient(45deg, rgba(242,115,246,1) 0%, rgba(60,233,244,1) 46%, rgba(255,240,98,1) 100%);
}

.debug {
	fill: #ff0000;
	fill-opacity: 25%;
	stroke: #ff0000;
	stroke-opacity: 75%;
}

.barNumber {
	font-size2: 90cm;
	fill: #112266;
}

.textSize025 {
	font-size: 0.25cm;
}

.textSize05 {
	font-size: 0.5cm;
}

.textSize1 {
	font-size: 1cm;
}

.textSize2 {
	font-size: 2cm;
}

.textSize4 {
	font-size: 4cm;
}

.textSize8 {
	font-size: 8cm;
}

.textSize16 {
	font-size: 16cm;
}

.textSize32 {
	font-size: 32cm;
}

.textSize64 {
	font-size: 64cm;
}

.textSize128 {
	font-size: 128cm;
}

.textSize256 {
	font-size: 256cm;
}

.mainFill {
	fill: #000000;
	fill-opacity: 75%;
}

.secondFill {
	fill: #000000;
	fill-opacity: 50%;
}

.otherFill {
	fill: #330099;
	fill-opacity: 25%;
}

.mainLine {
	stroke: #000000;
	stroke-width: 3cm;
	stroke-opacity2: 75%;
	stroke-linecap: round;
}

.secondLine {
	stroke: #336699;
	stroke-width: 3cm;
	stroke-opacity2: 50%;
	stroke-linecap: round;
}

.otherLine {
	stroke: #999999;
	stroke-width: 3cm;
	stroke-opacity: 25%;
	stroke-linecap: round;
}

.measureBackground {
	fill: #ffffff;
	stroke-opacity: 75%;
}

.barLine1a {
	stroke: #000000;
	stroke-width: 0.05cm;
	_stroke-opacity: 25%;
	stroke-linecap: round;
}

.barLine4a {
	stroke: #000000;
	stroke-width: 0.25cm;
	_stroke-opacity: 25%;
	stroke-linecap: round;
}

.barLine16a {
	stroke: #000000;
	stroke-width: 0.5cm;
	_stroke-opacity: 25%;
	stroke-linecap: round;
}

.barLine64a {
	stroke: #000000;
	stroke-width: 1cm;
	_stroke-opacity: 25%;
	stroke-linecap: round;
}

.barLine256a {
	stroke: #000000;
	stroke-width: 4cm;
	_stroke-opacity: 75%;
	stroke-linecap: round;
}
/*
.pitchLine4 {
	stroke: #ffffff;
	stroke-width: 0.1cm;
	stroke-opacity: 75%;
	stroke-linecap: round;
}

.pitchWideLine4 {
	stroke: #ffffff;
	stroke-width: 0.2cm;
	stroke-opacity: 75%;
	stroke-linecap: round;
}*/

.infoLabelPanel {
	background-color3: #99ffcc;
	position: fixed;
	z-index: -1;
	transform: rotate(90deg);
	transform-origin: 0% 0%;
	left: 100vw;
	width: 100vh;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#selectionInfo1 {
	font-size: 10vh;
	color: rgba(0, 0, 0, 0.2);
	text-overflow: ellipsis;
}

#selectionInfo2 {
	font-size: 7vh;
	color: rgba(0, 0, 0, 0.1);
	top: 3cm;
}

#selectionInfo3 {
	font-size: 5vh;
	color: rgba(0, 0, 0, 0.1);
}
#selectionInfo4 {
	font-size: 3vh;
	color: rgba(0, 0, 0, 0.1);
}
