@charset "UTF-8";

/* @media screen and (min-width:970px) and ( max-width:2000px){

    .pc_img{
        width: 35vw;
    }
    
} */

        

@charset "UTF-8";
@media screen and (min-width:970px) and ( max-width:2000px){

    .pc_menu li{
        margin-right: 80px;
    }

    .pc_menu {
        display: block!important;
        position: absolute;
        top: 60px;
        right: 0px;
        z-index: 100;
    }


    /* .pc_copylight{
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        writing-mode: vertical-rl;
        display: block;
        text-align: center;
    }
 */

    .gnavi__list {
        width: 130px;
        height: 40px;
        position: relative;
        transition: all .3s;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .pc_menu_li{
        margin-bottom: 35px;
    }

}


@charset "UTF-8";
@media screen and (min-width:970px) and ( max-width:1400px){
    
    .pc_copy .margin130{
        margin-bottom: 5vw;
    }

    .pc_copy .logo{
        width:  13vw;;
    }

    .pc_copy{
        position: absolute;
        top: 3vw;
        left: 3vw;
    }

    .pc_copy .font24{
        font-size: 1.4vw;
    }

    .pc_copy .font110{
        font-size: 6.5vw;
    }

    


}
