/********レスポンシブ背景白余白あり*******/
#v_all01{
width:480px;

/*background-image: url("https://muscatchat.info/img/bg2.png");*//*元bg.png*/
background: #FFF;
margin:0px auto;
padding:0;
padding:0;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/*--------------------------------
▲ ウィンドウ幅が800px以上の場合 ▲
--------------------------------*/
/*--------------------------------
▼ ウィンドウ幅が799px以下の場合 ▼
--------------------------------*/
@media screen and (max-width:799px){
#v_all01{
width:100%;

/*background-image: url("https://muscatchat.info/img/bg2.png");*/
background: #FFF;
margin:0 auto;
padding:0px 0px;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
}

.v_floatcl{
clear:both;　/*floatの解除、ここがポイント*/
}

.v_gsbl01{
padding:2px 0px;
background: #EEEEEE;
}

.v_mus03{
background:#444;
padding:4px; 
line-height:1.5em;
color:#FFF;
}

.v_top_01b{
width:100%;
border-top:3px solid #F81B73;
border-bottom:1px solid #CCC;
color:#000;
background:#FFF;/*#0085B2*/
margin:0px auto 4px auto;
}

/*■上段200519■*/
.v_top_01img{
padding:4px;
width:15%;
background:#FFF;/*#0085B2*/
float:left;
}

.v_top_01text{
padding:4px;
font-size:18px;
font-weight:bold;
width:80%;
background:#FFF;/*#0085B2*/
float:left;
line-height:1.5em;
}

.v_newpg003{
margin:4px auto 0px auto;
text-align:right;
}

/*日付*/
span.v_newptext01b{
font-size:12px;
/*text-shadow: 1px 1px 1px #CCC;*/
color:#000;/*#EA0000赤*/
}

.v_block00{
position: relative;
}



/*パララックスCSS*/
.sticky {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
p {
	display: inline-block;
	font-size: 60px;
	padding: 0;
	margin: 0;
}
.header {
	/*元background: #212E32;*/
	color: #fff;
	z-index: 100;
/*追加*/
background-image: url('../img/head_01_back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/**/
}

.content_1 {
	background: #FFF;
/*追加*/
background-image: url('../img/top_01_back.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/
	z-index: 200;

}

.content_2 {
	/*元background: #f0f;*/
	  z-index: 300;
/*追加*/
background-image: url('../img/top_02_back.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/
	
}

.content_3 {
	/*元background: #00f;*/
	z-index: 400;
/*追加*/
background-image: url('../img/top_03_back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/

}

.content_3_1 {
	/*元background: #00f;*/
	z-index: 400;
}

.content_4 {
	/*元background: #00f;*/
	z-index: 400;
/*追加*/
background-image: url('../img/top_04_back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/

}

.content_4_1 {
	/*元background: #00f;*/
	z-index: 400;
}



.content_5 {
	/*元background: #00f;*/
	z-index: 400;
/*追加*/
background-image: url('../img/top_05_back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/

}

.content_5_1 {
	/*元background: #00f;*/
	z-index: 400;
}

.content_6 {
	/*元background: #00f;*/
	z-index: 400;
/*追加*/
background-image: url('../img/top_06_back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/

}


.footer {
	/*元background: #0ff;*/
	z-index: 500;
background-image: url('https://muscatchat.info/w/img_nijikare/top05.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
/*追加*/

}


/*画像*/

.km02_block00{
	position: relative;
	border-bottom: 0px solid #403838;
}

.km02_block01_img02{
	position: absolute;
	top: 0;
	left: 0;
}

.km02_block01_img03{
	position: absolute;
	top: 0;
	left: 0;
}

.km02_block01 img {
	animation-name: album;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.km02_block01 .km02_block01_img02 {
	animation-delay:3s;
}

.km02_block01 .km02_block01_img03 {
	animation-delay:6s;
}



.km02_block02{
  position: absolute;
  top:0;
}



/*アニメーションの変化を指定*/
@keyframes album2 {
	0% {
		opacity: 0;
	}
	
	4% {/*3枚は4%*/
		opacity: 1;
	}

	32% {/*3枚は32%*/
		opacity: 1;
	}
	40% {/*3枚は40%*/
		opacity: 0;
}
}



.km02_block01_btn01{
	position: absolute;
	bottom: 20px;
	left: 0;
}


.km02_block01_btn02{
	position: absolute;
	bottom: -20px;
	left: 0;
}


.km02_block01_btn03{
	position: absolute;
	bottom: 20px;
	left: 0;
}



.km02_block01_btn04{
	position: absolute;
	bottom: -60px;
	left: 0;
}



.km02_block01_btn05{
	position: absolute;
	bottom: -60px;
	left: 0;
}


.km02_block01_btn06{
	position: absolute;
	bottom: 10px;
	left: 0;
}


/*-----------スライダー等の特別-----------------*/

.slider4 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 20px 0;
}

.slides4 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides4::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides4::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides4::-webkit-scrollbar-track {
  background: transparent;
}
.slides4 > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 80%;
max-height: 900px;/*←高さはココを変更*/
/*height: 500px;デフォるとはこっち*/
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.slides4 > div:target {
/*   transform: scale(0.8); */
}
.author-info4 {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info4 a {
  color: white;
}
img4 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider4 > a {
  display:none;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider4 > a:active {
  top: 1px;
}
.slider4 > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider4 > a {
    display: none;
  }
}





/*非表示をコメントアウトしています*/
/*
*,
*::after,
*::before {
  box-sizing: border-box;
}




/**/
.v_box_obi_01{
	position: relative;
	border-bottom: 0px solid #403838;
}


.v_box_obi_02{
	position: absolute;
	top: -20px;
	left: 0;
z-index:10;
}


/*送り画像*/
.okuri_box_a_01{
	position: relative;
	border-bottom: 0px solid #403838;
}


.okuri_box_a_02{
  position: absolute;
  top:0;
}


.okuri_img_a_02{
	position: absolute;
	top: 0;
	left: 0;
}

.okuri_img_a_03{
	position: absolute;
	top: 0;
	left: 0;
}

.okuri_box_a03 img {
	animation-name: okuri_01;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.okuri_box_a03 .okuri_img_a_02 {
	animation-delay:3s;
}

.okuri_box_a03 .okuri_img_a_03 {
	animation-delay:6s;
}

/*アニメーションの変化を指定*/
@keyframes okuri_01 {
	0% {
		opacity: 0;
	}
	
	4% {/*3枚は4%*/
		opacity: 1;
	}

	32% {/*3枚は32%*/
		opacity: 1;
	}
	40% {/*3枚は40%*/
		opacity: 0;
}
}




/*送り画像*/




/*送り画像*/
.okuri02_box_a_01{
	position: relative;
	border-bottom: 0px solid #403838;
}


.okuri02_box_a_02{
  position: absolute;
  top:0;
}


.okuri02_img_a_02{
	position: absolute;
	top: 0;
	left: 0;
}

.okuri02_img_a_03{
	position: absolute;
	top: 0;
	left: 0;
}

.okuri02_box_a03 img {
	animation-name: okuri02_01;
	animation-duration: 12s;/*9s*/
	animation-iteration-count: infinite;
	opacity: 0;
}

.okuri02_box_a03 .okuri02_img_a_02 {
	animation-delay:4s;/*3s*/
}

.okuri02_box_a03 .okuri02_img_a_03 {
	animation-delay:8s;/*6s*/
}

/*アニメーションの変化を指定*/
@keyframes okuri02_01 {
	0% {
		opacity: 0;
	}
	
	4% {/*3枚は4%*/
		opacity: 1;
	}

	32% {/*3枚は32%*/
		opacity: 1;
	}
	40% {/*3枚は40%*/
		opacity: 0;
}
}




/*送り画像*/



.box_220713_01{
margin:12px auto;
width:100%;
}



.box_221024_01{
width:96%;
margin:12px auto;
padding:6px;
line-height:2.0em;
}

span.text_221024_01{
color:#E05B96;
font-size:36px;
}


/*ブルーストライプ*/
.back_221024_01{

background-image: url("https://games-drop.info/me/niji04/img/back01.png");
margin:0 auto;
padding:0px 0px;

}

/*ピンクストライプ*/
.back_221024_02{

background-image: url("https://games-drop.info/me/niji04/img/back02.png");
margin:0 auto;
padding:0px 0px;

}


/*画像の上に文字を重ねる*/
.box_2211025_01{

background: url(https://games-drop.info/me/niji07/img/story_back01.png) no-repeat center center / cover;/*元画像https://www.nijichat.jp/official/img/img_story_back.png*/
text-align:center;
    /*height: 600px;*/
    color: #555;
    font-size: 20px;

margin:26px auto 16px auto;
line-height:1.5em;
}


/*画像の上に文字を重ねる*/
.box_2211025_02{
background: url(https://games-drop.info/me/niji07/img/play_back01.png) no-repeat center center / cover;/*元画像https://www.nijichat.jp/official/img/img_play_back.png*/
text-align:center;
/*height: 600px;*/
color: #555;
font-size: 20px;
margin:26px auto 16px auto;
line-height:1.5em;
}


.box_221025_03{
margin:20px auto 20px auto;
padding:12px;
text-align:left;
font-size:16px;
line-height:2.0em;
}


.box_221025_04{
margin:20px auto 20px auto;
padding:6px;
}

.box_221025_05{
font-size:16px;
text-align:left;
margin:20px auto 20px auto;
padding:6px;
line-height:1.8em;
color:#E05B96;
}

.box_221025_06{
width:100%;
background:#fff;
}



span.text_221025_01{
font-size:24px;
color:#B7347A;
font-weight:bold;
}


span.text_221025_02{
font-size:24px;
color:#E05B96;
font-weight:bold;
}



.img_221025_01{
 width:100%;
   /*⬇︎⬇︎2秒ごとに画像が動くようになっている*/
 animation: fluffy1 4s ease infinite; 
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }




.relative01 {
  position: relative;
}
.absolute01 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.absolute02 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}


.box_221026_01{
width:96%;
margin:12px auto 20px auto;
padding:6px;
line-height:2.0em;
}

span.text_221107_01{
color:#45C1C4;
font-size:20px;
font-weight:bold;
}


.login_230117_01{
margin:12px auto;
text-align:center;
font-size:20px;
font-weight:bold;
color:#1A0DAB;
line-height:1.5em;
letter-spacing:0.4px;
}



/*下からフェードインhttps://rico-notes.com/programming/css/css-fade-in/*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 2.0s;/*秒数*/
   animation-timing-function: ease-out;/*linear*/
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




.loop_wrap {
  display: flex;
  width: 100%;

  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}


@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}




.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}


.box_afe_relative01 {
  position: relative;
}

.box_afe01 .btn_afe01{
	position: absolute;/**/
	
	
	width: 96%;/*450px*/
	/*height: 246px;*/
	margin-left: -48%;
	z-index: 1;
	
	animation-name: btn_afe01;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-direction: normal;
	

}
@keyframes btn_afe01 {
	0% {left: 55%;}
	3.5% {left: 47%;}
	7% {left: 53%;}
	10.5% {left: 48%;}
	14% {left: 52%;}
	17.5% {left: 49%;}
	21% {left: 51%;}
	28% {left: 49%;}
	35% {left: 51%;}
	42% {left: 50%;}
	100% {left: 50%;}
}



.box_afe_stop01{
   height: 90px;
}



.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
line-height:1.5em;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}


.highlighter {
font-size:26px;
font-weight:bold;
background: linear-gradient(transparent 60%, #FFFF00 60% 90%, transparent 90%);
}


.box_0305_01{
text-align:left;
}

.box_0305_02{
padding:6px 12px;
background:#75B736;
border-bottom: 3px solid #456D22;
text-align:center;
color:#FFF;
border-radius: 6px;
}


span.text_0305_01{
color:#444;
font-size:16px;
}

span.text_0305_02{
color:#EC6D27;
font-size:18px;
font-weight:bold;
}

span.text_0305_03{
color:#FF067C;
font-size:20px;
font-weight:bold;
}


span.text_0305_04{
color:#000;
font-size:16px;

}

span.text_0305_05{
color:#000;
font-size:18px;
font-weight:bold;
}



/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}



/*以下遅延の指定*/
.txt01 {animation-delay: 0.2s;}
.txt02 {animation-delay: 1.5s;}
.txt03 {animation-delay: 1.8s;}
.txt04 {animation-delay: 2.3s;}
.txt05 {animation-delay: 13s;}
.txt06 {animation-delay: 16s;}



.head_relative {
position: relative;
}

.head-bg-img {
    position: absolute;
    top: 0px;
    width: 100%;
z-index: 0;
  }


.head-texta-img {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 100%;
z-index: 1;
  }

.head-textb-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
z-index: 2;
  }



.box{
position: relative;
}
.top-left {
margin:0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
z-index: 1;
}

.top-left02 {
  position: absolute;
  top: 0px;
  left: 0px;
z-index: 2;
}

.top-left03 {
  position: absolute;
  top: 0px;
  left: 0px;
z-index: 3;
}

.top-left04 {
  position: absolute;
  bottom: 10px;
  left: 0px;
z-index: 4;
}


footer {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
z-index: 10;
}


/*st_box_230412_01これと連動している*/
.st_box_230412_02{
width:100%;
}


.st_box_230412_01 {
  top: 70%; /* 画面上から50px */
  left: 0%; /*画面左から50px*/
z-index: 10;
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
}