@charset "utf-8";

#simulation #top.opened .op{
    display: none;
}

#simulation #top .kv{
    opacity:0;
   position: absolute;
   left: -99999px;
   top: 0;
}
#simulation #top.opened .kv{
    opacity:1;
    transform:scale(1,1);
    transition-duration: 1000ms;
    transition-property: opacity;
    transition-timing-function: linear;
    position: relative;
    left: auto;
}

@media print,screen and (min-width: 769px) {

 
    #simulation #top .op{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 620px;
        z-index: 2;
        overflow: hidden;
    }

    #simulation #top .op video{
        position: absolute;
        display: block;
        left: 0;
        top: 0;
    }

    #simulation #top .kv{
        height: 620px;
    }
    #simulation #top .kv .back{
        background-image: url(img/top_kv_back.jpg);
    }

    
    



    #simulation #top .kv h2{
        background-image: url(img/top_kv_title.png);
        background-size: 100% 100%;
        width:364px ;
        height: 91px;
        text-indent: -9999px;
    }

    #simulation #top .kv .product{
        width: 380px;
        margin-top: 40px;
        position: relative;
    }

  
    #simulation #top .kv .product .cap{
        font-size: 12px;
        position: absolute;
        left: calc(100% + 20px);
        bottom: 20px;
        white-space: nowrap;
    }



     #simulation #top #intro .circle1{
        left: -200px;
        top: -200px;
        width: 380px;
        height: 380px;
     }
 
     #simulation #top #intro .circle2{
        right: -300px;
        bottom: -200px;
        width: 485px;
        height: 485px;
     }
 


   
    



}



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

   


    #simulation #top .op{
        position: relative;
        width: 100%;
        height: calc(100vw / 16 * 16);
        z-index: 2;
        overflow: hidden;
    }

    #simulation #top .op video{
        position: absolute;
        display: block;
        left: 0;
        top: 0;
    }
    

    #simulation #top .kv{
        height: calc(100vw / 375 * 520);
    }
    #simulation #top .kv .back{
        background-image: url(img/top_kv_back_sp.jpg);
    }


    #simulation #top .kv h2{
        background-image: url(img/top_kv_title.png);
        background-size: 100% 100%;
        width:88vw ;
        height: calc(88vw / 364 * 91 );
        text-indent: -9999px;
    }

    #simulation #top .kv .product{
        width: 82vw;
        margin-top: 12vw;
        margin-left: auto;
        margin-right: auto;
    }

    #simulation #top .kv .product .cap{
        font-size: 10px;
        text-align: right;
        margin-bottom: 20px;
    }


    


     #simulation #top #intro .circle1{
        left: -20vw;
        top: -20vw;
        width: 50vw;
        height: 50vw;
     }
 
     #simulation #top #intro .circle2{
        right: -10vw;
        bottom: -10vw;
        width: 60vw;
        height: 60vw;
     }
 
    


}
