@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {

    #gt_float_wrapper {
        bottom: 80px !important;
        left: 35px !important;
    }

}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px) {

    #gt_float_wrapper {
/*        bottom: 31vw !important;*/
/*        left: 2vw !important;*/
        bottom: 0 !important;
        left: inherit !important;
        position: inherit !important;
    }

}