@charset "utf-8";

@media print, screen and (min-width: 751px) {

/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

#mv{
	text-align: center;
	background: #000000;
	overflow: hidden;
}


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */

main section{
	padding: 50px 0;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

main section:last-child{
	border-bottom: none;
}

main section > .txtBox > h2{
	font-size: 300%;
	margin-bottom: 25px;
}

main .boxLayout01 > .txtBox > p,
main section > .txtBox > p{
	font-size: 160%;
	line-height: 1.75;
}

main section > .txtBox > p span {
	padding: 0;
	margin: 0;
}


#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: 3.0em;
	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;
}

/* imgArea
---------------------------------------------*/

#imgArea{
	border-bottom: 1px solid #eeeeee;
}

#imgArea section#secGlance > .imgBox img{
	border: 1px solid #eee;
	box-sizing: border-box;
}

/* movieArea
---------------------------------------------*/

#movieArea .movieBox > a:hover {
	opacity: 1.0;
}

#movieArea .movieBox > a:after {
	content:"";
	display: block;
	position: absolute;
	width:66px;
	height:46px;
	background: url('../../common/img/yt_play.png') no-repeat center center;
	background-size:66px;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-33px;
}

#movieArea .movieBox > a:hover:after {
	background: url('../../common/img/yt_play_hover.png') no-repeat center center;
	background-size:66px;
}

#movieArea .boxLayout01 > .txtBox a {
	color:#FFF;
	display: inline-block;
	margin: 0 18px 0 0;
	width:180px;
}

#movieArea .boxLayout01 > .txtBox a.btn_bc {
	background: #0aa547;
	border:solid 1px #0aa547;
}

#movieArea .boxLayout01 > .txtBox a.btn_yt {
	background: #b0210a;
	border:solid 1px #b0210a;
	color:#FFF;
	display: inline-block;
}

#movieArea .boxLayout01 > .txtBox a i {
	font-size:1.4em;
	vertical-align: middle;
	padding-right:0.5em;
}

main section > .txtBox > p.movie_note {
	font-size:11px;
	margin-top:1em;
	color:#555;
}

}

