/*----- cgpagechange A -----*/

#cgbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1111111;
    display: none;
    top: 0;
    left: 0;
    background-color: #fff;
}

.cgABg {
    width: 100vw;
    height: 100vh;
    background-color: #333;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 1111112;
}

.cgBBg {
    width: 100vw;
    height: 100vh;
    background-color: #ff002a;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 1111112;
}

.cgCBg {
    width: 100vw;
    height: 100vh;
    background-color: #e4e4e4;
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 1111112;
}

.cgLogo {
    width: 150px;
    height: auto;
    position: fixed;
    z-index: 1111112;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cgLogo img {
    width: 150px;
}


/*******************************************/


/*                                         */


/*              cgpagechange B             */


/*                                         */


/*******************************************/

#cgBbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1111111;
    display: none;
    top: 0;
    left: 0;
}

.cgB1 {
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0c;
    position: fixed;
    z-index: 1111112;
    top: -100vh;
    left: 0;
}

.cgB2 {
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0c;
    position: fixed;
    z-index: 1111112;
    bottom: -100vh;
    left: 0;
}


/*******************************************/


/*                                         */


/*              cgpagechange C             */


/*                                         */


/*******************************************/

#cgCbox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1111111;
    display: none;
    top: 0;
    left: 0;
}

.cgC1 {
    width: 0.5px;
    height: 100vh;
    background-color: #0c0c0c;
    position: fixed;
    z-index: 1111112;
    left: 50vw;
    top: -100vh;
}

.cgC2 {
    width: 0.5px;
    height: 100vh;
    background-color: #0c0c0c;
    position: fixed;
    z-index: 1111112;
    right: 50vw;
    top: -100vh;
}