@charset "utf-8";

@media screen and (max-width: 750px) {

/* -----------------------------------------------------------------------------

	mw
  
----------------------------------------------------------------------------- */

.movieBox .moviePlay {
    font-size: 10.67vw;
    width: 10.67vw;
    height: 10.67vw;
    top: -5vw;
}


/* -----------------------------------------------------------------------------

	main
  
----------------------------------------------------------------------------- */


main section{
	padding: 35px 0;
	overflow: hidden;
	background: #fafafa;
}



/* boxLayout01
---------------------------------------------*/

#main .boxLayout01 > .imgBox {
    background: #000;
    text-align: center;
    margin-bottom: 22px;
    padding: 45px 0 30px;
}

#main .boxLayout01 > .imgBox .ibTitle {
    margin: 0 auto 25px;
    display: block;
}

#main .boxLayout01 > .imgBox img {
    width: 50%;
}

/* btnLink
---------------------------------------------*/

.btnLink{
	text-align: center;
	margin-top: 38px;
}

.btnLink a{
	display: inline-block;
	width: 100%;
	max-width: 360px;
	border: 1px solid #0AA547;
	border-radius: 40px;
	text-align: center;
	font-size: 140%;
	line-height: 60px;
	background:#0AA547;
	color:#FFF;
}

.btnLink a i {
	margin-left:10px;
}

}