@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;1,400;1,600&family=Noto+Sans+JP:wght@400;500;700&family=Sawarabi+Mincho&display=swap');

.ggfs01 {
	font-family: 'Crimson Text', serif !important;
}
.ggfs02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.ggfs03 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.ggfs04 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.fsswrb {
	font-family:"Sawarabi Mincho", serif;
}
/* font-family: 'Noto Sans Japanese'; */

/* BASE
------------------------------------------------------------*/

*{
	padding: 0;
	margin: 0;
}
html {
	overflow-y:scroll;
	background: #000;
}
html,body {
	margin: 0;
	padding: 0;
	font-size: 1.0em !important;
	color: #fff !important;
	/* font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Osaka, sans-serif; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: 'Noto Sans Japanese' !important;
	font-weight: 200 !important;
	line-height: 1.7em !important;
	-webkit-text-size-adjust: none !important;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body.lowdir {
	margin: 0;
	padding: 0;
	font-size: 1.0em !important;
	color: #333 !important;
}
body::after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color:#000;
      z-index: 9999;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity .8s ease;
      transition: opacity .8s ease;
}
body.lowdir {
	background: #000;
}


a {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #666;
}
html>/**/body a {
	display /*\**/ : inline-block\9;
}
em {
	color: #111;
	font-weight:bold;
}
img {
	vertical-align: top;
}
input, textarea {
	margin: 0px;
	padding: 6px;
}
table {	width: 100%; }
.tableauto { table-layout: auto; }
.tablefix { table-layout: fixed; }

.fleft { float:left; }
.fright { float:right; }
.freset { float:none; }

.txt-l { text-align:left; }
.txt-c { text-align:center; }
.txt-r { text-align:right; }

.flimg	 { float:left; padding: 0 10px 10px 0; }
.frimg	 { float:right; padding: 0 0 10px 10px; }

.fontLarge {
	font-size: 1.2em !important;
	letter-spacing:0.05em !important;
	line-height:1.8 !important;
}
.fontSmall{
	font-size: 0.86em !important;
	letter-spacing:0.05em !important;
	line-height:1.6 !important;
}
.fsred {
	color: #ea4e4d !important;
}

.block {
	display: block;
	*zoom: 1;
}
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


@media screen and (max-width: 480px){

}
