@charset "utf-8";

/* COMMON setting
==================================================*/




	/* scroll
	------------------------------------------------*/
	html{
		overflow-y:scroll;
		word-wrap: break-word;
		background: #a1834c;
	}
	
	/* tags base setting
	------------------------------------------------*/
		/*body*/
		body{
			color:#333;
			background:#ffffff;
			line-height:1.5;
			-webkit-text-size-adjust:100%;
			font-size: 14px;
		}
		body.zh_cn {
			font-family : 'SimSun','sans-serif';
		}
		/*p*/
		p{ line-height: 1.3;}

		/*img*/
		img{border:0px; width:100%; vertical-align:bottom;}
		.imgL {float:left;  margin:0px 10px 5px 0px;}
		.imgR {float:right; margin:0px 0px 5px 10px;}

		/*form*/
		form {font-weight:normal;}
		.english button{font-family: Arial, "Hiragino Kaku Gothic ProN", sans-serif, Meiryo;}

		a{ color: #333; transition-property: all; transition: 0.2s linear; text-decoration: none;}
		a:hover,
		a:active{ color: #a18147 !important; text-decoration: underline;}
		a:visited{ color: #777;}
		
		sup{ vertical-align: text-top;}
/* pcHidden
	------------------------------------------------*/
.pcHidden{
  display: none;
}
.spHidden{
  display: block;
}
/* clearfix
==================================================*/
.clr:after{/*for modern browser*/
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* font
==================================================*/
.fontB{ font-weight: bold;}


/* mainVisual for Top
===================================================*/
#topSlide {margin-top: -25px;}
#top_index #topSlide {margin-top: 0px;}
#topSlide.mainViArea,
#topMovie.mainViArea {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#topMovie.mainViArea {
	margin-bottom: 30px;
}
.top_slider li{
	height: 609px;
	width: 100%;
	position: relative;
}
.top_slider li img{
	width: 1500px;
	max-width: none;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -359px 0 0 -750px;
}
#fwSlide .sliderWrap{
	z-index: 1;
}
.mainViCon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainViConInner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.mainViTxtArea{
	position: relative;
	z-index: 1;
}
.mainViTxtArea h1{
	border: none;
	color:#fff;
	margin: 70px 0 35px;
	padding: 0;
}
#topMovie .mainViTxtArea{
	margin: 0px 50px ;
}
#topMovie .mainViTxtArea h1 {
	margin: 60px 0 15px ;
}
#top_index .mainViTxtArea h1{
	margin: 100px 0 35px;
}
.mainViTxtArea img {
	width: 100%;
}
.mainViTxtArea h1 img{
	/* width: 56.1%; */
	display: block;
}
.mainViTxtArea p{
	margin-bottom: 40px;
}
.mainViTxtArea p img{
	/* width:39.3%; */
}
.mainViTxtArea a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 15px 10px 25px;
	position: relative;
	color: #fff;
	font-size: 135%;
}
.mainViTxtArea a:hover{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#30ffffff,EndColorStr=#30ffffff);
	background-color: rgba(255,255,255,0.3);
	color: #fff!important;
	text-decoration: none;
}
.mainViTxtArea a::before{
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}


@media screen and (min-width: 751px)and (max-width:999px) {
	.mainViConInner{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}


@media screen and (max-width: 750px) {
  .pcHidden{
    display: block;
  }
  .spHidden{
  display: none;
}
	#top_index .mainViArea {
		margin-top: 79px !important;
		z-index: 0;
	}
	.mainViArea .mainViTit {
		position: absolute;
		top: 10%;
		left: 10px;
		z-index: 1;
	}
	.mainViArea .reserveBoxTop{
		display: none;
	}
	.top_slider li{
		height: auto;
		width: 100%;
		position: relative;
	}
	.top_slider li img{
		width: 100%;
		height: auto;
		position: inherit;
		top: auto;
		left: auto;
		margin: 0;
	}
	.mainViCon{
		position: inherit;
		top: inherit;
		left: inherit;
		background: #fff;
		padding: 13px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-top: -1px;
		z-index: 1;
	}
	#top_index .mainViCon{
		background: url(../images/bg01.gif) repeat 0 0;
	}
	#topMovie .mainViTxtArea{
		margin: 0;
	}
	.mainViConInner{
		width: 100%;
		position: relative;
	}
	.mainViTxtArea p{
		margin-bottom: 10px;
	}
	.mainViTxtArea p img{
		width: 256px;
	}
	.mainViTxtArea a{
		font-size: 107%;
	}
}



/* universal class
==================================================*/
	/* font style
	------------------------------------------------*/
	strong{ font-weight: bold;}

	/* font color
	------------------------------------------------*/
	.fRed{ color: #920816;}

	/* float
	------------------------------------------------*/
	.fl{ float: left;}
	.fr{ float: right;}

	/* text align
	------------------------------------------------*/
	.alignL {text-align:left   !important;}
	.alignC {text-align:center !important;}
	.alignR {text-align:right  !important;}

	/* vertical align
	------------------------------------------------*/
	.varT {vertical-align:top    !important;}
	.varM {vertical-align:middle !important;}
	.varB {vertical-align:bottom !important;}

	/* margin set
	------------------------------------------------*/
	.mt00 { margin-top:    0 !important; } .mb00 { margin-bottom:    0 !important; }
	.mt05 { margin-top:  5px !important; } .mb05 { margin-bottom:  5px !important; }
	.mt10 { margin-top: 10px !important; } .mb10 { margin-bottom: 10px !important; }
	.mt15 { margin-top: 15px !important; } .mb15 { margin-bottom: 15px !important; }
	.mt20 { margin-top: 20px !important; } .mb20 { margin-bottom: 20px !important; }
	.mt25 { margin-top: 25px !important; } .mb25 { margin-bottom: 25px !important; }
	.mt30 { margin-top: 30px !important; } .mb30 { margin-bottom: 30px !important; }
	.mt35 { margin-top: 35px !important; } .mb35 { margin-bottom: 35px !important; }
	.mt40 { margin-top: 40px !important; } .mb40 { margin-bottom: 40px !important; }
	.mt45 { margin-top: 45px !important; } .mb45 { margin-bottom: 45px !important; }
	.mt50 { margin-top: 50px !important; } .mb50 { margin-bottom: 50px !important; }
	.mt55 { margin-top: 55px !important; } .mb55 { margin-bottom: 55px !important; }
	.mt60 { margin-top: 60px !important; } .mb60 { margin-bottom: 60px !important; }

	.ml00 { margin-left:    0 !important; } .mr00 { margin-right:    0 !important; }
	.ml05 { margin-left:  5px !important; } .mr05 { margin-right:  5px !important; }
	.ml10 { margin-left: 10px !important; } .mr10 { margin-right: 10px !important; }
	.ml15 { margin-left: 15px !important; } .mr15 { margin-right: 15px !important; }
	.ml20 { margin-left: 20px !important; } .mr20 { margin-right: 20px !important; }
	.ml25 { margin-left: 25px !important; } .mr25 { margin-right: 25px !important; }
	.ml30 { margin-left: 30px !important; } .mr30 { margin-right: 30px !important; }
	.ml35 { margin-left: 35px !important; } .mr35 { margin-right: 35px !important; }
	.ml40 { margin-left: 40px !important; } .mr40 { margin-right: 40px !important; }
	.ml45 { margin-left: 45px !important; } .mr45 { margin-right: 45px !important; }
	.ml50 { margin-left: 50px !important; } .mr50 { margin-right: 50px !important; }
	.ml55 { margin-left: 55px !important; } .mr55 { margin-right: 55px !important; }
	.ml60 { margin-left: 60px !important; } .mr60 { margin-right: 60px !important; }

	/* padding set
	------------------------------------------------*/
	.pt00 { padding-top:    0 !important; } .pb00 { padding-bottom:    0 !important; }
	.pt05 { padding-top:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.pt10 { padding-top: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.pt15 { padding-top: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.pt20 { padding-top: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.pt25 { padding-top: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.pt30 { padding-top: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.pt35 { padding-top: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.pt40 { padding-top: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.pt45 { padding-top: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.pt50 { padding-top: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.pt55 { padding-top: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.pt60 { padding-top: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	
	/* width set
	------------------------------------------------*/
	.imgWidthAuto {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	.w100per {
		width: 100% !important;
	}