<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.anime {
		position: absolute;
		margin: auto;
		width: 100%;
		top:50%;
		margin-top:0%;
		opacity:0;
		color:#424242;
		font-size:34px;
		line-height:160%;
		letter-spacing:0.1em;
		font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic", "Osaka",sans-serif;
	}
	.anime span{
		letter-spacing:0em;
	}
	.btn a{
		font-size:12px;
		display:block;
		color:#FFF;
		position: fixed;
		right:10px;
		bottom:10px;
		padding:5px 25px;
		background-color:#999;
		font-weight:bold;
		text-decoration:none;
		font-family: Century Gothic,Arial,sans-serif;	
	}
	#replayBtn {
		display:none;
	}	
	#item01,#item03{
		top:0%;	
	}
	#item01-2,	
	#item04{
		top:100%;	
	}
	#item02{
		top:50%;
		
			}
	#item05{
		left:100%;
		top:60%;
	}
	#item05-2{
		left:100%;
		top:80%;
	}	
	#item06 {
	left: -50px;
	top: -50px;
		}
	#item06-2{
	left: -50px;
	top: -50px;
		}	
	
	@media screen and (max-width : 480px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	.anime{
		font-size:24px;
		width: 96%;
		padding:0 2%;
	}
	.anime img{
		width:45%;
	}

	#item08{
		font-size:9px;
	}
	#item10{
		font-size:12px;
	}
	#last{
		margin-top: 45px;	
	}
	}
	
	@media screen and (max-width : 320px){
	.anime{
		font-size:20px;
	}
	.anime img{
		width:40%;
	}
	#item08{
		top:30%;
		letter-spacing:-0.1em;
	}
	#item10{
		top:25%;
		letter-spacing:0em;
	}
	#last{
		margin-top: 35px;	
	}	
	
</pre></body></html>