@font-face {
  font-family: 'Chirp';
  src: url('https://s3.ap-southeast-1.amazonaws.com/media.beta.pluribux.com/master/font/chirp-regular-web.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Chirp';
  src: url('https://s3.ap-southeast-1.amazonaws.com/media.beta.pluribux.com/master/font/chirp-medium-web.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Chirp';
  src: url('https://s3.ap-southeast-1.amazonaws.com/media.beta.pluribux.com/master/font/chirp-bold-web.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'Chirp';
  src: url('https://s3.ap-southeast-1.amazonaws.com/media.beta.pluribux.com/master/font/chirp-heavy-web.woff') format('woff');
  font-weight: 900;
}


#footer {
	background: white;
	width: 100%;
	height: 10%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.footer-icon-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column nowrap;
	width: 33.3%;
	height: 100%;
	cursor: pointer;
}
.img-netblitz {
	height: 70%;
	width: 85% !important;;
}

.footer-icon-frame img {
	aspect-ratio: 1;
}

#footer-icon-frame-center {
	display: flex;
	align-items: center;
	height: 70%;
	width: 100%;
}

#footer-icon-frame-center img {
	height: 80%;
}

.footer-icon-title {
	margin-top: 1px;
	height : 20px;
	width: 100%;
	line-height: 10px;
	text-align: center;
	font-weight: bold;
}

/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	.footer-icon-title {
		font-size: 10px;
		font-family: 'Chirp', sans-serif;
	}
	.footer-icon-frame img {
		margin-top: 5%;
		margin-bottom: 5%;
		height: 50%;
	}
}

/* PC */
@media only screen and (min-device-width: 1023px) {
	.footer-icon-title {
		font-size: 9px;
	}
	.footer-icon-frame img {
		margin-top: 7%;
		margin-bottom: 7%;
		height: 45%;
	}}

@media only screen and (max-device-width: 1023px) {
	#footer {
		background: black;
		color: #B0B0B0;
	}
}