@charset "utf-8";

@media print, screen and (min-width: 751px) {


/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

#mv{
	text-align: center;
	background: #000;
	overflow: hidden;
}

/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */


main section{
	padding: 80px 0 90px;
	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:465%;
	line-height: 1.4em;
	font-weight:bold;
	position: absolute;
	top:50%;
	left:0;
	right:0;
	margin: -1.3em auto auto auto;
	width:14.8em;
	height:auto;
	display: block;
}

#mv p span {
	display: inline-block;
}


/* boxLayout01
---------------------------------------------*/

section > div > .boxLayout01{
	margin-bottom: 40px;
}

section > div > .boxLayout01:last-child{
	margin-bottom: 0;
}

.boxLayout01 > .movieBox{
	width:440px;
}

.boxLayout01 > .imgBox img,
.boxLayout01 > .movieBox video{
	max-width: 440px;
}

section:nth-child(3) .boxLayout01.imgRight{
	direction: ltr;
}

}