/* class="iris" の箇所をイリス文字にする */
@font-face {
	font-family: "IrisCharacters";
	src: url('../font/IrisCharacters.woff') format("woff"),
		 url('../font/IrisCharacters.otf') format("otf");
}
@font-face {
	font-family: "AbashiriMincho";
	src: url('../font/AbashiriMincho.ttf') format("truetype");
}
@font-face {
	font-family: "Akihabara16";
	src: url('../font/KH-Dot-Akihabara-16.ttf') format("truetype");
}
@font-face {
	font-family: "Kodenmachou12";
	src: url('../font/KH-Dot-Kodenmachou-12.ttf') format("truetype");
}
@font-face {
	font-family: "Makiirclehand";
	src: url('../font/makiirclehand.ttf') format("truetype");
}
@font-face {
	font-family: "AFSTendu";
	src: url('../font/AFSTenduex04trialR.ttf') format("truetype");
}

.iris {
	font-family: "IrisCharacters";
}

.top {
	font-size: 3em;
	text-align: center;
}

.main-contents {
	margin-top: 5em;
}

.howto {
	font-size: 2em !important;
	width:  3rem;
	height: 3rem;
	position: absolute;
	right: 4vw;
	top: 100px;
}
