@charset "UTF-8";

/*Header*/
@media print,
screen and (min-width: 1210px) {
    .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__outer {
        width: 260px;
    }

    .is-scroll .lib-nav__panel:has(.lib-induce__outer) {
        padding-right: 260px;
    }
}

/*Main-Visual*/
.mv-pc {
    display: none;
}

@media screen and (min-width:768px) {
    .mv-sp {
        display: none;
    }

    .mv-pc {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .custom-mv h1 {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width:768px) {
.custom-mv h1 {
    font-size: 3.75rem !important;
}

.custom-mv .lib-fv__inside {
    max-width: 992px;
    padding-bottom: 3.75rem;
}

.lib-fv__txtarea.custom-mv_textarea {
    display: flex;
    align-items: end;
}
}

/*Page-Top*/
.lib-hero__outer {
    background-image: url(https://thermal.hirochiku.co.jp/dcms_media/image/pagetitle-bg.webp);
    background-size: cover;
}

.lib-breadcrumb__outer {
    background-color: var(--DEF);
}

.lib-breadcrumb__list li a {
    color: var(--WHT);
}

.lib-breadcrumb__list li:after {
    color: var(--WHT);
}

.lib-breadcrumb__list li a[aria-current=location] {
    color: var(--WHT);
}

/*Footer*/
.lib-footer__sns>li>a {
    background-color: var(--MAIN) !important;
    border: var(--MAIN) !important;
}

.lib-footer__copyright {
    background-color: var(--MAIN) !important;
}

/*Other-Custom*/
.lib-wrr-002__cover:before {
    border-top-color: var(--ACC);
}

.lib-title__outer.--typeD :where(.title) {
    border-bottom: var(--GRY) 3px solid;
}

.swiper-pagination-bullet {
    background-color: var(--GRY)!important;
    border: var(--GRY) 1px solid;
}

.swiper-pagination-bullet-active {
    background-color: var(--MAIN)!important;
    border-color: var(--MAIN);
}

/* font-family Noto Serif JP */
.fntSrf {
    font-family: var(--fntSrf);
}