@charset "UTF-8";


/* MV */
@media print,
screen and (max-width: 768px) {
    .custom-top-slide__textarea h1 {
        font-size: 3rem;
    }

    .custom-top-slide__row {
        display: flex;
        flex-direction: column;
    }

    .custom-top-slide__textarea {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: start;
        margin-left: calc((100vw - 100%)/ 2 * -1);
        margin-right: calc((100vw - 100%)/ 2 * -1);
        padding: 30px;
    }

    .custom-top-slide__textarea .lib-fv__inside {
        max-width: unset;
    }

    .custom-top-slide__thumb {
        border-radius: unset;
        margin-left: calc((100vw - 100%)/ 2 * -1);
        margin-right: calc((100vw - 100%)/ 2 * -1);
    }

    .lib-fv__thumb {
        height: unset;
    }

    .custom-top-slide__thumb img {
        height: 340px;
    }
}

@media print,
screen and (min-width: 768px) {
    .custom-top-slide__textarea h1 {
        font-size: 3rem;
    }

    .custom-top-slide__row {
        display: flex;
        flex-direction: column;
    }

    .custom-top-slide__textarea {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: calc((100vw - 100%)/ 2 * -1);
        margin-right: calc((100vw - 100%)/ 2 * -1);
        padding: 30px;
    }

    .custom-top-slide__textarea .lib-fv__inside {
        max-width: unset;
    }

    .custom-top-slide__thumb {
        border-radius: unset;
        margin-left: calc((100vw - 100%)/ 2 * -1);
        margin-right: calc((100vw - 100%)/ 2 * -1);
    }
}

@media print,
screen and (min-width: 1130px) {
    .custom-top-slide__textarea h1 {
        font-size: 3.75rem;
    }

    .lib-card__caption {
        font-size: 1.25rem;
    }

    .custom-top-slide__row {
        display: flex;
        flex-direction: row;
    }

    .custom-top-slide__textarea {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: start;
        margin-left: calc((100vw - 100%)/ 2 * -1);
        padding-left: calc((100vw - 100%)/ 2);
        flex: 1;
        height: 500px;
        width: 50%;
    }

    .custom-top-slide__textarea .lib-fv__inside {
        padding-right: 3.125rem;
    }

    .custom-top-slide__thumb {
        margin-left: unset;
        margin-right: calc((100vw - 100%)/ 2 * -1);
        flex: 1;
        border-radius: unset;
        width: 50%;
    }
}

/*Page-top*/
.lib-hero__outer {
    background-image: url(/dcms_media/image/pagetitle_bg.webp);
    background-position: right 26% bottom;
    background-size: cover;
    color: var(--DEF);
}

/* Footer */
.lib-footer__copyright {
    background-color: var(--MAIN);
}

.lib-pagetop__btn a .txt {
    border-radius: 10px;
}

/* Other */
.lib-title__outer.--typeD .title {
    border-bottom: var(--GRY) 3px solid !important;
}

.lib-fixed__bnr {
    border-radius: 5px;
}

.lib-fixed__close {
    border: var(--WHT) 1px solid;

}