/* FOOTER */
.footer .footerBlock01 {
	padding: 32px 0 16px;
	background: #000;
}

.footer .footerWrap {
	max-width: 549px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer .footerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 39px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer .footerList .footerLink {
	position: relative;
	padding-right: 14px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.footer .footerList .footerLink::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 16px;
	background: url(/event/susma2025/common/images/ico_arw_right.svg) no-repeat center;
	content: '';
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.footer .footerList li:first-child {
	width: 100%;
	margin-bottom: 28px;
	text-align: center;
}

.footer .footerList li:first-child .footerLink {
	padding-right: 6px;
}

.footer .footerLogo {
	display: block;
	width: 127px;
    margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.footer .footerLogo img {
	width: 100%;
}

.footer .footerBlock02 {
	padding: 8px 0;
	background: #949495;
}

.footer .footerBlock02 p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#backToTop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

@media screen and (max-width: 767px) {
	.footer .footerList {
		width: 100%;
		margin-bottom: 48px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.footer .footerBlock01 {
		padding: 57px 0 75px;
		background: #000;
	}

	.footer .footerList li{
		margin-top: 24px;
	}

	.footer .footerList li:first-child {
		width: 100%;
		margin-top: 0;
		margin-bottom: unset;
		text-align: unset;
	}

	.footer .footerList li:first-child .footerLink {
		padding-right: 6px;
	}

	#backToTop {
		right: 20px;
	}
}

@media screen and (max-width: 414px) {
	.footer .footerList .footerLink {
		font-size: 3.38164251207729vw;
	}

	.footer .footerList .footerLink::after {
		width: 1.93236714975845vw;
		height: 3.86473429951691vw;
	}

	.footer .footerList li{
		margin-top: 5.79710144927536vw;
	}

	.footer .footerLogo img{
		max-width: 47.34299516908213vw;
	}

	.footer .footerBlock01 {
		padding: 13.76811594202899vw 0 18.11594202898551vw;
	}
}