@charset "utf-8";

@import "reset.css";
@import "common.css";
@import "basis.css";
@import "smartphone.css";


#top_main .top_main_vis{
    width: 100%;
    /* height: 100vh; */
    background: #eee;
}
#top_main .top_main_vis ul{
    width: 100%;
    height: 100vh;
}

#top_main .top_main_vis ul li{
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

#top_main .top_main_vis ul li:nth-child(1){
    background-image: url(../img/slid-1.jpg);
}
#top_main .top_main_vis ul li:nth-child(2){
    background-image: url(../img/slid-2.jpg);
}

.top_main_box{
    position: absolute;
}

#top_main h1{
    display: block;
    position: absolute;
    width: 300px;
    left: 20px;
    top: 20px;
    z-index: 222;
}

#top_main h1 img{
    display: block;
    width: 100%;
}
