
.parade {
    position: relative;
}
.para-mark {
    position: absolute;top:0;margin:10px;
}
.para-tit {
    position: absolute;top:100px;width:100%;
}
.para-but {
    position: absolute;top:80%;width:100%;
}

/* first 20231227 */
.first_modal {
	display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 9999999;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #fe99af;
    cursor: pointer;
}


.first_modal button {
    border-style: none;
    background-color: transparent;
    border: 1px solid #86100a;
    color: #86100a;
    font-size: 30px;
    line-height: 30px;
    border-radius: 20px;
    margin: 40px 40px 0 auto;
    width: 40px;
    height: 40px;
    padding: 6px;
}

.first_modal button:hover {
    background-color: #bf2828;
}

.first_modal button:focus {
    outline-style: none;
}

.first_modal button i {
    font-size: 25px;
    line-height: 25px;
}
.first_modal .img {
	margin: 0 auto;
    height: 50vh;
    min-height: 300px;
	width: 95%;
	max-width: 1540px;
    background-position: center center;
    background-size: contain;
	background-repeat: no-repeat;
    background-image: url("/images/event/20231227/back.png");
}
/* end */