@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Domine');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@font-face{
    font-family: "Futura";
    src: url(../font/Futura Medium.ttf);
}
@font-face{
    font-family: "Futura Light";
    src: url(../font/Futura Light.ttf);
}
@font-face{
    font-family: "DIN Condensed";
    src: url(../font/DIN Condensed Bold.ttf);
}
@font-face{
    font-family: "AB Dent";
    src: url(../font/AB-Dent.ttf);
}
@font-face{
    font-family: "Gobold Lowplus";
    src: url(../font/Gobold_Lowplus.ttf);
}
/*grunge*/
@font-face{
    font-family: "Breitkopf Fraktur";
    src: url(../font/Breitkopf-Fraktur.ttf);
}
@font-face{
    font-family: "Opera Lyrics Smooth";
    src: url(../font/Opera-Lyrics-Smooth.ttf);
}
@font-face{
    font-family: "Fraktur Modern";
    src: url(../font/Fraktur-Modern.ttf);
}
@font-face{
    font-family: "Breitkopf Fraktur";
    src: url(../font/Breitkopf-Fraktur.ttf);
}
/*webfont*/
.sawarabimincho{
    margin-top: -2px;
    font-family: "Sawarabi Mincho";
}
.notosansjapanese{
	font-family: "Noto Sans Japanese";
}
.montserrat{
    font-family: "Montserrat", sans-serif;
}
.domine{
    font-family: "Domine", serif;
}
.oswald{
    font-family: "Oswald", sans-serif;
}
/*localfont*/
.futura{
    font-family: "Futura";
}
.futuralight{
	font-family: "Futura Light";
}
.din{
    font-family: "DIN Condensed";
}
.goboldlowplus{
    font-family: "Gobold Lowplus";
}
    /*grunge*/
.abdent{
    font-family: "AB Dent";
}
.operalyricssmooth{
    font-family: "Opera Lyrics Smooth";
}
    /*Fraktur*/
.frakturmodern{
    font-family: "Fraktur Modern";
}
.breitkopffraktur{
    font-family: "Breitkopf Fraktur";
}
*{
    padding: 0;
    margin: 0;
    
    color: #000;
    text-decoration: none;
}
html{
    /*overflow: scroll;*/
}
body{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
    width: calc(100vw - 150px);
	height: calc(100vh - 200px);
}
@media screen and (max-width: 1000px){
	body{
		width: 100%;
	}
}