@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=M+PLUS+1&family=M+PLUS+2:wght@100..900&display=swap');

html {
	height: 100%;
}

body {
	background: #FFF;
	font-family: "M PLUS 2", "BIZ UDPGothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","YuGothic Medium", "游ゴシック Medium", "Yu Gothic", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	color: #212529;
}

img {
	max-width: 100%;
}

.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: .5;
}
