@charset "UTF-8";

.main {
	background: #000 url("./images/background.jpg") repeat-x;
}
.main-title {
	background: #000;
}
.mt-catch-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: min(6vw, 34px);
	font-weight: 700;
	letter-spacing: -0.1em;
}

.big-num {
	margin-right: 0.25em;
	color: #ab1b3f;
	font-size: min(6vw, 42px);
	font-family: "Oswald";
	font-weight: 700;
	font-style: italic;
	letter-spacing: -0.04em;
}

.inner-box {
	border: 1px solid #ccc;
	padding: 20px 25px 25px;
}

