@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝色を替える部分＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*====ローディング画面===========================*/
/*ローディング画面　バックの色*/
/*1月:darkgreen　2月:#FF69A3　3月:#330000　4月:indigo*/
#splash {background:indigo;}

/*ローディング画面　JYULIYN.com の色*/
/*1月:#fff　2月:#FFBEDA　3月:#F5DEB3　4月:mediumpurple*/
#splash {color:mediumpurple;}

/*ローディング画面　文字の位置*/
/*1月:40%,50% 2月:40%,50%*/

#splash_logo {top: 40%;left: 50%;}
/*ローディング後の地色*/
/*1月:yellowgreen　2月:#FFF0F5　3月:#F5DEB3　4月:mediumpurple*/
body.appear .splashbg{background-color:mediumpurple;}

/*====TOP END===================================*/
/*TOP END の色*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
#menu li a{color: white;}

/*TOP END の伸びる横線*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
#menu li a::after{background: white;}

/*====タイプ文字の色=============================*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
.ms-section{color:white;}
/*====スクロールアイコン=========================*/
/*Nya~nの色*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
.scrolldown1 span{color: white;}
/*縦線の色*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
.scrolldown1::after{background: white;}
/*====LEFT2====================================*/
/*XXXを打ち込んでみたの色*/
/*1月:lightsteelblue　2月:tan　3月:xxx　4月:yellow*/
.left2_text{color:tan;}
/*VER1 VER2 BGMの色*/
/*1月:lightsteelblue　2月:tan　3月:xxx　4月:yellow*/
.sp-bottom p{color:silver;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝レスポンシブ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝768px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:768px)
{
 h1{font-size: 1.5rem;}
}
/*＝＝＝＝＝＝＝＝＝＝＝550px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:550px)
{
/*TOP END の色*/
/*1月:#eee　2月:tan　3月:tan　4月:xxx*/
#menu li a{color: tan;}
#menu li a{top:-20px;left:-20px;}
#header{justify-content: center;}
.scrolldown1
{
position:absolute;
right:50px;bottom:30px;
height:50px;}
/*タイトルタイプ文字*/
h1{font-size: 1.5rem;
top:30%;left:50%;/*タイプ文字の配置*/
line-height: 1.5;}
.ms-section{padding:0;}
.ms-tableCell{vertical-align:top;}
.ms-right{display: none;}
.ms-left{width:100%!important;}
.sp-bottom{padding:20px;}
}
/*＝＝＝＝＝＝＝＝＝＝＝401px以下＝＝＝＝＝＝＝*/
@media screen and (max-width:401px)
{
/*タイトルタイプ文字*/
h1{font-size: 1.5rem;
top:20%;left:50%;/*タイプ文字の配置*/
line-height: 1.5;}
.scrolldown1
{
position:absolute;
right:50px;bottom:20px;
height:50px;}

/*ローディングの文字*/
.glowAnime{font-size: 1.3rem;letter-spacing: 0.2em;
	margin: 0 0 30px 0;}

}
/*＝＝＝＝＝＝＝＝＝＝＝321px以下＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:321px)
{
/*タイトルタイプ文字*/
h1{font-size: 1.2rem;
top:25%;left:40%;/*タイプ文字の配置*/
line-height: 1.5;}
.scrolldown1
{
position:absolute;
right:50px;bottom:10px;
height:50px;}

}
