@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 .c-headLogo.-img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 110px; /* ロゴに合わせて高さ調整 */
    -webkit-backface-visibility: hidden;/* ロゴ画像がぼやけるのを対策 */
    image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
	#footer .c-headLogo.-img {
		bottom: 90px;  /* ロゴに合わせて高さ調整 */
	}
}