@charset "UTF-8";
/* CSS Document */

/**************************************
一般設定
***************************************/

body {
	font-family: Meiryo, "メイリオ", system-ui, -apple-system, BlinkMacSystemFont, 
    "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
	color:#000;
	background: #000;
}
a {
	color:#444;
	text-decoration: none;
}
a:hover {

}


/**************************************
ヘッダー
***************************************/

	


/**************************************
コンテンツ
***************************************/
/* スクロール表示 ---------- */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: scale3d(1.3, 2, 0.3);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/**************************************
フッタ
***************************************/