.project {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "source-han-serif-tc", serif;
}

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

.project picture {
  display: block;
}

.project .common-container {
  padding: 0 25px;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

@media (min-width: 996px) {
  .project .common-container {
    padding: 0;
  }
}

.project h1 {
  position: absolute;
  top: -100%;
}

.kv {
  position: relative;
  background: url("../images/kv-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 30px 25px 40px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 996px) {
  .kv {
    background: url("../images/kv-bg.jpg") top center no-repeat ;
    background-size: cover;
  }
}

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

.kv__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 996px) {
  .kv__inner {
    padding-top: 100px;
    text-align: left;
  }
}

.kv-logo {
  padding: 40px 0 0;
}

.kv-logo img {
  width: 80%;
}

@media (min-width: 996px) {
  .kv-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kv-logo img {
    width: 40%;
  }
}

.kv .seal {
  text-align: right;
}

.kv .seal img {
  width: 60px;
}

@media (min-width: 996px) {
  .kv .seal {
    padding-bottom: 10px;
  }
}

.kv .title {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .kv .title {
    width: 100%;
  }
}

.kv .text {
  padding: 30px 0;
  width: 60%;
  margin: 0 auto;
  max-width: auto;
}

.kv__box {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 996px) {
  .kv__box {
    width: 100%;
  }
}

.kv__bowl {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.kv__bowl .bowl-title {
  padding-top: 5px;
  width: 70%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .kv__bowl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-bottom: -10%;
    width: 100%;
  }
  .kv__bowl .bowl-title {
    position: absolute;
    width: 40%;
    left: 95%;
    top: 80%;
  }
}

.kv__pd {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-right: -20%;
}

@media (min-width: 996px) {
  .kv__pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin-right: -10%;
    margin-bottom: -5%;
  }
}

.kv .badge {
  position: absolute;
  width: 30%;
  right: 20%;
  top: 70%;
}

@media (min-width: 996px) {
  .kv .badge {
    width: 18%;
    right: 28%;
    top: 60%;
  }
}

@media (min-width: 996px) {
  .kv__text {
    position: absolute;
    text-align: center;
    width: 40%;
    left: 50%;
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
}

.intro section {
  border-bottom: #dac683 1px solid;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.8;
}

.intro section:last-child {
  border-bottom: none;
}

@media (min-width: 996px) {
  .intro section {
    padding: 6vw 5vw;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .intro section {
    padding: 5vw 10vw;
  }
}

.intro h2 {
  padding: 20px 0;
  font-size: 22px;
}

@media (min-width: 996px) {
  .intro h2 {
    font-size: 24px;
  }
}

.intro p {
  padding-bottom: 25px;
}

@media (min-width: 996px) {
  .intro__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__part .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .intro__part .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .intro__part h2 {
    padding-top: 0;
  }
}

.intro__part2 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.intro__part2 .imgbox figure {
  margin: 10px;
}

.intro__part2 .imgbox figure:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.intro__part2 .imgbox figure:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.intro__part2 .imgbox figure:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 996px) {
  .intro__part2 .imgbox figure {
    margin: 30px;
  }
  .intro__part2 .imgbox figure:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .intro__part2 .imgbox figure:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .intro__part2 .imgbox figure:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (min-width: 1600px) {
  .intro__part2 .imgbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__part2 .imgbox figure {
    margin: 30px 30px 0;
  }
  .intro__part2 .imgbox figure:last-child {
    margin-right: auto;
  }
  .intro__part2 .imgbox figure:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .intro__part2 .imgbox figure:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .intro__part2 .imgbox figure:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.intro__part3 figure img {
  border: #dac683 1px solid;
  margin-top: 20px;
}

.intro__part3 .text:not(:first-child) {
  padding-top: 30px;
}

.intro__part3 .imgPd {
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.intro__part3 .btn {
  text-align: center;
  padding-top: 30px;
}

.intro__part3 .btn a {
  position: relative;
  display: inline-block;
  border: #cb9f61 1px solid;
  border-radius: 10px;
  color: #cb9f61;
  padding: 10px 20px;
  overflow: hidden;
}

.intro__part3 .btn a::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../images/btn-bg.jpg") top right no-repeat ;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.intro__part3 .btn a:hover {
  -webkit-box-shadow: #cb9f61 1px 1px 10px;
          box-shadow: #cb9f61 1px 1px 10px;
}

.intro__part3 .btn a:hover::before {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.intro__part3 .btn a span {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .intro__part3 .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__part3 .imgbox figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .intro__part3 .imgbox .img2 {
    padding-top: 10vw;
  }
  .intro__part3 .imgbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro__part3 .imgbox2 figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .intro__part3 a {
    min-width: 200px;
  }
  .intro__part3 .imgbox3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__part3 .imgbox3 .imgPd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -60px;
  }
  .intro__part3 .imgbox3 .imgPd img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 1600px) {
  .intro__part3 .imgbox {
    padding-bottom: 3vw;
  }
  .intro__part3 .imgbox2 {
    padding-bottom: 5vw;
  }
}

.spec-table {
  display: table;
  border-spacing: 5px;
  font-size: 16px;
}

.spec-row {
  display: table-row;
}

.spec-row .cell {
  display: table-cell;
  padding: 5px;
}

.spec-row .key {
  background: #dac683;
  color: #000;
  border-radius: 10px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
}

.spec-row .val {
  border-bottom: #463d21 1px solid;
  padding: 0 0 0 20px;
}
/*# sourceMappingURL=main.css.map */