@charset "UTF-8";

/* font-family Noto Serif JP */
.fntSerif {
    font-family: var(--fntSerif);
}

/* Header */
@media print,
screen and (min-width: 1260px) {
    .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer {
        width: 280px;
    }

    .is-scroll .lib-nav__panel:has(.lib-induce__outer) {
        padding-right: 280px;
    }
}

/* Footer */
.lib-footer__copyright {
    background-color : var(--MAIN)!important;
}

/* Page-top-button */
.lib-pagetop__btn a .txt {
    border-radius: 0px;
}

/* Fixed-banner */
:where(.lib-fixed__bnr).is-scroll {
    border-radius: 5px;
}

/* CTA */
:where(.lib-card__item).--md-horizon[class*=bg-] .lib-card__txtarea {
    padding: 1.5rem;
    padding-left: 1.5rem!important;
}

/* Page-title */
.lib-hero__outer {
    background-image: url(https://www.daiko-jp.com/dcms_media/image/pagetitle_bg.jpg);
    background-position: center;
    background-size: cover;
}

.lib-breadcrumb__outer {
    background-color: var(--LGRY)!important;
}

.lib-hero__title {
    color: var(--WHT)!important;
}

/* Other */
.custom-btn .lib-link__btn:hover {
    border: var(--WHT) 2px solid;
}

