/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 13:33:45 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.sora-footer{
	background:url(https://www.sora-universe.com/wp-content/uploads/2024/05/footer1.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	height:28vw;
}

.footer-header{
	position:relative;
	font-size:3vw;
	color: #F0F0FF;
	font-family: Inter;
	padding-top:5px;
	left:30%;
	width:fit-content;
}

.footer-link{
	position:relative;
	z-index:100;
	display:flex;
	justify-content:space-around;
}

.link-sns a img{
	width:150%;
}

.link-mail img{
	width:150%;
}

.link-mail span{
	font-size: 36px;
    text-wrap: nowrap;
}