@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* フッター */
#footer {
	background-image: url(https://akumabarai.com/wp-content/uploads/2025/10/katoyoshihiro_bg1.jpg);
	background-size: auto auto;
	background-repeat: repeat;
	background-position: center center;
}

.l-footer__inner {
	background-image: linear-gradient(to bottom, rgba(130,33,1,0), rgba(130,33,1,1) 12%);
	color: #FFFFFF;
}

.l-footer__widgetArea {
	position: relative;
	padding : 300px 0 60px;
	max-width: 1048px;
	margin: 0 auto;
}

#footer .footer-navi {
	position: absolute;
	top: 120px;
	left: 0px;
	font-size: 1.05em;
	letter-spacing: 0.1em;
	line-height: 200%;
	text-align: left;
}

#footer-logo {
	position: absolute;
	right: 0px;
	bottom: -25px;
	width: 200px;
}

#footer-copyright {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 0.8em;
}

#footer-pageup {
	position: absolute;
	top: 120px;
	right: 40px;
	width: 90px;
}

.footer-navi .footer-navi-spacer {
		margin: 0 0 0 30px;
}

.l-footer .copyright {
	display: none;
	position: absolute;
	left: 150px;
	bottom: 30px;
	text-align: left;
	width: 100%;
}

#pagetop {
	display: none;
}


@media screen and (max-width:1024px) {
	#footer-logo {
		right: 25px;
		bottom: -10px;
	}
	#footer .footer-navi {
		left: 25px;
		font-size: 1.0em;
		line-height: 190%;
	}
	#footer-copyright {
		bottom: -10px;
		left: 0;
	}
	#footer-pageup {
		right: 70px;
	}
}

@media screen and (max-width:480px) {
	#footer .footer-navi {
		position: static;
		font-size: 1.0em;
		letter-spacing: 0.1em;
		line-height: 230%;
		margin: 0 auto 50px 5px;
		text-align: left;
	}
	#footer .footer-navi.tate-block {
		writing-mode: initial;
	}
	#media_image-3 {
		right: 25px;
		bottom: 0;
		width: 150px;
	}
	#footer-pageup {
		width: 60px;
		bottom: 40px;
		top: auto;
		right: 20px;
	}
	#footer-logo {
		position: static;
		width: 150px;
		margin: 0 0 20px;
	}
	#footer-copyright {
		position: static;
		bottom: 0;
		left: 25px;
		font-size: 0.8em;
	}
	.l-footer__widgetArea {
		padding: 350px 0 0;
	}
	.footer-navi .footer-navi-spacer {
		margin: 0 0 0 20px;
	}
	.l-footer__widgetArea {
		padding : 350px 0 0;
	}

	.l-footer__widgetArea {
		padding: 50px 0 5px 10px;
	}
	.footer-navi .footer-navi-spacer {
		margin: 0 0 0 20px;
	}
}

