@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Author : Hirohisa Kambe
  Date : 2026.03.26
  Copyright(C)HARD DISK. All rights reserved.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


/* ========================
   footer（完全整理版）
======================== */


/* ========================
   responsive
======================== */

@media screen and (max-width: 991px) {
	footer {
		padding: 100px 0 50px;
		text-align: center;
	}

	.footerLogo {
		width: 220px;
		margin: 0 auto 15px;
	}
}

@media screen and (min-width: 992px) {
	footer {
		padding: 160px 0 60px;
		text-align: center;
	}

	.footerLogo {
		width: 360px;
		margin: 0 auto 15px;
	}
}


/* ========================
   footer BASE
======================== */

footer {
	background-image: url("../images/footer/soraros-footer.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: rgba(255,255,255,0.6);
	background-blend-mode: lighten;
}


/* ========================
   footerNav
======================== */
footer .lang-item{
	display:none;
}
ul.footerNav {
	margin: 0 0 0px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.footerNav li {
	list-style: none;
	font-weight: 700;
	padding: 0 10px;
	margin-bottom: 15px;
	text-align: center;
}

ul.footerNav li a {
	color: #000 !important;
	text-decoration: none;
}

/* 非表示 */
ul.footerNav li a.footerNone,
ul.footerNav li.footerNone {
	display: none;
}

ul.footerNav li a span {
	display: none;
}


/* ========================
   footer logo（ブランド）
======================== */

/* 共通 */
.footerLogoLink,
.footerLogoLinkNima {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin: 0 15px;
}

/* nimaだけ微調整 */
.footerLogoLinkNima {
	transform: translateY(-2px);
	margin-right: 0;
}


/* ========================
   produced by（専用）
======================== */

.footerProduced {
	text-align: center;
}

.footerProduced a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}

.footerPower {
	height: 12px;
	transform: translateY(-1px);
}


/* ========================
   sitemap
======================== */

footer a.sitemap-link {
	font-size: 100%;
	line-height: 1.4;
}


/* ========================
   logo & copyright
======================== */

.footerMenuLogo {
	height: 18px;
	display: block;
	margin: 40px auto;
}

.copyright {
	font-size: 78%;
	line-height: 1.4;
}