.movieFix img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.enImg.endInfo{
	max-width: 100%!important;
	width: 90%!important;
}
.enImg.endInfo .endWarp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
}
.enImg.endInfo .endWarp picture {
    display: block;
	min-width: 300px;
    width: 30%;
    margin-bottom: 3rem;
}
.enImg.endInfo .endWarp .endTxt h3 {
    font-size: clamp(22px, 3vw, 48px);
    font-weight: 800;
    color: #284673;
	background: #FFFFFF;
    padding: 0 0.5em 0.15em;
    margin-bottom: 0.5em;
}
.enImg.endInfo .endWarp .endTxt p {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.8em;
	font-weight: 700;
}
.enImg.endInfo .endWarp .endTxt a {
    color: #ffd100;
    text-decoration: underline !important;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 700;
	margin-top: 1em;
}
.enImg.endInfo .endWarp .endTxt a:hover{
    color: #FFFFFF;
    text-decoration: underline !important;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 700;
}


.accessBox.endAccess {
    border-radius: 0 !important;
}
#top .mainImg::before{
	opacity: 0.7!important;
}

@media all and (min-width:500px){
	.sp{
		display: none;
	}
}