*,
*:after,
*:before{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
}
html {
  font-family: 'メイリオ','Hiragino Kaku Gothic Pro','MS PGothic','MS Pゴシック',Meiryo,'ヒラギノ角ゴ Pro W3';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    text-align: left;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img {
    pointer-events: none;
    border: 0;
    outline: 0;
}
a,a:link{
    color: #573F31;
    text-decoration: none;
}
a:hover,a:active,a:visited{
    text-decoration: none;
    outline: 0;
}
/*=======================================================*/
.wrapper{
	width: 100%;
	margin-top: 0 auto;
	background-color: #FFF;
}
/* wrap header*/
.wrapHeader{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	position: fixed;
	background-color: #fff;
	z-index: 10;
}

.clearfix{
	display: block;
    position: relative;
    top: -120px;
}
.wrapHeader_head{
	width: 980px;
	margin: 0 auto;
}
/* box1*/
.wrapHeaderBox01{
	width: 349px;
	height: 60px;
	float: left;
}
.headImg img{
   margin-top: 20px;
}
/*box2*/
.wrapHeaderBox02{
	width: 631px;
	height: 60px;
	float: left;
}
.wrapNavigation{
	height: 60px;
	margin-top: 35px;
	margin-left: 10px;
}
.topNavigation{
	list-style: none;
}
.topNavigation ul{
	display: none;
	width: auto;
	height: auto;
	padding: auto;
}
.topNavigation li{
	font-size: 18px;
	float: left;
	width: 122px;
	height: 50px;
	line-height: 1em;
	margin-top: 20px;
	text-align: center;
}
.topNavigation a{
	display: block;
	text-decoration: none;
	color: #333333;

} 
.topNavigation a:hover{
	color: #ccc;
}

/* border */
.border{
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	border-bottom: 1px solid #2e3092;
}
/* main image */
.mvWrapper{
	width: 100%;
	height: 377px;
	margin: 0 auto;
	background-color: #080808;
}
.mv{
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
}
.mv img{
	display: block;
	margin: 0 auto;
	left: 8px;
	position: absolute;
	width: 964px;
	height: 376px;
}
/*wrapn contentbox 01*/
.wrapContentBox01{
	width: 980px;
	height: 60px;
	margin: 0 auto;
	/*border-bottom: 1px solid #333;*/
	/*padding-bottom: 20px;*/
}
.wrapCententBoxLeft01{
	width: 490px;
	height: 50px;
	margin-top: 15px;
	float: left;
}
.wrapCententBoxLeft01 h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.wrapCententBoxRight02{
	width: 490px;
	height: 50px;
	margin-top: 15px;
	float: right;
}
.wrapCententBoxRight02 h2{
	font-size: 20px;
	margin-left: 62px;
	font-weight: bold;
	color: #333;
}
/*  wrap contentbox 02  */
.wrapContentBox02{
	width: 980px;
	margin: 0 auto;
}
.wrapCententBoxLeft03{
	width: 490px;
	float: left;
}

.wrapTextCon01 img{
	width: 10px;
	height: 10px;
}
.wrapTextCon01 .text01{
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
}
.wrapTextCon01 .text02{
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
}
/*wrap contentbox right*/

.wrapCententBoxRight04{
	width: 490px;
	height: 130px;
	float: right;
}
/* wrap socialmedia */
.wrapSocialmedia{
	margin-left: 62px;
}
.btnMedia{
	margin-right: 30px;
}
.btnMedia a{
	position: relative;
	display: inline-block;
}
.mediaText{
	margin-left: 150px;
	margin-top: 7px;
}
.mediaText h2{
	font-size: 14px;
	color: #333;
}
/* wrap contextbox 03*/

.wrapBox02{
	width: 980px;
	height: 396px;
	margin: 0 auto;
}
.wrapBoxCon01{
	width: 490px;
	height: 396px;
	margin-top: 50px;
	float: left;
}
.wrapBoxCon01 p{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.wrapBoxCon01 dd{
	font-size: 14px;
	color: #333333;
	margin-top: 30px;
	background:url(../images/list.png) no-repeat 0px 6px;
	padding-left: 25px;
}
.wrapBoxCon02{
	width: 490px;
	height: 396px;
	float: right;
}
.wrapBoxCon02 img{
	margin-top: 100px;
	margin-left: 55px;
}

/* topup  */
.toTopBody{
	width: 980px;
	margin: 0 auto;
	clear: both;
}
.toTop {
	width: 980px;
    height: 65px;
    background:url(../images/bg_totop.png);
    background-repeat: no-repeat;
    display: block;
}
.toTop:hover{
	background-position: 0 -65px;
}
/* wrap contentbox04*/
.wrapContentBox04{
	width: 980px;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	margin-top: 50px;
}
.wrapContentBox04Text1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.wrapContentBox04Text2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
/* wrapContentBox05 */
.wrapContentBox05{
	width: 100%;
}
.contentBox05{
	width: 980px;
	margin: 25px auto;
	overflow: hidden;
}
.cb05a{
	width: 318px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img01.png) no-repeat top left transparent;
	position: relative;
}
.cb05b{
	width: 320px;
	height: 390px;
	margin: 0px 11px  0px 11px;
	float: left;
	background: url(../images/cb05_img02.png) no-repeat top left transparent;
	position: relative;
}
.cb05c{
	width: 320px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img03.png) no-repeat top left transparent;
	position: relative;
}
/*.cb05a span,.cb05b span,.cb05c span{
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 326px;
}*/
.cb05a span,.cb05b span,.cb05c span{
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 0px;
	width: 100%;
}

/* box 2*/

.cb05a01{
	width: 318px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img04.png) no-repeat top left transparent;
	position: relative;
}
.cb05b01{
	width: 320px;
	height: 390px;
	margin: 0px 11px  0px 11px;
	float: left;
	background: url(../images/cb05_img05.png) no-repeat top left transparent;
	position: relative;
}
.cb05c01{
	width: 320px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img06.png) no-repeat top left transparent;
	position: relative;
}

.cb05a01 span,.cb05b01 span,.cb05c01 span{
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 0px;
	width: 100%;
}
/* box3 */
.cb05a02{
	width: 318px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img07.png) no-repeat top left transparent;
	position: relative;
}
.cb05b02{
	width: 320px;
	height: 390px;
	margin: 0px 11px  0px 11px;
	float: left;
	background: url(../images/cb05_img08.png) no-repeat top left transparent;
	position: relative;
}
.cb05c02{
	width: 320px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img09.png) no-repeat top left transparent;
	position: relative;
}

.cb05a02 span,.cb05b02 span,.cb05c02 span{
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 0px;
	width: 100%;
}
/* box4 */
.cb05a03{
	width: 318px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img10.png) no-repeat top left transparent;
	position: relative;
}
.cb05b03{
	width: 320px;
	height: 390px;
	margin: 0px 11px  0px 11px;
	float: left;
	background: url(../images/cb05_img11.png) no-repeat top left transparent;
	position: relative;
}
.cb05c03{
	width: 320px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img12.png) no-repeat top left transparent;
	position: relative;
}

.cb05a03 span,.cb05b03 span,.cb05c03 span{
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 0px;
	width: 100%;
}

/* box5 */
.cb05a04{
	width: 318px;
	height: 390px;
	float: left;
	background: url(../images/cb05_img13.png) no-repeat top left transparent;
	position: relative;
}
.cb05b04{
	width: 320px;
	height: 390px;
	margin: 0px 11px  0px 11px;
	float: left;
	background: url(../images/cb05_img14.png) no-repeat top left transparent;
	position: relative;
}
.cb05a04 span,.cb05b04 span{
	color: #fff;
	display: block;
	text-align: center;
	position: absolute;
	top: 326px;
	left: 0px;
	width: 100%;
}

/* wrapContentBox11 */
.wrapContentBox11{
	width: 100%;
}
.contentBox06{
	width: 980px;
	margin: 0 auto;
}
.table{
	font-size: 14px;
	color: #333;
	margin-top: 35px;
	margin: 0 auto;
	border-top: 2px solid #add5f7;
	border-bottom: 2px solid #add5f7;
}
.table tr{
	height: 35px;
}
.table td{
	margin: 0;
}
/*wrapContentBox13*/
.wrapContentBox13{
	width: 100%;
}
.contentBox07{
	width: 980px;
	margin: 0 auto;
	margin-top: 30px;
	
}
/* topupBox09  */
.toTopBodyBox09{
	width: 980px;
	margin: 0 auto;
	clear: both;
	margin-top: 100px;
}
.toTopBox09 {
	width: 980px;
    height: 65px;
    background:url(../images/bg_totop.png);
    background-repeat: no-repeat;
    display: block;
}
.toTopBox09:hover{
	background-position: 0 -65px;
}
/* topupBox13  */
.toTopBodyBox13{
	width: 980px;
	margin: 0 auto;
	clear: both;
	margin-top: 30px;
}
.toTopBox13 {
	width: 980px;
    height: 65px;
    background:url(../images/bg_totop.png);
    background-repeat: no-repeat;
    display: block;
}
.toTopBox13:hover{
	background-position: 0 -65px;
}
/*wrapContentBox14*/
.wrapContentBox14{
	width: 100%;
	height: 333px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #080808;
}
.contentBox08{
	width: 980px;
	margin: 0 auto;
}
.mvFooter{
	width: 980px;
	height: 333px;
	background:url(../images/mv_footer01.png) no-repeat top left transparent; 
}

.topboth{
	width: 65px;
    height: 65px;
    background:url("../images/bg_topboth.png");
    background-repeat: no-repeat;
    display: block;
}
.topboth:hover{
   background-position: 0 -65px;
}

.imgText{
	width: 600px;
    height: 124px;
    background:url("../images/text_footer.png");
    background-repeat: no-repeat;
    display: block;
}

.wrapText a{
	display: inline-block;
	position: relative;
	top: 40px;
	left: 186px;
}
.scroll-top a{
	display: inline-block;
	position: relative;
	top: 190px;
	left: 459px;
}
/*footer*/
.footer{
   width: 980px;
   margin: 0 auto;
   text-align: center;
}
.footer .sitemap {
    margin-top: 60px;
}
.copy{
	margin-top: 35px;
	margin-bottom: 30px;
}
.sitemap a:hover{
	color: #ccc;
}
.sitemap a{
	margin-right: 15px;
}

