@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL PLUS
    Theme URI: https://manuon.com/swell_plus/
    Description: SWELLを機能拡張する子テーマ
    Version: 1.3.0
    Author: suya(suyasite)@manuon.com
    Author URI: https://manuon.com/
*/

#swell_plus_floating_button {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: -60px;
    transition: bottom .4s;
    margin-bottom: 0.5em;
}

[data-scrolled=true] #swell_plus_floating_button {
    display: block;
    bottom: 0;
}

/*.p-fixBtnWrap {
    bottom: calc(50px + 1.25em);
}*/


.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 18px;
	font-weight: bold;}

.c-pageTitle[data-style=b_bottom]{display:none;}

/* =========================================
   カスタムフッター（文字白・背景クリア版）
========================================= */


/* カスタムフッター本体 */
.ks-custom-footer {
    width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
    color: #fff; /* 全体の文字色を白に指定 */
}

/* ブランド（ロゴ・キャッチコピー） */
.ks-footer-brand {
    text-align: center;
    margin-bottom: 40px;
}

.ks-footer-logo {
    max-width: 160px;
    height: auto;
    margin-bottom: 8px;
}

.ks-footer-subcopy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8); /* 少し透明感のある白 */
    letter-spacing: 0.1em;
    margin: 0;
}

/* 各グループのコンテナ */
.ks-footer-group {
    margin-bottom: 30px;
    text-align: center;
}

/* グループの小さなタイトル（薄い白） */
.ks-footer-group-title {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* 横並びナビゲーション */
.ks-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px 24px;
}

.ks-footer-nav li {
    margin: 0;
}

/* リンクテキスト（白） */
.ks-footer-nav a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
}

.ks-footer-nav a:hover {
    opacity: 0.7;
}

/* =========================================
   スマートフォン対応
========================================= */

@media screen and (max-width: 767px) {
    .ks-custom-footer {
		
    }

    .ks-footer-group {
        margin-bottom: 24px;
    }

    .ks-footer-nav {
        gap: 8px 16px;
    }

    .ks-footer-nav a {
        font-size: 12px;
    }
}