
@charset "UTF-8";

@media screen and (max-width: 784px){
	
	.contents:after, footer:after{
		background-size: 100% auto;
	}
	
}

@media screen and (max-width: 560px){
	.waku_douga{
		position: relative;
		padding-bottom: 56.25%;
	}
	
	.waku_douga iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 414px){
	
	.contents{
		padding-bottom: 40px;
	}
	
	.contents p{
		font-size: 18px;
	}
	
	.contents h2{
		font-size: 24px;
		font-weight: bold;
	}
	
	.contents img[class^="chara_"]{
		width: 94px;
	}
	
	.contents img.chara_2{
		width: 100px;
	}
	
	.contents img.chara_3{
		width: 84px;
	}
	
	.contents.yoyaku p{
		font-size: 20px;
	}
	
	.contents p span.kaigyou{
		display: block;
	}
	
	footer{
		padding-bottom: 124px;
	}
	
	footer nav ul li{
		font-size: 19px;
	}
	
	.waku_asobi{
		padding: 20px 16px 12px;
	}
	
}
