/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rock+Salt&display=swap');
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.min.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("./css/modaal.min.css");


:root {
    --fk-darkblue: #00328A;
    --fk-black: #000000;
    --fk-darkgray: #616161;
    --fk-darkegray2: #9e9e9e;
    --fk-gray: #bababa;
    --fk-lightgray: #dfdfdf;
    --fk-lightgray2: #f1f1f1;
    --fk-white: #f5f5f5;

    --fk-c-white: #ffffffee;
    --fk-c-gray: #dfdfdfee;
    --fk-c-darkblue: #00328aee;

    --vk-color-text-body: var(--fk-black);


}

body,
html {
    font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.site-header {
    z-index: 100;
}

#site-header-container {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    max-width: unset;

    & .site-header-sub {
        float: unset;
    }

    & .header_phrase {
        display: flex;
        flex-direction: column;

        & span {
            font-size: 2rem;
            margin-bottom: 0.5rem;

        }
    }
}

.site-header-logo img {
    max-height: 80px;
}

#global-nav {
    & .global-nav-list {
        height: 100%;

        & li:before {
            bottom: 1em;
        }
    }

    & #menu-item-23 {
        color: var(--wp--preset--color--white);
        background-color: var(--fk-darkblue);

        & a {
            color: var(--wp--preset--color--white);
            display: flex;

            &::before {
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                content: "\f0e0";
                color: var(--fk-white);
                font-size: 2rem;
                text-align: center;

            }
        }
    }
}

.header_scrolled {
    & #site-header-container {
        & .header_phrase {
            display: none;
        }
    }

    & #menu-item-23 {
        & a {
            &::before {
                display: none;
            }
        }
    }
}

.page-header {
    height: 200px;
    position: relative;
    background-color: unset;
    align-items: flex-start;

    &::before {
        background-color: var(--fk-darkblue);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0 100%);
    }

    &::after {
        content: "";
        background-color: var(--fk-darkgray);
        width: 100%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        background-image: url(./images/header_post.webp);
        background-color: rgba(0, 0, 0, 0.4);
        background-blend-mode: overlay;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;

    }

    & .page-header-inner {
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        margin-top: 0;
        z-index: 1;

        & .page-header-title {
            position: relative;
            margin-bottom: 1rem;
        }
    }
}

.post-name-contact {
    & .page-header::after {
        background-image: url(./images/footer_background.webp);
        background-color: var(--fk-darkgray);
        background-blend-mode: unset;

    }
}

.category-works {
    & .page-header::after {
        background-image: url(./images/header_works.webp);

    }
}

.site-footer {
    background-color: var(--wp--preset--color--white);
}

.footer-contact-area {
    color: var(--wp--preset--color--white);
    background-color: var(--fk-darkblue);


    position: relative;

    &::before {
        position: absolute;
        bottom: 0;
        content: "";
        background-image: url("./images/footer_background.webp");
        width: 100%;
        height: 70%;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;

    }

    & .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        padding: 2rem 30px 4rem;
    }




    & p {
        text-align: center;
    }

    & .footer-contact-phrase-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;

        & .footer-contact-phrase1 {
            font-family: "Rock Salt", sans-serif;
            font-size: 4rem;
            transform: rotate(-6deg);
            margin-bottom: 1rem;
        }

        & span {
            font-size: 1.5rem;
            ;
        }
    }

    & .footer-contact-phrase2 {
        font-size: 1rem;
        margin-bottom: 2.5em;

    }

    & a.contact-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 620px;
        height: 80px;
        font-size: 1.5rem;
        color: var(--fk-darkblue);
        background-color: var(--wp--preset--color--white);
        border: none;
        position: relative;

        &::after {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "\f061";
            color: var(--fk-white);
            font-size: 1rem;
            position: absolute;
            right: 1em;
            background-color: var(--fk-darkblue);
            border-radius: 50%;
            width: 2em;
            height: 2em;
            padding-top: 0.5rem;
            text-align: center;
        }
    }

    & .footer-tel {
        text-align: center;
        font-size: 1.5rem;

        & a {
            color: var(--wp--preset--color--white);
        }
    }

}

#site-footer-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;

    & .site-footer-logo {

        & a {
            display: block;

            & span {
                & img {
                    max-height: 60px;
                    max-width: 100%;
                    display: block;
                }
            }
        }
    }

    & .footer-nav {
        border: none;
        margin-top: 1rem;

        & ul {
            display: flex;
            gap: 2em;

            & li {
                border: none;
            }

        }
    }

}

.wpcf7 {
    display: flex;
    justify-content: center;
    
    & .wpcf7-form{
        width: 100%;
    }

    & .required {
        color: var(--wp--preset--color--white);
        background: red;
        padding: 0 0.25rem;
        margin: 0 0.25rem;
        border-radius: 4px;
    }

    & .optional {
        color: var(--wp--preset--color--white);
        background: var(--fk-darkgray);
        padding: 0 0.25rem;
        margin: 0 0.25rem;
        border-radius: 4px;
    }

    & p:has(> .wpcf7-submit){
        display: flex;
        justify-content: center;
    }
    & input[type="submit"]{
        font-size: 1.2em;
        padding: 1em 4em;
        width: 30%;
    }
}



/* fadeUp */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media (min-width: 576px) {
    :root {
        --vk-width-container: 576px;
    }

    .container {
        max-width: 576px;
    }

    .page-header {
        &::after {
            width: calc(576px / 2 + 55%)
        }
    }

}

@media (min-width: 768px) {
    :root {
        --vk-width-container: 768px;
    }

    .container {
        max-width: 768px;
    }

    .page-header {
        height: 450px;

        &::after {
            width: calc(768px / 2 + 55%)
        }
    }

    #site-footer-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;

        & .footer-nav ul {
            gap: unset;
        }
    }
}

@media (min-width: 992px) {
    :root {
        --vk-width-container: 992px;
    }

    .container {
        max-width: 992px;
    }

    .page-header {
        &::after {
            width: calc(992px / 2 + 55%)
        }
    }

    .footer-contact-area {

        & .footer-contact-phrase-box {

            & .footer-contact-phrase1 {
                font-size: 6rem;
            }

        }

        & .footer-contact-phrase2 {
            font-size: 1.5rem;

        }

    }

}

@media (min-width: 1200px) {
    :root {
        --vk-width-container: 1200px;
    }

    .container {
        max-width: 1200px;
    }

    .page-header {
        &::after {
            width: calc(1200px / 2 + 55%)
        }
    }

}

/* top page */
.home {
    & .site-body {
        padding-top: 0;
    }
}

.h2_box {
    margin-bottom: 2rem;

    & .top_h2 {
        border: none;
        color: var(--fk-darkblue);
        font-family: "Rock Salt", sans-serif;
        font-size: 3rem;
        transform: rotate(-6deg);
        margin-bottom: 1rem;
        white-space: nowrap;
    }

    & span {
        font-size: 1.5rem;
    }
}

.top_h3 {
    font-size: 2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    border: none;

    &::before {
        border-top: 1px solid var(--fk-darkblue);
        content: "";
        width: 32px;
        margin-right: 28px;
    }

    &::after {
        content: none;
    }
}

.hero_video {
    position: absolute;

    & video.wp-block-cover__video-background {
        position: fixed;
        z-index: 0;
    }

    & .wp-block-cover {
        align-items: flex-start;

    }
}

.hero_area {
    position: relative;
    z-index: 1;

    & .hero_image {
        width: 100%;
        height: 100vh;

        & img:not([style*=object-fit]) {
            height: 100% !important;
            width: 100%;
            object-fit: cover;
        }
    }

    & .hero_text {
        background-color: var(--wp--preset--color--white);
        color: var(--fk-black);
        display: inline-block;
        padding: 2rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 6rem;



        & p {
            font-size: 1rem;

            &.title {
                font-size: 2rem;
                line-height: 1.2;
            }

        }

    }

}

.top_news {
    background-color: var(--wp--preset--color--white);
    position: relative;
    z-index: 3;
    margin-bottom: 4rem;

    & .container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;

        & .h2_box {
            margin-bottom: 2rem;
            margin-left: 0 !important;

            & .top_h2 {
                font-size: 2rem;
                margin-bottom: 0;
            }

        }

        & .news_list {
            width: 100%;

            & li {
                display: flex;
                flex-direction: row-reverse;
                justify-content: flex-end;
                align-items: center;

                & a {
                    margin-bottom: 0;
                }

                & time {
                    margin-right: 2rem;
                    color: var(--fk-c-darkblue);
                }
            }

        }

        & .news_link {
            display: flex;
            align-items: flex-end;
            margin-bottom: 1.5rem;
            margin-right: 0 !important;


            & a {
                text-decoration: none;
                padding-right: 2rem;
                position: relative;

                &::after {
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    content: "\f061";
                    color: var(--fk-white);
                    font-size: 0.8rem;
                    position: absolute;
                    top: -0.25em;
                    right: 0;
                    background-color: var(--fk-darkblue);
                    border-radius: 50%;
                    width: 1.5rem;
                    height: 1.5rem;
                    text-align: center;
                }
            }

        }
    }


}


.top_content1,
.top_content2,
.top_content3 {
    & .container {
        display: flex;
        padding-bottom: 2rem;

    }

    & .text_content {
        width: 100%;
        position: relative;
        z-index: 3;
        margin-bottom: 2rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-color: var(--wp--preset--color--white);
        padding: 40px;

    }

    & p {
        padding-left: 60px;

    }

    & figure {
        width: 50vw;
        height: 30%;
        padding-bottom: 20%;
        position: relative;
        bottom: 20%;
        right: 0;
        z-index: 2;

        & img:not([style*=object-fit]) {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            object-position: 0 100%;
        }
    }
}

.top_content1 {
    position: relative;
    z-index: 1;
    padding-bottom: 4rem;




    &::before {
        position: absolute;
        content: "";
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: var(--fk-c-gray);
        clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
        z-index: 1;
    }

    &::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
        background-color: var(--fk-c-darkblue);
        clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0 100%);
    }

}

.top_content2 {
    position: relative;
    z-index: 2;

    & .h2_box {
        position: relative;
        z-index: 3;

        &::before {
            position: absolute;
            top: -4rem;
            right: 0;
            content: "";
            width: calc(50vw + 50%);
            height: 70%;
            background-image: url("./images/top_content2.webp");
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
            z-index: 1;
        }

        & .top_h2 {
            position: relative;
            z-index: 3;
        }
    }
    & .text_content{
        background-color: unset;
    }

    & figure {
        z-index: 2;
    }

}

.top_content3 {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 0;

    & .text_content {}

    &::before {
        position: absolute;
        top: -4rem;
        content: "";
        width: 100%;
        height: calc(100% + 4rem);
        background-color: var(--fk-c-gray);
        clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
        z-index: 1;
    }

    &::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: -4rem;
        z-index: 1;
        background-color: var(--fk-c-darkblue);
        clip-path: polygon(0 0, 85% 0, 85% 35%, 0 35%);
    }

}

.top_content4 {
    position: relative;


    &::before {
        position: absolute;
        content: "";
        bottom: -4rem;
        width: 100%;
        height: 100%;
        background-color: var(--fk-c-gray);
        clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
        z-index: 0;

    }

    & .container {
        position: relative;
        z-index: 2;
        padding-top: 8rem;
    }

    & .h2_box {
        position: relative;
        z-index: 3;


        &::before {
            position: absolute;
            top: -8rem;
            left: calc(50% - 50vw);
            content: "";
            width: 100vw;
            height: 100%;
            background-image: url("./images/top_content4.webp");
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
            z-index: 1;
        }

        & .top_h2 {
            position: relative;
            z-index: 3;
        }
    }

    & .content4_container {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 40px;

    }

    & .content4_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;

    }

    & .text_content {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        background: var(--wp--preset--color--white);
        padding: 2rem;


        & .h3_box {
            position: relative;
            width: 100%;
            padding-top: 6rem;
            margin-bottom: 2rem;

            & .h3_number {
                position: absolute;
                top: 0;
                font-size: 3rem;
                font-style: italic;
                color: var(--fk-darkblue);
                clip-path: polygon(0 0, 0 150%, 150% 0);
                width: 1.50em;
                height: 1.50em;
                text-align: right;



                &::before {}

                &::after {
                    position: absolute;

                    height: 2.5em;
                    content: "";
                    border-right: solid 2px;
                    right: 0.5em;
                    transform: rotate(45deg);
                }
            }

            & h3 {
                border: none;
                padding-bottom: 0;
                position: relative;

                &::before {
                    content: none;
                }
            }

        }

        & p {
            text-align: left;

        }


    }

    & .content4_img {
        width: 100%;
        margin-bottom: 0;

        & img {
            aspect-ratio: 3 / 2;
            object-fit: cover;
        }



    }
}

@media (min-width: 576px) {
    .top_content1 {
        &::after {
            content: "";
            width: 100%;
            height: 100%;
            left: calc(50vw - 576px / 2);
        }

    }

    .top_content3 {
        &::before {
            clip-path: polygon(calc(50% - 576px / 2 + 5rem) 0%, 100% 0%, 100% 100%, calc(50% - 576px / 2 + 5rem) 100%);
        }
    }


}

@media (min-width: 768px) {
    .top_news {
        & .container {
            flex-direction: row;

            & .news_list {
                width: 80%;
            }
        }
    }


    .top_content1 {
        & .container {
            margin-bottom: 10rem;
        }

        & .text_content {
            width: 50%;
            padding-right: 2rem;
        }

        & figure {
            height: 80%;
            padding-bottom: 0;
            position: absolute;
        }
    }

    .top_content2 {
        & .container {
            padding-bottom: 6rem;
        }

        & .text_content {
            margin-left: 15% !important;
            margin-right: 15% !important;
        }

        & figure {
            width: 25vw;
            height: 40%;
            padding-right: 2%;
            padding-bottom: 2rem;
            position: absolute;
            bottom: 0;
        }
    }

    .top_content3 {
        padding-top: 10rem;
        padding-bottom: 10rem;

        &::before {
            clip-path: polygon(calc(50% - 768px / 2 + 5rem) 0%, 100% 0%, 100% 100%, calc(50% - 768px / 2 + 5rem) 100%);
        }

        & .text_content {

            margin-left: calc(50% - 40px) !important;
            margin-bottom: 4rem;
        }

        & figure {
            width: 48%;
            height: 80%;
            padding-bottom: 0;
            position: absolute;
            top: 4rem;
            right: unset;
            left: calc((100vw - 768px) / 4);

        }
    }


    .top_content4 {
        &::before {
            bottom: -10rem;
        }

        &::after {
            top: -10rem;
        }

        & .content4_box {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: row;
        }

        & .content4_box:nth-child(odd) {
            flex-direction: row-reverse;

            & .text_content {
                & .h3_box {
                    & .h3_number {
                        left: -2rem;
                    }
                }
            }

        }

        & .content4_box:nth-child(even) {
            & .text_content {
                & .h3_box {
                    & .h3_number {
                        right: -1.5rem;
                    }
                }
            }
        }

        & .text_content {
            width: 40%;


        }

        & .content4_img {
            width: 60%;
        }
    }
}

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-logo {
        width: initial;
        display: flex;
        align-items: center;
    }

    .header_scrolled {
        & .site-header--layout--nav-float .site-header-logo {
            display: none;
        }
    }

    .hero_area {
        & .hero_text {
            top: 0;
            left: unset;
            right: 50%;
            bottom: unset;

            & p {
                font-size: 20px;

                &.title {
                    font-size: 80px;
                }

            }
        }
    }

    .h2_box {
        margin-bottom: 4rem;

        & .top_h2 {

            font-size: 6rem;
        }
    }


    .top_content3 {
        &::before {
            clip-path: polygon(calc(50% - 992px / 2 + 5rem) 0%, 100% 0%, 100% 100%, calc(50% - 992px / 2 + 5rem) 100%);
        }

        & figure {
            left: calc((100vw - 992px) / 4);
        }

        ;

    }

    .top_content4 {
        & .container {
            padding-top: 16rem;
        }

        & .h2_box {
            &::before {
                position: absolute;
                top: -16rem;
                height: 150%;

            }
        }
    }
}

@media (min-width: 1200px) {
    .top_h3 {
        font-size: 3rem;
    }

    .top_content3 {
        &::before {
            clip-path: polygon(calc(50% - 1200px / 2 + 5rem) 0%, 100% 0%, 100% 100%, calc(50% - 1200px / 2 + 5rem) 100%);
        }

        & figure {
            left: calc((100vw - 1200px) / 4);
        }

        ;
    }
}

/* archive */
body.archive,
body.blog {
    & .site-body {
        background-color: var(--fk-white);
    }
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;



    & .media {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0;
        border: none !important;


        & .media-img {
            width: 100%;
        }

        & .media-body {
            width: 100%;
            padding: 2rem;
            background-color: var(--wp--preset--color--white);

            & h5 {
                border: none;
            }

            & .vk_post_btnOuter {
                position: unset;

                & .vk_post_btn {
                    padding-right: 2rem;
                    background: none;
                    color: var(--fk-black);
                    border: none;
                    margin-top: 1rem;
                    position: relative;

                    &::after {
                        font-family: "Font Awesome 6 Free";
                        font-weight: 900;
                        content: "\f061";
                        color: var(--fk-white);
                        font-size: 0.8rem;
                        position: absolute;
                        top: 0;
                        right: 0;
                        background-color: var(--fk-darkblue);
                        border-radius: 50%;
                        width: 1.5rem;
                        height: 1.5rem;
                        padding-top: 0.2rem;
                        text-align: center;
                    }
                }
            }

        }
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .post-list {
        justify-content: space-between;

        & .media {
            width: 48%;
        }
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


/* post single */
.entry-meta,
.entry-footer {
    display: none;
}

.works_sec {
    padding-top: 4rem;
    padding-bottom: 4rem;

    & h2 {
        border: none;
    }

    & .image_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        & figure {
            display: flex;
            justify-content: center;
            width: 48%;
            position: relative;

            & img {
                width: 100%;
                object-fit: contain;

            }

            & figcaption {

                width: 80%;
                background-color: var(--wp--preset--color--white);
                position: absolute;
                text-align: center;
                color: var(--fk-darkblue);
                padding-top: 1em;
                padding-bottom: 1em;
                bottom: -1em;


            }
        }
    }

    & .movie_container {
        display: flex;
        justify-content: center;
    }
}

#beforeafter {
    position: relative;

    &::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--fk-white);
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

/* company */
.wp-block-table {
    width: 100%;
    margin: auto;
    font-size: 1em;
    border-color: var(--fk-gray);
    
    & td{
      padding: 20px 35px;
      border-color: var(--fk-lightgray);
    }
    & tr td:first-child {
        background-color: var(--fk-white);
        width: 20%;
    }
}


/* slick slider */
.slider {
    padding-left: 0;

    & .slick-prev {
        left: 0.5rem;
        z-index: 3;

        background-color: var(--fk-darkblue);
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        padding-top: 0.2rem;

        &::before {
            font-family: "Font Awesome 6 Free";
            content: "\f060";
            color: var(--fk-white);
            font-size: 0.8rem;
            font-weight: 900;
            text-align: center;
        }
    }

    & .slick-next {
        right: 0.5rem;
        z-index: 3;

        background-color: var(--fk-darkblue);
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        padding-top: 0.2rem;


        &::before {
            font-family: "Font Awesome 6 Free";
            content: "\f061";
            color: var(--fk-white);
            font-size: 0.8rem;
            font-weight: 900;
            text-align: center;
        }
    }

    & .slider-item {
        display: flex;
        justify-content: center;
    }

    & img {
        width: 100%;
        max-width: 576px;
    }


}


@media (min-width: 768px) {
    .slider img {
        width: 50%;
    }
}

/* modaal */
/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
    padding: 0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.modaal-overlay {
    z-index: 2000;
}

.areamap{
    & .modaal-container{
        background: none;
        box-shadow: none;
    }
    & img{
        max-height: 80vh;
    }
} 

/* /modaal */
/* floating-banner */
.floating-banner {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: calc((100vw - 1110px) / 2 - 175px);
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--fk-darkblue);
    opacity: 0;
    transition: opacity .3s;

    & a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--fk-white);

        & img {
            width: 50%;
            margin-top: 10px;
        }
    }

}

.scrolled .floating-banner {
    display: block;
    opacity: 1;
    color: transparent;
}

.modaal-video-wrap {
    top: 10px;
}

@media (min-width: 768px) {

    .floating-banner {}

    .floating-banner a.banner {
        text-decoration: none;
        height: 3em;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.25em;
    }

    .floating-banner a.banner i {
        margin-right: 0.2em;
    }

}


@media (min-width: 992px) {

    .floating-banner {}

    .floating-banner a:hover {
        opacity: 0.7;
    }

    .floating-banner a.banner {
        background-size: contain;
        text-indent: -9999px;
    }

}

@media (min-width: 1200px) {}


/*
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}
*/