@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
*/

/* フォント設定 ---------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
body{
    font-family: "M PLUS 1p", var(--swl-font_family);
    font-style: normal;
	font-weight: 400;
}

/* 余白 ---------------------------------------------------------------------------------------*/
#body_wrap:not(.blog,.archive,.single) .l-content {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 960px) {
    .sp-center {
        text-align: center !important;
    }
    .sp-left {
        text-align: left !important;
    }
}



/* フッター ---------------------------------------------------------------------------------------*/
#footer{
    border-top: 10px solid var(--color_main);
}
#footer .l-footer__widgetArea .foot-logo{
    width: clamp(250px, 80%, 400px);	
}

#footer .l-footer__widgetArea .foot-menu ul{
    padding-left: 0;
    list-style: none;
}
#footer .l-footer__widgetArea .foot-menu ul > li{
    line-height: 2;
	transition: all 0.2s;
}
#footer .l-footer__widgetArea .foot-menu ul > li:hover{
    transform: translatey(0.1rem);
	opacity: 0.5;
}