@font-face {
    font-family:'Noto Sans Japanese';
    font-style:normal;
    font-weight:400;
    src:url('../fonts/NotoSansCJKjp-Light.eot');
    src:url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Light.otf')  format('opentype');
}

@font-face {
    font-family:'Noto Sans Japanese';
    font-style:normal;
    font-weight:600;
    src:url('../fonts/NotoSansCJKjp-Medium.eot');
    src:url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Medium.otf')  format('opentype');
}

@font-face {
    font-family:'Noto Sans Japanese';
    font-style:normal;
    font-weight:800;
    src:url('../fonts/NotoSansCJKjp-Bold.eot');
    src:url('../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Bold.otf')  format('opentype');
}

@font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:600;
    src:url('../fonts/NotoSerifCJKjp-Medium.eot');
    src:url('../fonts/NotoSerifCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Medium.otf')  format('opentype');
}

@font-face {
    font-family:'Noto Serif Japanese';
    font-style:normal;
    font-weight:700;
    src:url('../fonts/NotoSerifCJKjp-Bold.eot');
    src:url('../fonts/NotoSerifCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Bold.otf')  format('opentype');
}

@font-face {
    font-family:'rounded-mplus-1c';
    font-style:normal;
    font-weight:700;
    src:url('../fonts/rounded-mplus-1c-bold.eot');
    src:url('../fonts/rounded-mplus-1c-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rounded-mplus-1c-bold.woff') format('woff'),
    url('../fonts/rounded-mplus-1c-bold.ttf')  format('truetype');
}

.noto-light{
	font-family:'Noto Sans Japanese';
	font-weight:400;
	transform:rotate(0.001deg);
}

.noto-medium{
	font-family:'Noto Sans Japanese';
	font-weight:600;
	transform:rotate(0.001deg);
}

.noto-bold{
	font-family:'Noto Sans Japanese';
	font-weight:800;
	transform:rotate(0.001deg);
}

.noto-s-regular{
	font-family:'Noto Serif Japanese', serif;
	font-weight:600;
	transform:rotate(0.001deg);
}

.noto-s-bold{
	font-family:'Noto Serif Japanese', serif;
	font-weight:700;
	transform:rotate(0.001deg);
}

.round-bold{
	font-family:'rounded-mplus-1c', serif;
	font-weight:700;
	transform:rotate(0.001deg);
}


