@media screen and (max-width: 767px) {
	html {
		height: 100%;
	}

	body {
		height: 100%;

	}

	.sp {
		display: inline-block;
	}

	.sp_b {
		display: block;
	}

	.vsp {
		display: none;
	}

	.pc,
	.pc_b {
		display: none;
	}



	/*------- SUB PAGE ----------------*/
	.sub_box {
		min-width: inherit;
	}

	.in_box {
		width: 100%;
	}
	
	h3{
		font-size: 19pt;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	
	.txt_box{
		font-size: 11pt;
		line-height: 2.1em;
	}

	main{
		min-width: inherit;
	}
	
	#header{
		min-width: inherit;
	}
	
	#manga_box{
		min-width: inherit;
	}
	
	.manga{
		margin: 0 auto 10px;
		min-width: inherit;
	}
	
	.manga2{
		margin: 0 auto 10px;
		min-width: inherit;
	}
	
	.copy{
		min-width: inherit;
	}
	
	
	#top_tw_ {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}

	.sns_ {
		margin-top: 0px;
		margin-right: 7px;
		margin-bottom: 0;
		float: left;
		margin-left: 0;
	}


	.fb {
		margin: -2px 0px 0px 5px;
	}


	.tw_ {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
	}


	.lineb {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0;
		float: left;
	}
	
	
	
}
