@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
 LP style
********************/
.hover img{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.hover img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
body {
	margin-bottom: 70px;
}
img {
  vertical-align: bottom;
}
img.img-t {
  vertical-align: top;
}
/*------------------------------------------*/
#lp-wrap {
  width: 1200px;
  margin: 0 auto;
	text-align: center;
}
.cv , .cv01{
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.cv01 .cv-btn {
	display: block;
  position: absolute;
  bottom: 80px;
  left: 130px;
}

.cv .cv-btn {
  display: block;
  position: absolute;
  bottom: 90px;
  left: 80px;
}



#fv{
    margin: 0 auto;
	text-align: center;
	background:url(../img/img_01bg.png) no-repeat;
	background-size: cover;
	height: 863px;
}

/*----------------------------------------
 footer 
----------------------------------------*/
.footer ul {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 20px;
}
.footer li {
  display: inline-block;
  padding-right: 1em;
}
.footer li:after {
  content: "|";
  padding-left: 1em;
  font-size: 16px;
}
.footer li:last-child:after {
  content: "";
  padding-left: 0;
}
.footer a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 16px;
}
.footer a:hover {
  text-decoration: underline;
}
.copy {
  background-color: #ff913d;
  line-height: 4em;
  text-align: center;
}