@charset "UTF-8";
/* CSS Document */

.point1 {
    width: 100%;
    position: fixed;
    height: 4px;
    display: none;
    border-top: dotted 4px black;
    z-index: 10000;
}

.build1,
.build2,
.build3 {
/*	background-color: lightcyan;*/
	position: relative;
	overflow: hidden;
/*	padding-bottom: 15vw;*/
	text-align: center;
/*	border-top: dotted 2px black;*/
}

.element_01 {
	position: absolute;
	min-height: 100px;
/*	background-color: lightsalmon;*/
}

.element_02 {
	position: relative;
	scale: 0;
	bottom: 20px;
/*	left: 50%;*/
/*	transform: translate(-50%, 0);*/
}