/* YakuHanJP */
body {
    font-family:
        "YakuHanJP",
        "Zen Kaku Gothic Antique",
        "Hiragino Sans",
        "Hiragino Kaku Gothic ProN",
        "Noto Sans JP";
    background-color: #f1f1f1;
}

.kana-tight {
    letter-spacing: -0.1em;
    /* カタカナだけ詰める */
    font-feature-settings: "palt" 1;
    /* プロポーショナル字形をON */
}

.navbar-items {
    width: 4.25rem;
}

/* ヘッダー */
#main-header {
    height: 64px;
    z-index: 200;
}

#main-header .nav-item svg {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
}

#main-header .main-header-item {
    flex: 1;
    min-width: 0;
}

/* ヘッダー: FC Apps Direct */
#main-header .main-header-item .navbar-brand {
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.site-header {
    background: var(--bs-white);
    height: 60px;
}

/* ヘッダナビアイコン */
.nav-icon {
    color: #0092D7;
}

.nav-link span {
    color: #000;
    transition: color 0.2s ease;
}

.nav-link:hover span {
    color: #0092D7;
}

/* ハンバーガーメニュー */
.hamburger-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-btn .bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0 0 0;
    background-color: #000;
    transition: 0.3s;
}

.hamburger-btn .menu-label {
    font-size: 12px;
    margin-top: 3px;
    color: #000;
}

/* 開閉アニメーション */
.hamburger-btn.active .top {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active .middle {
    opacity: 0;
}

.hamburger-btn.active .bottom {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* PCでは非表示 */
.btn-hamburger {
    display: none;
}

.menu-category {
    padding: 0;
    margin: 0;
}

.menu-category li {
    list-style: none;
}

.menu-category .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    /* 左右の余白 */
    border-bottom: 1px solid #e8e8e8;
    /* グレー1pxライン */
    color: #000;
    transition: color 0.2s ease;
}

.menu-category .nav-link:hover {
    color: #0092D7;
}

.menu-category .arrow {
    font-weight: bold;
    color: #000;
    margin-left: 0.5rem;
    /* 矢印とテキストの間隔 */
}

.menu-category+.menu-category {
    margin-top: 1rem;
    /* カテゴリ間の余白 */
}

.navbar-nav .dropdown-menu {
    position: static;
    border: none;
}

#offcanvasNavbar .nav-item span {
    font-size: 1em;
}

/* スマホ・タブレット表示 */
@media (max-width: 767.98px) {
    .btn-hamburger {
        display: flex;
        /* フレックスで中身を縦に揃える */
        flex-direction: column;
        align-items: center;
        background: transparent;
        border: none;
        cursor: pointer;
        gap: 4px;
    }

    .btn-hamburger .bar {
        width: 25px;
        height: 2.5px;
        background-color: #000;
        border-radius: 2px;
        transition: all 0.3s ease;

    }

    .hamburger-text {
        font-size: 10px;
        margin-top: 2px;
        letter-spacing: 1px;
        color: #000;

    }

    .offcanvas {
        max-width: 80vw;
    }

    #offcanvasNavbar .nav-item span {
        font-weight: 500;
        font-size: 18px;
    }

    #offcanvasNavbar .dropdown-item {
        font-weight: 500;
        font-size: 18px;
    }

    .back-to-top {
        display: none !important;
    }
}


/* お知らせスライダー */
.notice {
    height: 47px;
    line-height: 47px;
    background: var(--bs-dark);
    text-align: center;
}

/* メインビジュアル */
.main-visual {
    background: url('../img/mainvisual.png') center/cover no-repeat;
    min-height: 77vh;
}

.main-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-subtitle {
    font-size: clamp(0.9rem, 2.5vw, 1.25rem);
    letter-spacing: clamp(0.05em, 0.2vw, 0.15em);
    line-height: clamp(1.5rem, 4.5vw, 2rem);
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-title {
    font-size: clamp(2.5rem, 7vw, 3.5rem);
    letter-spacing: clamp(0.04em, 0.5vw, 0.06em);
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-counters .count {
    font-size: clamp(3rem, 7vw, 3.5rem);
    display: inline-block;
    margin-right: 0.2rem;
    line-height: 1;
    vertical-align: bottom;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-counters .counter-unit {
    font-size: clamp(2rem, 7vw, 2.5rem);
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.counter-label {
    font-size: 0.8rem;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* 共通カードリンク */
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-link .card {
    transition: all 0.3s ease;
    /* opacityはカード全体では使わない */
}

/* ホバー時 → 影だけ追加 */
.card-link:hover .card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}

/* 高さ揃え用 */
.equal-height>[class*="col"] {
    display: flex;
}

.equal-height>[class*="col"]>.card-link {
    display: flex;
    flex: 1 1 auto;
}

.equal-height>[class*="col"]>.card-link>.card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}



/* PickUPカード */
.pickup-card .card-img-top {
    border-radius: 36px;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.pickup-card:hover .card-img-top {
    filter: brightness(80%);
}

/* 新着製品情報カード */
.product-card {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    /* ここで常時影を指定 */
}

.product-card .card-img-top {
    /* 上辺だけ丸くする： top-left, top-right, bottom-right, bottom-left */
    border-radius: 12px 12px 0 0 !important;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.product-card:hover .card-img-top {
    filter: brightness(85%);
}

/* カード本文を高さ揃え */
.equal-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-card .card-body {
    flex-grow: 1;
}

/* New!ラベル */
.new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff3b30;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.3em 0.7em 0.4em;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    /* hover影響外 */
    z-index: 10;
    /* バッジを上に表示 */
}

.prod-card[data-is-top=true] {
    .new-badge {
        display: block;
    }
}

.prod-card[data-is-top=false] {
    .new-badge {
        display: none;
    }
}

/* ハートボタン */
.like-btn {
    position: absolute;
    bottom: 7px;
    right: 6px;
    border: none;
    background: none;
    cursor: pointer;
    color: rgb(191, 191, 191);
    font-size: 1.3rem;
    transition: transform 0.2s ease, color 0.2s ease;
}

.like-btn.liked {
    color: black;
    transform: scale(1.0);
}

/* お役立ち情報カード */
.info-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* カード全体 */

/* カード本文の余白を削除 */
.info-card .card-body {
    padding: 0 !important;
}

.info-card {
    border-radius: 8px !important;
    overflow: hidden;
    /* 内部の角丸崩れ防止 */
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 画像：カードと同じ角丸に */
.info-card .card-img-top {
    border-radius: 20px !important;
    object-fit: cover;
    transition: filter 0.3s ease;
    display: block;
    margin-bottom: 0.7rem;
    /* ← paddingではなくmarginを使う */
}

/* ホバーで画像暗転 */
.info-card-link:hover .card-img-top {
    filter: brightness(80%);
}

/* お役立ち情報タグ */
.info-badge {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    /* 12px相当 */
    font-weight: bold;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
}

/* 記事タイトル */
.info-card .card-title a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* ホバーで青色に変更 */
.info-card .card-title a:hover {
    color: #0092D7;
}

/* 投稿日などの小文字 */
.info-card .text-muted {
    font-size: 0.8rem;
    color: #6c757d;
}


/* PickUp画像 */
.card .card-img-top {
    border-radius: 36px;
    object-fit: cover;
    transition: filter 0.3s ease;
}

/* PickUpカード専用 */
.pickup-card {
    background: linear-gradient(270deg, #05a4ee, #0f60ff, #3948ff);
    color: #fff;
    box-shadow: none;
}

.pickup-card:hover {
    opacity: 0.95;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.pickup-card .card-body p,
.pickup-card .card-body svg {
    color: #000000;
    fill: #000000;
}

/* 新着製品情報カード専用 */
.product-card {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-card .card-body p,
.product-card .card-body h5,
.product-card .card-body .fs-7 {
    color: #000 !important;
    /* PickUpカードホバーの白文字を上書き */
}

.card-link:hover .product-card .card-img-top {
    filter: brightness(90%);
}

/* 背景グラデーション */
.gradation1 {
    display: flex;
    width: 100%;
    background: linear-gradient(270deg, #3be2ff, #0092D7, #4d59ff);
    /* 青を明るめに変更 */
    background-size: 600% 600%;
    /* 大きくして動きを滑らかに */
    animation: Grad 15s ease infinite;
    align-items: center;
    justify-content: center;
}

@keyframes Grad {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.btn-custom {
    padding: clamp(0.7rem, 3vw, 1rem) clamp(1.5rem, 7vw, 3rem);
    background-color: #1d1d1d;
    color: #ffffff;
    font-size: clamp(0.8rem, 2vw, 1rem);
    font-weight: 600;
    text-decoration: none;
    border-radius: 2rem;
    border: solid 2px #fff;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #000000;
    color: #0092D7;
}

/* 下スクロールボタン */
.hero-scroll {
    position: absolute;
    bottom: 7vh;
    right: 1.5vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#new-products {
    /* デフォだとヘッダーに隠れるので余白確保 */
    scroll-margin-top: 30px;
}

.scroll-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: float 1.5s ease-in-out infinite;
}

.scroll-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.scroll-line {
    width: 1px;
    height: 25px;
    background-color: #000;
    margin-bottom: 5px;
}

.scroll-text {
    writing-mode: vertical-rl;
    font-size: 9px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 5px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

.balloon-wrapper {
    position: absolute;
    animation: float 3.8s ease-in-out infinite;
    will-change: transform;
    text-align: center;
}

/* すべてのバルーン画像に統一 */
.balloon {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

/* 座標指定 */
.balloon-1 {
    top: -320px;
    left: -600px;
    width: 180px;
}

.balloon-2 {
    top: -90px;
    left: -400px;
    width: 142px;
}

.balloon-3 {
    top: -250px;
    left: 320px;
    width: 165px;
}

/* バルーン表示 1200px(lg)以上1400px未満 */
@media (max-width: 1399.98px) {
    .balloon-1 {
        top: -200px;
        left: -500px;
        width: 140px;
    }

    .balloon-2 {
        top: -50px;
        left: -400px;
        width: 120px;
    }

    .balloon-3 {
        top: -150px;
        left: 350px;
        width: 150px;
    }
}

/* ホバー動作 */
.balloon-wrapper:hover {
    animation-play-state: paused;
    z-index: 2;
}

.balloon-wrapper:hover .balloon {
    transform: translateY(5px);
    filter: brightness(0.85);
}

/* モーダル部分 */
.balloon-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
    width: 280px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* モーダル内要素 */
.balloon-modal .modal-icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 65px;
    height: 65px;
}

.balloon-modal .modal-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.balloon-modal .modal-lead {
    font-size: 13px;
    line-height: 1.25rem;
    margin-bottom: 12px;
    text-align: left;
}

.balloon-modal .modal-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    color: #fff;
    border-radius: 20px;
    background: transparent;
    background-color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* hoverでモーダル出現（白はそのまま） */
.balloon-wrapper:hover .balloon-modal {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.balloon-wrapper:hover .balloon-hand {
    animation-play-state: paused;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

/* 指マークの共通スタイル */
.balloon-hand {
    position: absolute;
    width: 20% !important;
    height: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    animation: tapMotion 1.3s ease-in-out infinite;
    pointer-events: none;
}

/* バルーンごとに微調整可能 */
.balloon-1 .balloon-hand {
    bottom: 250px;
    left: 90%;
    transform: translateX(-50%) rotate(0deg);
}

.balloon-3 .balloon-hand {
    bottom: 220px;
    left: 90%;
    transform: translateX(-50%) rotate(0deg);
}

/* ✋右から左へ突く動き */
@keyframes tapMotion {

    0%,
    100% {
        transform: translate(-50%, 0) scale(1);
    }

    30% {
        transform: translate(calc(-50% + 8px), 0) scale(1.0);
    }
}



/* スマホ用、バルーンの代わり */

@media (max-width: 575.98px) {
    .non-balloon-links {
        font-size: 0.85rem;
    }

}

.non-balloon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    text-align: center;
    white-space: nowrap;
}

.non-balloon-link img {
    width: 50px;
}

/* カード全体のカスタマイズ */
.card-no-bg {
    border: none;
    background: transparent;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* 画像のホバーで暗転 */
.card-no-bg .card-img-top {
    border-radius: 36px 36px 0 0;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.card-link:hover .card-img-top {
    filter: brightness(85%);
}

/* テキスト部分（余白リセット） */
.card-no-bg .card-body {
    padding: 1rem 1.2rem 1.3rem 1.5rem !important;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 36px 36px;
}

/* テキスト + 矢印 */
.card-no-bg .card-body p,
.card-no-bg .card-body svg {
    transition: color 0.3s ease, fill 0.3s ease;
    color: #212529;
    fill: #212529;
}

.card-link:hover .card-body p,
.card-link:hover .card-body svg {
    color: #0092D7;
    fill: #0092D7;
}

/* カードリンクのフォーカス枠を消す */
.card-link {
    outline: none;
}

.product-card.card-link:hover .card {
    box-shadow: 15px rgba(0, 0, 0, 0.15);
}

/* 協力会社バナーループ */
.logo-marquee-wrapper {
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    padding: 0.5rem 0;
}

.logo-marquee {
    display: flex;
    align-items: center;
    gap: 18px;
    animation: scroll 70s linear infinite;
    width: max-content;
}

.logo-marquee img {
    height: 60px;
    width: auto;
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* 👈戻すのがポイント */
    }
}


/* お知らせ */
#news {
    position: relative;
    z-index: 100;
}

#newsList {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform 0.5s ease;
}

#newsList li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

#news {
    font-size: clamp(0.8rem, 2vw, 1rem);
}

#news .carousel-inner {
    margin: auto auto;
    max-width: 80%;
}

#nextBtn,
#prevBtn {
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}

#nextBtn:hover,
#prevBtn:hover {
    /* ほんのり白背景 */
    background: rgba(255, 255, 255, 0.2);
}

/* メインビジュアル：コピー・リード・カウンタフォントスタイル */
.catch-sub {
    font-size: 24pt;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.catch-main {
    font-size: 80pt;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.stat-item {
    text-align: center;
}

.stat-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.stat-value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
}

.count {
    font-size: 68pt;
    font-weight: bold;
}

.unit {
    font-size: 48px;
}


/* パートナー企業 */
#partners .accordion-item {
    width: 100%;
    /* 親幅の90% */
    max-width: 1280px;
    /* 大画面での最大幅 */
    margin: 0 auto 0.7rem auto;
    border: none;
}

@media (max-width: 767.98px) {
    #partners .accordion-item {
        width: 95%;
        /* スマホでは少し広めに */
    }
}

/* アコーディオンの枠線をなくす */
.accordion-item {
    border: none;
}

/* アコーディオンのタイトルボタン */
.accordion-button {
    background-color: #fff;
    /* 初期背景 */
    color: #333;
    /* テキスト色 */
    border: none;
    /* 枠線を消す */
    box-shadow: none;
    /* Bootstrapが付ける影を消す */
    transition: background-color 0.2s ease;
}

/* 開いているときのスタイル */
.accordion-button:not(.collapsed) {
    background-color: #414141;
    color: #ffffff;
    box-shadow: none;
}

/* 開いているときの矢印を白に */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
}

/* クリックやフォーカス時の色調整 */
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* ボディ部分 */
.accordion-body {
    background-color: #fafafa;
    padding: 2rem 1rem;
    line-height: 1.8;
}


/* よくある質問 共通 */
#faq .accordion-item {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 0.7rem auto;
    border: none;
    border-radius: 8px;
    /* シャドーを中央から全方向に広げる */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* 画像がはみ出る問題を防止 */
.faq-accordion img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    #faq .accordion-item {
        width: 95%;
    }
}

/* 質問タイトル（ボタン） */
#faq .accordion-button {
    font-weight: bold;
    background: #fff;
    color: #000;
    border-radius: 8px 8px 0 0;
    /* 上だけ角丸 */
    box-shadow: none;
    padding: 1.5rem 1.25rem;
    transition: background-color 0.3s ease;
    margin: 0;
    border: none;
    font-size: 1.2rem;
    /* 下罫線を消す */
}

/* ホバー時 */
#faq .accordion-button:hover {
    background-color: #f5f5f5;
}

/* 開閉アイコン（＋／−） */
#faq .accordion-button::after {
    content: '+';
    color: #000;
    background-image: none !important;
    transform: none !important;
}

#faq .accordion-button:not(.collapsed)::after {
    content: '−';
}

/* 開いた状態 */
#faq .accordion-button:not(.collapsed) {
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

/* 回答部分 */
#faq .accordion-body {
    border-top: none;
    /* タイトル下の黒線を削除 */
    background: #fff;
    padding: 1.5rem 1.5rem 1.5rem 2.6rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin: 0;
    /* 空白1pxを削除 */
}


/* フッター：右要素 */
.lh-xl {
    line-height: 2.3 !important;
}

.text-xs {
    font-size: 0.75rem;
}

.text-end-flex {
    display: flex;
    justify-content: flex-end;
}

/* フッター：トップに戻るボタン */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 12px 16px;
    background: #000;
    color: #fff;
    border: none !important;
    border-radius: 50%;
    cursor: pointer;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    /* 表示時のみクリック可能に */
}

/* フッター：FCGロゴ */
.footer-logo {
    text-align: end;
    width: 200px;
    height: 24px;
}

.footer-link {
    color: #ffffff;
    /* 通常時は白 */
    text-decoration: none;
    /* 必要ならリンク下線を消す */
    transition: color 0.2s ease;
    /* ホバーアニメーションを滑らかに */
}

.footer-link:hover {
    color: #0092d7;
    /* ホバー時は青 */

}

/* フォント指定 */
.zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-antique-medium {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-antique-bold {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    font-style: normal;
}

.zen-kaku-gothic-antique-black {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* フォントサイズ指定 */
.fs-7 {
    font-size: 0.78em !important;
    font-weight: 700 !important;
    letter-spacing: -0.05em !important;
}

.fs-base {
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.65rem !important;
}

/* サイト全体のリンク共通スタイル */
a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #0092D7;
}

a.text-white:hover,
a.text-white:focus {
    color: #0092D7 !important;
    /* Bootstrapの白を上書き */
}

/* セクション上下余白の共通スタイル */
.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.pt-6 {
    padding-top: 4.5rem !important;
}

.pb-6 {
    padding-bottom: 4.5rem !important;
}