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

html{

}

*{
    margin: 0;
    font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;

}

body{
    margin: 0 auto;
}

.main{
    width: 100vw;
    overflow: hidden;
}
