@charset "utf-8";
/* CSS Document
*/
.kasari{
	position: relative;
}
.dblock{
	display: block;
}

.topbanner_bg{
	clear: both;
}
.topmojibox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: end;
}
.topmoji{
	font-weight: bold;
	text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff,
           -2px 2px 0px #fff,  2px -2px 0px #fff,
            2px 0px 0px #fff, -2px -0px 0px #fff,
            0px 2px 0px #fff,  0px -2px 0px #fff, 2px 2px 4px #000;
	font-size: 65px;
	color: #0bb300;
	line-height: 1.3;
}
.topmojistbox{
	padding-bottom: 1%;
	width: 100%;
}
.topmojist{
	display: inline-block;
	float: right;
	background: rgba(0,0,0, 0.5);
	padding: 1%;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	margin-right: 2%;
	font-size: 17px;
}
.iro2{
	color: #1657fb;
}
.iro3{
	color: #ff3900;
}

@media screen and (max-width: 1024px) {
	.topmoji{
		font-size: 6vw;
}
.topmojist{
	font-size: 1.7vw;

}
}
