@charset "utf-8";

#mainImage {
  margin-bottom: 50px;
}
#mainImage img {
  width: 100%;
}

.sttl {
  text-align: center;
  margin: 0 0 30px 0;
}

.ttl {
  text-align: center;
  margin: 100px auto 40px auto;
  padding: 60px 0 0 0;
  border-top: 2px solid #3f3a39;
  width: 80%;
}

/*----*/

.ovaWrap {
  position: relative;
  width: 565px;
  height: 300px;
  overflow: hidden;
}
.ovaWrap div {
  position: absolute;
}
.ovaTxt {
  z-index: 3;
  top: 0px;
  right: 0px;
}
.ovaMsk {
  z-index: 2;
  transition: 0.3s;
}
.ovaImg {
  z-index: 1;
  transform-origin: 50% 50%;
  transition: 0.3s;
}

.ovaTxt:hover + .ovaMsk {
  opacity: 0;
}
.ovaTxt:hover + .ovaMsk + .ovaImg {
  transform: scale(1.2, 1.2);
}
.ovaMsk:hover {
  opacity: 0;
}
.ovaMsk:hover + .ovaImg {
  transform: scale(1.2, 1.2);
}

.btn_reno {
  margin-top: 100px;
  margin-bottom: 0px;
}

/*----*/

.seriesBox {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.seriesBox ul {
  text-align: center;
}
.seriesBox ul li {
  display: inline-block;
}
.seriesBox ul li:last-child {
  margin-right: 0;
}

.sp {
  display: none;
}

@media only screen and (min-width: 641px) {
  #gFooter .wrap {
    width: 960px;
  }

  #gHeader .wrap {
    width: 1160px;
  }
}

@media only screen and (max-width: 640px) {
  .page {
    overflow: hidden;
    width: 100%;
  }
  #mainImage {
    margin-bottom: 25px;
  }

  .sttl {
    margin-bottom: 10px;
    text-align: center;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .wrap {
    width: auto;
  }
  .seriesBoxSP {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .sttl {
    margin-bottom: 35px;
    padding: 0 20px;
  }
}

#projectArea {
  margin-bottom: 90px;
}
#projectArea .lead {
  margin: 0 0 15px;
  text-align: center;
  line-height: 2.5;
}
#projectArea .lead + .caption {
  margin: 0 0 60px;
  color: #000;
  text-align: center;
}
#projectArea .ttl01 {
  margin-bottom: 50px;
}
#projectArea .lineup + .lineup {
  margin-top: 25px;
}
#projectArea .lineup li {
  float: left;
  width: 370px;
  margin-bottom: 25px;
}
#projectArea .lineup li {
  margin-left: 25px;
}
#projectArea .lineup li:nth-child(3n + 1) {
  margin-left: 0;
}
#projectArea .lineup li a {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}
#projectArea .lineup li a > span,
#projectArea .lineup li .texts > span {
  display: block;
}
#projectArea .lineup li .texts {
  padding: 15px 0;
}
#projectArea .lineup li span.image {
  height: 247px;
  overflow: hidden;
  position: relative;
}
#projectArea .lineup li span.image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#projectArea .lineup li .name01 {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#projectArea .lineup li .name02 {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#projectArea .lineup li .add {
  margin-bottom: 10px;
}
#projectArea .lineup li .add > span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
#projectArea .lineup li .add .ico {
  margin-right: 12px;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #cccccc;
  line-height: 1;
  letter-spacing: 0;
}
#projectArea .lineup li .add .area {
  font-size: 12px;
}
#projectArea .lineup li .info {
  font-size: 12px;
  letter-spacing: 0;
}
#projectArea .lineup li .info span {
  display: inline-block;
  margin-right: 13px;
}
#projectArea .lineup li .info strong {
  font-size: 15px;
  font-weight: normal;
  color: #b70303;
}
#projectArea .lineup li.new a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../../../common/imgs/ico-new.png) no-repeat left top;
  z-index: 3;
}
#projectArea .lineup li a .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(../../../common/imgs/bg-overlay.png) repeat left top;
  z-index: 2;
  text-align: center;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  zoom: 1;
}
#projectArea .lineup li a:hover .overlay {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
#projectArea .lineup li a .overlay > span {
  display: table;
  width: 100%;
  height: 100%;
}
#projectArea .lineup li a .overlay > span > span {
  display: table-cell;
  vertical-align: middle;
}
#projectArea .lineup li a .overlay > span > span > span {
  display: block;
  padding-top: 50px;
  background: url(../../../common/imgs/img-overlay.png) no-repeat center top;
}
@media only screen and (max-width: 640px) {
  #projectArea {
    margin-bottom: 45px;
  }
  #projectArea .ttl01 {
    margin-bottom: 30px;
  }
  #projectArea .image img {
    width: 100%;
  }
  #projectArea .lineup + .lineup {
    margin-top: 10px;
  }
  #projectArea .lineup li {
    float: none;
    width: auto;
  }
  #projectArea .lineup li + li {
    margin: 10px 0 0;
  }
  #projectArea .lineup li .texts {
    padding: 15px;
  }
}

#spaceArea .cap,
#spaceArea .caption {
  color: #959595;
}
#spaceArea .spaceBox {
  padding: 40px;
  background-color: #efebe1;
}
#spaceArea .spaceBox + .spaceBox {
  margin-top: 30px;
}
#spaceArea .spaceBox .tests {
  position: relative;
  float: left;
  width: 370px;
  padding-bottom: 20px;
}
#spaceArea .spaceBox .tests .inTtl {
  margin-bottom: 25px;
}
#spaceArea .spaceBox .tests .inTtl + p {
  line-height: 2.14;
}
#spaceArea .spaceBox .image {
  float: right;
}
@media only screen and (max-width: 640px) {
  #spaceArea .spaceBox {
    padding: 20px;
  }
  #spaceArea .spaceBox + .spaceBox {
    margin-top: 15px;
  }
  #spaceArea .spaceBox .tests {
    float: none;
    width: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  #spaceArea .spaceBox .tests .inTtl {
    margin-bottom: 15px;
  }
  #spaceArea .spaceBox .tests .inTtl + p {
    line-height: 1.7;
  }
  #spaceArea .spaceBox .cap {
    position: static;
    padding-top: 10px;
  }
  #spaceArea .spaceBox .image {
    float: none;
    text-align: center;
  }

  .seriesBox li {
    display: block;
    margin: 0 30px;
  }
  .seriesBox ul li:last-child {
    margin: 10px 30px 0 30px;
  }

  .btn_reno {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

body #container {
  padding-bottom: 0;
}
