@charset "utf-8";

@media print, screen and (min-width: 751px) {


/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

#mv{
	text-align: center;
	background: #030408;
	overflow: hidden;
}


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */


main section{
	padding: 100px 0;
	overflow: hidden;
}

main section:nth-child(even){
	background: #fafafa;
}

#mv {
	position: relative;
}

#mv p.mv_lead {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#FFF;
	font-size:140%;
	font-weight:bold;
	position: absolute;
	top:6%;
	left:0;
	right:0;
	margin: 0 auto;
	display: block;
}

#mv p.mv_lead span {
	display: inline-block;
	padding-left:1.5em;
}

#mv p.mv_lead span img {
	width:130px;
	height:auto;
	display: block;
	margin-top:4px;
}

#mv p.mv_main {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#FFF;
	font-size:400%;
	line-height: 1.35em;
	font-weight:bold;
	position: absolute;
	top:13%;
	left:0;
	right:0;
	margin: 0 auto;
	width:21em;
	height:auto;
	display: block;
}

#mv p.mv_main span {
	display: inline-block;
}

#mv p.mv_sub {
	font-family: "ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	color:#0AA547;
	font-size:250%;
	line-height: 1.4em;
	font-weight:bold;
	position: absolute;
	top:29%;
	left:0;
	right:0;
	margin: 0 auto;
	display: block;
}

#mv small {
	color:#555;
	font-size:12px;
	position: absolute;
	bottom:4%;
	left:0;
	width:100%;
	text-align: center;
}

#mv small span {
	display: inline-block;
}

#mv small span:last-child {
	padding-left:1.5em;
}

/* mainText
---------------------------------------------*/

#mainText{
	padding: 60px 0;
}

#mainText p{
	font-size: 160%;
	line-height: 2;
	text-align: justify;
}


/* boxLayout01
---------------------------------------------*/

.boxLayout01 > .movieBox{
	width:440px;
}

.boxLayout01 > .imgBox img,
.boxLayout01 > .movieBox video{
	max-width: 440px;
}

main section:nth-child(odd) .boxLayout01{
	direction: rtl;
}

main section:nth-child(odd) .boxLayout01 .imgBox{
    padding-left: 40px;
    padding-right: 0;
    direction: ltr;
}

main section:nth-child(odd) .boxLayout01 .txtBox{
    direction: ltr;
}


/* author
---------------------------------------------*/

.author{
	overflow: hidden;
	padding: 45px 0;
	border-top: 1px solid #eeeeee;
}

.author p{
	text-align: right;
	font-size: 120%;
	line-height: 2;
}

.author p a{
	color: #0aa547;
}

}