@charset "utf-8";
/*
body{
	background: #ff0 url(../vol4.png) no-repeat center 92px;
	background: #ff0 url(../vol4_sp.png) no-repeat center -68px;
	background-size:100% auto;
}
*/


#wrapper,
#container{
    margin:0;
    padding:0;
    width:100%;
}
#wrapper{
    min-width:1030px;
}
#container{
	margin:0 0 80px;
    padding-top:1px;
    padding-bottom:20px;
	line-height: 1.8;
}
.pc_only { display:inline; }
.sp_only { display:none; }

.inner{
    width:90%;
    margin:10px auto 0;
    padding-top:90px;
}
.inner img{
	width:100%;
	height:auto;
}
.img_box{
	position: relative;
	width:100%;
	max-width:951px;
    margin:0 auto;
}
.img_box .img_box_bg{
	position: relative;
	width:100%;
	z-index: 0;
}
.img_box .main_txt{
	position: absolute;
	width:450px;
	top:792px;
	left:250px;
	z-index: 1;
	display: none;
}
.img_box .img_box_s{
	position: absolute;
	width:74%;
	top:80px;
	left:10%;
	z-index: 1;
}
.img_box .img_box_s .anime{
	position: absolute;
	top:0;
	display: none;
}
.img_box .img_box_s .anime1{
	/display: block;
}
.txt_box .txt{
	/* margin:70px auto 140px; */
	margin:70px auto 0px;
	text-align: center;
	color:#595959;
	font-size:18px;
}
.banner_box .tit{
	text-align: center;
	color:#595959;
	font-size:22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.banner_box ul{
	margin-top:24px;
	text-align: center;
}
.banner_box ul li{
	display: inline-block;
	width:434px;
	margin-left:30px;
}
.banner_box ul li:first-child{
	margin-left:0px;
}


/* navi追加 */
.naviArea{
	margin: 60px auto 0px;
	padding: 50px 0px 80px 0px;
	width: 951px;
  }
  
  .naviArea__back{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 20px;
	font-family: 'Century Gothic';
  }
  
  .naviArea__back a{
	color: #787877;
	padding: 0px 0px 0px 30px;
	position: relative;
  }
  
  .naviArea__back a:before{
	width: 38px;
	height: 38px;
	border-top: 1px solid #787877;
	border-right: 1px solid #787877;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  }
  
  .naviArea__next{
	width: 50%;
	float: right;
	text-align: right;
	font-size: 20px;
	font-family: 'Century Gothic';
  }
  
  .naviArea__next a{
	color: #787877;
	padding: 0px 30px 0px 0px;
	position: relative;
  }
  
  .naviArea__next a:before{
	width: 38px;
	height: 38px;
	border-top: 1px solid #787877;
	border-right: 1px solid #787877;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  }
  


@media screen and (max-width: 750px) {

#wrapper{
    min-width:100%;
}
#container{
    padding-top:30px;
    padding-bottom:30px;
	margin:0 0 50px;
}
.pc_only { display:none; }
.sp_only { display:inline; }

.inner{
    width:90%;
    margin:0 auto;
    padding-top:65px;
}
.inner img{
	width:100%;
	height:auto;
}
.img_box{
	width:96%;
	max-width:96%;
    margin:0 auto;
}
.img_box .main_txt{
	width:80%;
	top:77%;
	left:10%;
}
.img_box .img_box_s{
	position: absolute;
	width:85%;
	top:8%;
	left:4%;
	z-index: 1;
}
.txt_box .txt{
	/* margin:10% auto 28%; */
	margin:8% auto 0;
	font-size:12px;
}
.banner_box .tit{
	text-align: center;
	color:#595959;
	font-size:18px;
	font-weight: bold;
}
.banner_box ul{
	margin-top:15px;
	text-align: center;
	width:86%;
	margin:0 auto;
}
.banner_box ul li{
	display: inline-block;
	width:100%;
	margin-left:0px;
	margin-top:5%;
}
.banner_box ul li:first-child{
	margin-left:0px;
	margin-top:3%;
}


/* navi追加 */
.naviArea{
  margin: 30px auto 0px;
  padding: 30px 0px 40px 0px;
  width: 100%;
}

.naviArea__back{
  width: 50%;
  float: left;
  text-align: left;
  font-size: 12px;
  font-family: 'Century Gothic';
}

.naviArea__back a{
  color: #787877;
  padding: 0px 0px 0px 38px;
  position: relative;
}

.naviArea__back a:before{
  width: 18px;
  height: 18px;
  border-top: 1px solid #787877;
  border-right: 1px solid #787877;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.naviArea__next{
  width: 50%;
  float: right;
  text-align: right;
  font-size: 12px;
  font-family: 'Century Gothic';
}

.naviArea__next a{
  color: #787877;
  padding: 0px 38px 0px 0px;
  position: relative;
}

.naviArea__next a:before{
  width: 18px;
  height: 18px;
  border-top: 1px solid #787877;
  border-right: 1px solid #787877;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

}