@charset "utf-8";


/* CSS Document */

@media screen and (max-width: 767px) {
	
	/* ------ base ------- */
	
	html{
		font-size: 17px;
	}
	
	.g_w1300{
	width: 85%;
	}
	
	.g_w1000{
	width: 85%;
	}
	
	.g_w800{
	width:85%;
	}
	
	/* ------ header ------- */
	
	.header_inner img{
		height: 25px;
	}
	
	.hamburger{
		position: fixed;
		right: 20px;
		top: 10px;
	}
	
	/*  ---------- main ---------  */
	.mv{
		display: none;
	}
	.mv_sp{
		display: block;
		width: 100%;
	}
	
	.mv_sp img{
		width: 100%;
	}
	
	.column_box{
		padding: 0px;
	}

	.column_box ul{
		 grid-template-columns: 1fr;
	}
	
	.column_box ul {
		border-left: 0;
		border-top: 0;
	}
	.column_box ul li {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
	}
	
	.column_box ul li:first-child {
		border-top: 1px solid #000;
	}	
	
	.column_box ul li article {
		padding: 25px 40px 50px 40px;
	}
	
	/*  ---------- footer ---------  */
	
	footer{
		padding: 30px 0 30px;
	}
	
	.about_box{
		display: flex;
		flex-direction: column;
		gap:30px;
		padding: 35px;
	}

	.about_left{
		text-align: center;
	}
	
	.about_left img{
		height: 35px;
	}
	
	.footer_nav{
		padding: 30px 0;
	}
	
	.character_about img{
		right: 50%;
		bottom: -30px;
		transform: translateX(50%);
		width: 80px;
	}


}