@charset "UTF-8";

#footer {
	background: #000000;
	padding: 40px 0 30px 0;
	margin: 0;
	position: relative;
	z-index: 15;
}

#footer .footer-container {
	display: flex;
	gap: 60px;
	padding: 0 40px;
}

#footer .footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer .footer-logo {
	display: inline-block;
	margin: 0 0 15px 0;
}

#footer .footer-logo-img {
	width: 265px;
	height: 31px;
}

#footer .footer-description {
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 140%;
	color: #666;
	margin: 0;
	text-align: left;
}

#footer .copy-text {
	font-family: var(--font-inter, Inter, sans-serif);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 130%;
	color: #999;
	margin: 15px 0 0 0;
	text-align: left;
}

#footer .footer-right {
	display: flex;
	flex-direction: column;
}

#footer .other-list {
	width: auto;
	height: auto;
	border-bottom: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#footer .other-list:last-of-type {
	margin: 0;
}

#footer .content-title {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 150%;
	margin: 0 0 15px 0;
}

#footer .other-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .other-list li {
	display: inline-block;
	margin: 0;
	line-height: 130%;
}

#footer .other-list li a {
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 130%;
	color: #666;
	text-decoration: none;
	display: inline-block;
	transition: none;
}

#footer .other-list li a:hover {
	text-decoration: underline;
	color: #666;
	opacity: 1;
	transition: none;
}

#footer .sns-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#footer .sns-box li {
	margin: 0 10px;
	display: inline-block;
	text-align: center;
}

#footer .sns-box li img {
	width: 30px;
	height: 35px;
}
