@charset "utf-8";

@media screen and (max-width: 750px) {

/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

#mv{
	text-align: center;
	background: #000;
	overflow: hidden;
}


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */


main section{
	padding: 35px 0;
	overflow: hidden;
}

main section:nth-child(odd){
	background: #fafafa;
}

#mv {
	position: relative;
}

#mv p {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#FFF;
	font-size:7vw;
	line-height: 1.6em;
	font-weight:bold;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	margin: -2.4em auto auto auto;
	width:13em;
	height:auto;
	display: block;
}

#mv p span {
	display: block;
}

/* boxLayout01
---------------------------------------------*/


section > div > .boxLayout01{
	margin-bottom: 20px;
}

section > div > .boxLayout01:last-child{
	margin-bottom: 0;
}


}