@charset "utf-8";
/* ------------------------------------------------------------ common */

* {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

header *,
footer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#fv h2 {
	background: url(../images/studio/bg.png) center bottom no-repeat;
}

#studios h3 {
	color: #797979;
}
#shinsakae {
	padding: 10px 0 120px;
}
#imaike {
	padding: 0 0 30px;
}

#totop {
	background: #f9f6e9;
}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width: 640px) {
	#fv h2 {
		background: url(../images/studio/bg_.png) center bottom no-repeat;
		background-size: 223px 36px;
	}

	#shinsakae {
		padding: 10px 0 50px;
	}
}

/* 2024.02.26 */
#sec-other section .l-flex .txt {
	box-sizing: border-box;
}
