@charset "utf-8";

@import "reset.css";
@import "base.css";

@import "style.css";
@import "style_gl.css";

/* フォント */
@font-face {
    font-family: 'Noto Serif TC';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400&display=swap');
}
@font-face {
    font-family: 'Noto Serif TC';
    font-style: bold;
    font-weight: 700;
    src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
}

body {
	font-family: 'Times New Roman','Noto Serif TC','PMingLiU','Microsoft JhengHei', serif;
}
#main_visual .canvas.release_img > .img_txt {
	padding-bottom: 34.563%;
	background-image: url(../img/release_03_zh-hant.png);
}
