@charset "utf-8";
/*------------------------------------------------------------
	格式化
------------------------------------------------------------*/

.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
utility
------------------------------------------------------------*/
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }
.fs30 { font-size: 30px !important; }
.mt0 { margin-top: 0 !important; }
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt18 {
	margin-top: 18px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb27 {
	margin-bottom: 27px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mr20 {
	margin-right: 20px;
}
.pt30 {
	padding-top: 30px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.mb0 { margin-bottom: 0 !important; }

.center{
	text-align: center;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.red {
	color: #CD000C;
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	/*background: url(../img/index/main_back.jpg) no-repeat top left;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 550px;*/
	/*background: url(../img/index/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/index/main_visual_bg.jpg');*/
}
.mainVisual01 {
	background: url(../img/index/main_visual01_bk.jpg) repeat-x;
	height: 649px;
}
.visualInner {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
.mainVisual01  .visualInner {
	margin: 0 auto;
	width: 1024px;
  height: 649px;
	position: relative;
}
.mainVisual02 {
	background: url(../img/index/main_visual02.jpg) no-repeat top center;
	/*-webkit-background-size: cover;
	background-size: cover;*/
	/*width: 100%;*/
	height: 638px;
}
.mainVisual02 .visualInner {
	height: 638px;
}
.mainVisual02 .visualInner h2 {
	position: absolute;
	bottom: 120px;
	left: 39px;
}
.mainVisual03 {
	background: url(../img/index/main_visual03.jpg) no-repeat top center;
	/*-webkit-background-size: cover;
	background-size: cover;*/
	/*width: 100%;*/
	height: 601px;
}
.mainVisual03 .visualInner {
	height: 601px;
}
.mainVisual03 .visualInner h2 {
	position: absolute;
	bottom: 201px;
	left: 39px;
}

.mainVisual .visualInner .txtImg {
    /* width: 386px; */
    position: absolute;
    top: 600px;
    /* left: 357px; */
}
.mainVisual .visualInner .txtImg2 {
    /* width: 386px; */
    position: absolute;
    top: 897px;
    left: 0;
}
.bnr_tp01s{
	text-align: center;
	margin: 80px 0;
}

.movieInner{
	width: 760px;
	margin: 0 auto 50px;
}
#main .mainBox {
	margin: 0 auto;
	width: 1024px;
}

.magazine{
	margin: 50px 0 0 0;
	text-align: center;
}
.magazine .magazineTxt{
	margin: 40px 0 15px;
}
.magazine .caption{
	color: #fff;
	font-size: 24px;
	margin: 15px 0 35px;
}
.magazine .magazineImg img{
	margin: 0 10px;
}

.movie{
	text-align: center;
}
.movie h2{
	margin-top: 40px;
}
