@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 1780px) {
    #main_cont {
        width: auto;
        max-width: 1280px;
        height: auto;
        margin: 100px auto;
    }
}

@media screen and (max-width: 1440px) {
    .gal_img {
        flex-direction: column;
    }

    .line_gal_ver {
        min-width: 2px;
        min-height: 2px;
        margin: 10px 0 5px 0;
    }

    .gal_thumb {
        max-width: 100px;
        max-height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}

@media screen and (max-width: 1280px) {

    #lights_cont {
        display: none;
    }

    .mask_side {
        display: none;
    }

    #main_cont {
        margin: 100px 50px;
    }

}

@media screen and (max-width: 1024px) {

    .txt_intro02 {

        font-size: 60px;
        line-height: 60px;
    }

    .nav_menu_overlay {
        width: 448px;
    }

    .nav_menu {
        width: 448px;
    }

    .nav_button {
        font-size: 20px;
        padding: 10px;
        margin: 0 5px;
    }

    .gallery_cont {
        flex-direction: column;
    }

    .gal_img {
        width: unset;
    }
}

@media screen and (max-width: 768px) {

    .nav_menu_overlay {
        width: 298px;
    }

    .nav_menu {
        width: 298px;
    }

    .txt_title {
        font-size: 18px;
    }

    .txt_intro02 {
        font-size: 50px;
        line-height: 50px;
        padding: 0 5px 2px 5px;
    }

    .nav_button {
        font-size: 20px;
        padding: 20px 10px;
    }

    .about_cont {
        font-size: 12px;
    }

    .about_cont strong {
        font-size: 20px;
    }

    .gal_thumb {
        max-width: 70px;
        max-height: 70px;
        min-width: 70px;
        min-height: 70px;
    }

    .gal_title {
        font-size: 16px;
    }

    .gal_desc {
        font-size: 12px;
    }

    .contact_cont {
        padding: 10px;
    }

    .int_btn {
        font-size: 14px;
    }

    .contact_title {
        font-size: 12px;
        line-height: unset;
    }

    .contact_txt {
        font-size: 12px;
    }

    .cont_button {
        font-size: 16px;
    }

    .cont_status_active {
        font-size: 14px;
    }

    .cont_status_inactive {
        font-size: 14px;
    }

    @keyframes menu_left {

        0% {
            transform: translate(-10px, 120px);
        }

        40% {
            transform: translate(-10px, 0);
        }

        60% {
            transform: translate(-10px, 0);
        }

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

    @keyframes menu_right {

        0% {
            transform: translate(10px, 120px);
        }

        40% {
            transform: translate(10px, 0);
        }

        60% {
            transform: translate(10px, 0);
        }

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

@media screen and (max-width: 640px) {

    #bg_cont {
        background-image: url(../img/rsc/body_bg2.png);
        -webkit-box-shadow: inset 0 80px 50px 50px rgba(6, 6, 8, 1);
        -moz-box-shadow: inset 0 80px 50px 50px rgba(6, 6, 8, 1);
        box-shadow: inset 0 80px 50px 50px rgba(6, 6, 8, 1);
    }

    #mask_cont {
        /* display: none; */
        background-image: url(../img/rsc/scanlines.png);
    }

    #mask_middle {
        display: none;
    }

    #mobile_header {
        display: block;
    }

    #menu_cont {
        height: 90px;
    }

    #menu_left {
        display: none;
    }

    #menu_right {
        display: none;
    }

    .nav_menu_overlay {
        width: calc(100% - 4px);
        height: 88px;
        -webkit-box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
        -moz-box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
        box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
    }

    .nav_menu {
        width: calc(100% - 4px);
        height: 88px;
        -webkit-box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
        -moz-box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
        box-shadow: 0px -10px 20px 0px rgba(6, 6, 8, 1);
    }

    .nav_button {
        padding: 12px 4px;
        border-width: 1px;
        border-top-width: 4px;
        border-bottom-width: 8px;
        border-radius: 4px;
        margin: 0 15px;
        min-width: 34px;
        text-align: center;
    }

    .nav_button:hover {
        padding: 12px 4px;
        border-width: 1px;
        border-top-width: 4px;
        border-bottom-width: 8px;
        border-radius: 4px;
    }

    .active {
        padding: 12px 4px;
        border-width: 1px;
        border-top-width: 4px;
        border-bottom-width: 8px;
        border-radius: 4px;
    }

    #main_cont {
        margin: 60px 0 0 0;
        /* background-color: rgba(6, 6, 8, 0.25); */
        overflow: hidden;
    }

    #intro_cont {
        height: calc(100vh - 170px);
        padding: 10px;
    }

    #txt_intro_cont {
        margin: 0 10px;
    }

    .txt_intro01 {
        font-size: 12px;
        padding: 4px;
    }

    .txt_intro02 {
        font-size: 10vw;
        line-height: 10vw;
        padding: 0 4px 2px 4px;
        border-left-width: 2px;
        border-right-width: 2px;
    }

    .txt_intro03 {
        font-size: 12px;
        padding: 4px;
    }

    .line_intro {
        height: 2px;
    }

    .txt_intro04 {
        font-size: 16px;
    }

    .txt_intro05 {
        font-size: 16px;
    }

    .ran_char {
        font-size: 16px;
    }

    #int_cont {
        padding: 5px 5px;
    }

    .gal_img hr {
        margin: 4px 0 4px 0;
    }

    .gal_small_txt {
        font-size: 12px;
        line-height: unset;
        letter-spacing: unset;
    }

    .galicon_link {
        image-rendering: unset;
        height: 16px;
    }

    .s03 {
        margin: 0 0 90px 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .about_cont {
        padding: 10px;
    }

    .gal_img {
        padding: 5px;
        margin: 5px;
        flex-direction: column;
    }

    .line_gal_ver {
        min-width: 2px;
        min-height: 2px;
        margin: 10px 0 5px 0;
    }

    .modal {
        padding: 25px 0;
        height: calc(100vh - 50px);
    }

    .modal-content {
        margin: 0 25px;
    }

    .modal-title {
        font-size: 18px;
    }
}