@charset "utf-8";
/*以下spサイト W420pxはこちらを適用する*/
@media only screen and (max-width : 420px){
	
	.sp{
		display: block;
	}
	.allwrapper{
	width: 100%;
	overflow-x: hidden !important;
}
	header{
		width:100%;
	}
	#h1_logo{
	text-align: center;
	font-weight: 100;
	font-style:normal;
	margin-top:40px;
		font-size:20px;
	
}
	.kirarito_logo{
	display: block;
	margin-bottom:36px;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	height: auto;
}		
.wrapper{
	background-image: url("../images/kirarito_bk04_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 1300px;
	background-position: top center;
	
}	
.kirarito_main{
	display: block;
	background-image: url("../images/text_backgrond.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 160px left 0;
	width:100%;
	height:673px; 
	text-align: center;
	padding-top:220px;
	font-size:26px;
	font-weight: 500;
	font-style: bold;
	transform: scale(4)rotate(-15deg);
	opacity: 0;
	transition: all 2s ease;
	text-shadow: 0 0 8px #fff;

	line-height: 1;
	
}
	.kirarito_main-animation{
	transform: scale(1);
	opacity: 1;
	
}
	.writer{
	font-size:20px;
}
	
	.kirarito_read{
	width: 312px;
	background-color: #fff;
	border:solid 1px #707070;
	margin:-700px auto 0 auto;
	padding:20px;
	
}
	.kirarito_text{
	font-size:21px;
	text-align: justify;
	line-height: 1.8em;
	
	font-feature-settings: "palt" 1;
}
	footer{
		width: 100%;
	}
	footer p{
	
	text-align: center;
	font-size:16px;

	padding-top:44px;
	padding-bottom:34px;
font-family: "proxima-nova","sans-serif";
	font-weight: 100;
	font-style: normal;
letter-spacing: .07em;

	

}
	
	
	
	
	
}