@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
/* 注文住宅一覧
***************************************************************/
.page_full_orderWrap {
  padding-bottom: 68px;
}

.page_full_orderWrap .inner {
  width: 1200px;
  margin: auto;
}

.full_orderList li {
  margin-bottom: 80px;
}

.full_orderList li:last-child {
  margin-bottom: 0;
}

.full_orderList li .listImg {
  height: 400px;
  margin: auto;
  overflow: hidden;
}

.full_orderList li .listImg .img {
  width: 100%;
  height: 100%;
}

.full_orderList li .listTextBox {
  width: 1150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.full_orderList li .listTitle {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.full_orderList li .listBtn {
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full_orderList li .listBtn .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.full_orderList li .listBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 5px;
}

.full_orderList li .listBtn .arrow span::before, .full_orderList li .listBtn .arrow span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.full_orderList li .listBtn .arrow span::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.full_orderList li .listBtn .arrow span::after {
  width: 7px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.full_orderList li .listBtn .text {
  width: calc(100% - 58px);
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #335167;
  font-weight: 500;
  text-align: right;
}

@media all and (min-width: 681px) {
  .full_orderList li .listImg .img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .full_orderList li .listBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .full_orderList li a:hover .listImg .img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .full_orderList li a:hover .listBtn .arrow span {
    left: 62%;
  }
  .full_orderList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img01.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/HEIZO_bnr.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(4) .listImg .img {
    background: url(../img/full_order/full_order_img03.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(3) .listImg .img {
    background: url(../img/full_order/full_order_img11.jpg) no-repeat center/cover;
  }
}

@media all and (max-width: 680px) {
  .page_full_orderWrap {
    padding-bottom: 52px;
  }
  .page_full_orderWrap .inner {
    width: 100%;
  }
  .full_orderList li {
    margin-bottom: 33px;
  }
  .full_orderList li .listImg {
    width: 100%;
    height: 150px;
  }
  .full_orderList li .listTextBox {
    width: 100%;
    margin-top: 10px;
    padding: 0 12px;
  }
  .full_orderList li .listTitle {
    font-size: 15px;
    line-height: 1.6;
  }
  .full_orderList li .listBtn {
    width: 38px;
  }
  .full_orderList li .listBtn .arrow {
    width: 38px;
    height: 38px;
  }
  .full_orderList li .listBtn .arrow span {
    width: 10px;
    height: 3px;
  }
  .full_orderList li .listBtn .arrow span::after {
    width: 4px;
    top: 0;
    right: 0;
  }
  .full_orderList li .listBtn .text {
    display: none;
  }
  .full_orderList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img01_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/HEIZO_bnr_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(4) .listImg .img {
    background: url(../img/full_order/full_order_img03_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(3) .listImg .img {
    background: url(../img/full_order/full_order_img11_sp.jpg) no-repeat center/cover;
  }
}

/* 注文住宅一覧
***************************************************************/
/* エリア一覧
***************************************************************/
.areaList {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 120px;
}

.areaList li {
  width: 485px;
  height: 200px;
}

.areaList li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 0;
}

.areaList li .listImg, .areaList li .img {
  width: 100%;
  height: 100%;
}

.areaList li .listImg {
  overflow: hidden;
}

.areaList li .listTitle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

.areaList li .arrow {
  display: block;
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  height: 11px;
}

.areaList li .arrow::before, .areaList li .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.areaList li .arrow::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.areaList li .arrow::after {
  width: 11px;
  top: 5px;
  right: -2px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

@media all and (min-width: 681px) {
  .areaList li {
    margin: 0 30px 30px 0;
  }
  .areaList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .areaList li .arrow {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .areaList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .areaList li a:hover .arrow {
    left: 53%;
  }
  .areaList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/full_order_img04.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img05.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(2n) {
    margin-right: 0;
  }
  .areaList li:last-child, .areaList li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 680px) {
  .areaList {
    width: 93.75%;
    padding-top: 50px;
  }
  .areaList li {
    width: 100%;
    height: 123px;
    margin-bottom: 13px;
  }
  .areaList li:last-child {
    margin-bottom: 0;
  }
  .areaList li .listTitle {
    font-size: 16px;
  }
  .areaList li .arrow {
    width: 24px;
    height: 7px;
  }
  .areaList li .arrow::after {
    width: 10px;
    top: 2px;
  }
  .areaList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/full_order_img04_sp.jpg) no-repeat center/cover;
  }
  .areaList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img05_sp.jpg) no-repeat center/cover;
  }
}

/* エリア一覧
***************************************************************/
/* バナーボックス
***************************************************************/
.bannerBox {
  padding-top: 77px;
}

.bannerBox .banner {
  display: block;
  width: 672px;
  margin: 0 auto 30px;
}

.bannerBox .banner:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 681px) {
  .bannerBox .banner {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bannerBox .banner:hover {
    opacity: 0.6;
  }
}

@media all and (max-width: 680px) {
  .bannerBox {
    padding-top: 52px;
  }
  .bannerBox .banner {
    width: 93.75%;
    margin-bottom: 20px;
  }
}

/* バナーボックス
***************************************************************/
/* 施工事例一覧
***************************************************************/
.page_worksWrap {
  background: #E2E7E7;
  padding: 120px 0 100px;
}

.page_worksWrap .inner {
  width: 1200px;
  margin: auto;
}

.page_works_title {
  text-align: center;
}

.page_works_title span {
  display: block;
  letter-spacing: 0.1em;
}

.page_works_title .en {
  font-size: 50px;
  color: #335167;
  margin-bottom: 14px;
}

.page_works_title .jp {
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: 500;
}

.worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.worksList li {
  width: 280px;
  margin-right: 25px;
}

.worksList li a {
  display: block;
}

.worksList li .listImg {
  overflow: hidden;
  width: 100%;
  height: 185px;
}

.worksList li .listImg .img {
  width: 100%;
  height: 100%;
}

.worksList li .listTitle {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #335167;
  padding-right: 22px;
  position: relative;
  margin-top: 10px;
}

.worksList li .listTitle i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 5px;
}

.worksList li .listTitle i::before, .worksList li .listTitle i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.worksList li .listTitle i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.worksList li .listTitle i::after {
  width: 6px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.worksList.orginAnime li {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
}

.worksList.orginAnime li:nth-child(2) {
  -webkit-transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
  transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
}

.worksList.orginAnime li:nth-child(3) {
  -webkit-transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
  transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
}

.worksList.orginAnime li:nth-child(4) {
  -webkit-transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
  transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
}

.worksList.orginAnime.action li {
  top: 0;
  opacity: 1;
}

.works_moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  margin: 24px auto 0;
}

.works_moreBtn .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  margin-right: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.works_moreBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 5px;
}

.works_moreBtn .arrow span::before, .works_moreBtn .arrow span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.works_moreBtn .arrow span::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.works_moreBtn .arrow span::after {
  width: 7px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.works_moreBtn .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #335167;
  font-weight: 500;
}

@media all and (min-width: 681px) {
  .worksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .worksList li {
    margin: 0 26px 26px 0;
  }
  .worksList li:nth-child(4n) {
    margin-right: 0;
  }
  .worksList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .worksList li .listTitle i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .worksList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .worksList li a:hover .listTitle i {
    right: -5px;
  }
  .works_moreBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .works_moreBtn:hover .arrow span {
    left: 62%;
  }
}

@media all and (max-width: 680px) {
  .page_worksWrap {
    padding: 56px 0;
  }
  .page_worksWrap .inner {
    width: 87.5%;
  }
  .page_works_title .en {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .page_works_title .jp {
    font-size: 13px;
  }
  .worksList {
    margin-top: 17px;
  }
  .worksList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }
  .worksList li:last-child {
    margin-bottom: 0;
  }
  .worksList li .listTitle {
    font-size: 15px;
    padding-right: 24px;
    margin-top: 16px;
  }
  .works_moreBtn {
    width: 205px;
    margin: 45px auto 0;
  }
  .works_moreBtn .arrow {
    width: 38px;
    height: 38px;
    margin-right: 13px;
  }
  .works_moreBtn .arrow span {
    width: 10px;
    height: 3px;
  }
  .works_moreBtn .arrow span::after {
    width: 4px;
    top: 0;
    right: 0;
  }
  .works_moreBtn .text {
    font-size: 15px;
  }
}

/* 施工事例一覧
***************************************************************/
/* 動画でご紹介
***************************************************************/
.movieBtnWrap {
  padding: 100px 0 130px;
}

.movieBtnWrap .movieBtn {
  display: block;
  width: 672px;
  height: 217px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.movieBtnWrap .movieBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #335167;
  z-index: 1;
}

.movieBtnWrap .movieBtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.47;
  z-index: 2;
}

.movieBtnWrap .movieBtn .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml {
  display: inline-block;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 0 25px;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  height: 25px;
  background: #fff;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.movieBtnWrap .movieBtn .textBox .btnText {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 18px 0 30px;
}

.movieBtnWrap .movieBtn .textBox .more {
  width: 129px;
  margin: auto;
  background: #fff;
  color: #335167;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  padding: 4px;
  border-radius: 12px;
  position: relative;
}

.movieBtnWrap .movieBtn .textBox .more i {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 4px;
}

.movieBtnWrap .movieBtn .textBox .more i::before, .movieBtnWrap .movieBtn .textBox .more i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.movieBtnWrap .movieBtn .textBox .more i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.movieBtnWrap .movieBtn .textBox .more i::after {
  width: 5px;
  top: 1px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

@media all and (min-width: 681px) {
  .movieBtnWrap .movieBtn {
    background: url(../img/full_order/full_order_img10.jpg) no-repeat center/cover;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .movieBtnWrap .movieBtn:hover {
    opacity: 0.6;
  }
  .movieBtnWrap .movieBtn:hover .textBox .more i {
    right: 3px;
  }
}

@media all and (max-width: 680px) {
  .movieBtnWrap {
    padding: 50px 0 76px;
  }
  .movieBtnWrap .movieBtn {
    width: 93.75%;
    height: 103px;
    background: url(../img/full_order/full_order_img10_sp.jpg) no-repeat center/cover;
  }
  .movieBtnWrap .movieBtn::before {
    border: 3px solid #335167;
  }
  .movieBtnWrap .movieBtn .textBox {
    width: 100%;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml {
    font-size: 13px;
    padding: 0 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
    height: 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnText {
    font-size: 21px;
    margin: 5px 0 15px;
  }
  .movieBtnWrap .movieBtn .textBox .more {
    width: 85px;
    font-size: 12px;
    padding: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    right: 5px;
    width: 8px;
    height: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i::after {
    width: 3px;
    top: 0;
  }
}

/* 動画でご紹介
***************************************************************/


/* 施工例　流れるスライド
***************************************************************/
.top-zone03 {
	width: 100%;
	height: 450px;
	background: url(../img/full_order/top_img01.jpg) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
    margin-top: 2%;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@media all and (max-width: 680px) {
    
.top-zone03 {
	position: static;
	/*height: auto;*/
   height: 200px; 
	padding: 40px 0px;
	box-sizing: border-box;
			 -webkit-animation-duration:15000s;
    -moz-animation-duration: 15000s;
    -ms-animatio-duration:15000s;
    animation-duration: 15000s;
}
}


/* 施工例　流れるスライド
***************************************************************/