/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2024 | 06:57:34 */
.fit-screen{
	padding-top:180px;
}

@media screen and (max-width:640px){
.fit-screen{
	padding-top:90px;
}
	
}


@media screen and (max-width:640px){
	
	.hitokoto{
		position:relative;
		top:1vh;

	}
}

/* scroll-snap対応 */
.home {
	#content {
		margin-top: 0;
	}
	
	.content-in {
		width: 100%;
		margin: 0;
	}
	
	main {
		padding: 0;
		border: 0;
	}
	
	.entry-content {
		margin: 0 auto;
	}
	
	.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    	max-width: none;
	}
}