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

*, *:after, *:before {
 -moz-box-sizing: border-box; 
 box-sizing:      border-box;
}

html::-webkit-scrollbar{ display:none;}
html { -ms-overflow-style:none;}

body, html {
 position: relative; 
 height:   100%; 
 width:    100%; 
 overflow: hidden;
}
body { 
 background-color: #E0E0E0; 
 margin:           0; 
}


@media screen and (min-width: 350px) { /*　画面サイズ 350pxから適用　*/
.ib_box {
width:              209px;
height:             24px;
margin:             0;
background-image:   url(/images/logo/top_01_209x24.svg);
background-repeat:  no-repeat;
top:                25px;
left:               25px;
position:           absolute;
z-index:            10;
}
}
@media screen and (min-width: 700px) {/*　画面サイズ 500pxから適用　*/
.ib_box {
width:              209px;
height:             24px;
margin:             0;
background-image:   url(/images/logo/top_01_209x24.svg);
background-repeat:  no-repeat;
top:                50px;
left:               50px;
position:           absolute;
z-index:            10;
}
}
.glitch-img {
 position:                absolute; 
 width :                  100%; 
 height :                 100%; 
 top:                     0 ; 
 left :                   0; 
 background-position:     center;  
 -moz-background-size:    cover;
 -o-background-size:      cover;
 -webkit-background-size: cover;
 background-size:         cover;
 opacity :                1;
}