@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝色を替える部分＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{background:white;}

body.appear .splashbg/*ローディング後の地色*/
{background-color:yellowgreen;}
#menu li a/*TOP END の色*/
{color: #fff;}
#menu li a::after/*TOP END の伸びる横線*/
{background: #fff;}
/*Nya~nと縦線のグループの配置*/
.scrolldown1 span/*Nya~nの色*/
{color: #eee;}
.scrolldown1::after/*縦線の色*/
{background: #eee;}

.ms-section/*タイプ文字の色*/
{color:#fff;}
.ms-section a
{color:#fff;}

/*====ローディング画面===========================*/
/*ローディング画面　バックの色*/
#splash {background:darkgreen;}

/*ローディング画面　JYULIYN.com の色*/
#splash {color:#fff;}

/*ローディング画面　文字の位置*/
#splash_logo {top: 40%;left: 50%;}
/*ローディング後の地色*/
body.appear .splashbg{background-color:yellowgreen;}

/*====TOP END===================================*/
/*TOP END の色*/
#menu li a{color: #eee;}
/*TOP END の伸びる横線*/
#menu li a::after{background: #eee;}
/*====タイプ文字の色=============================*/
.ms-section{color:#eee;}
/*====スクロールアイコン=========================*/
/*Nya~nの色*/
.scrolldown1 span{color: #eee;}
/*縦線の色*/
.scrolldown1::after{background: #eee;}
/*====LEFT2====================================*/
/*XXXを打ち込んでみたの色*/
.left2_text{color:lightsteelblue;}
/*VER1 VER2 BGMの色*/
.sp-bottom p{color:lightsteelblue;}

/*＝＝＝＝＝＝＝＝＝＝＝レスポンシブ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝768px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:768px)
{
}
/*＝＝＝＝＝＝＝＝＝＝＝550px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:550px)
{
/*TOP END の色*/
#menu li a{color: #eee;}
}
/*＝＝＝＝＝＝＝＝＝＝＝401px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:401px)
{
  .scrolldown1
  {
  position:absolute;
  right:50px;bottom:20px;
  height:50px;}

}
/*＝＝＝＝＝＝＝＝＝＝＝321px以下＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:321px)
{
  .scrolldown1
  {
  position:absolute;
  right:50px;bottom:10px;
  height:50px;}

}
