.container3{
	background-color: rgb(255,255,255);
}
.container3 .container3-box{
	/* display: none; */
}
.container3 .first{
	width: 10%;
	display: block;
    margin-top: 5%;
    margin-left: 5%;
}
.container3 .second{
	margin-top: -3%;
	margin-right: -15px;
	width: 75%;
	margin-bottom: -5%;
	position: sticky;
	z-index: 1;
}
.container3 .third{
	margin-top: -3%;
	z-index: 99;
	color: rgba(234,234,234,0.8);
	position: absolute;
	margin-left: 6%;
	font-family: emoji;
	font-weight: bold;
	font-size: calc(80px + 100 * ((100vw - 480px)/ 1200));
}
.container3 .forth{
	z-index: 99;
	display: inline-block;
	word-break: break-all;
	word-wrap: break-word;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	position: absolute;
	color: white;
    width: 60%;
    right: 8%;
    letter-spacing: 1px;
	margin-top: 14%;
	font-size: calc(10px + 10 * ((100vw - 480px)/ 1200));
} 