@charset "UTF-8";
@font-face {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","HG創英角ﾎﾟｯﾌﾟ体", "Osaka",sans-serif;
src: url("../fonts/acgyosyo.ttf") format("truetype");
font-weight: bold;
font-display: swap;
}
@media screen and (max-width: 1600px){
#pop_mess{
font-weight:bold;
z-index:999999;
zoom:2;
position: fixed;
top:15%;
left:20%;
width: 800px;
height: 50px;
background-color: lightpink;
}
}
