header {
  color: #fff;
}
header .scroll-line {
  color: #fff;
}
header .scroll-line span::before {
  background:#fff;
}
header .scroll-line span::after{
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) {
  header #key .slide1 {
    background: url("../img/floor/kv.jpg") right center/cover;
  }
}

h1 {
  color: #fff;
}

.img-object img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.txt-center {
  text-align: center;
}

.fz24 {
  font-size: 5.2vw;
  letter-spacing: 0.2em;
  line-height: 2.29;
}

.fz20 {
  font-size: 4.66vw;
  line-height: 2.25;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) {
  .fz24 {
    font-size: 24px;
  }
  .fz20 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-sec a {
    margin-left: auto;
    margin-right: auto;
  }
}
#sec1 .wrap {
  padding-top: 26vw;
}
#sec1 .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/floor/sec1_deco1.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -2;
}
#sec1 .wrap:after {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/floor/sec1_deco2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150% auto;
  z-index: -1;
}
#sec1 h2 {
  border-bottom: 4px double rgba(111, 95, 69, 0.35);
  position: relative;
  padding: 8vw 0px 4vw;
}
#sec1 h2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4%;
  right: 4%;
  bottom: 0px;
  background-image: url(../img/floor/sec1_deco_txt.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0px auto;
  z-index: -1;
  opacity: 0.5;
}
#sec1 .inner {
  margin-top: 8vw;
}
#sec1 .txt {
  margin-top: 6vw;
}
#sec1 .sec1-img {
  margin-top: 12vw;
  height: 88vw;
}
@media only screen and (min-width: 768px) {
  #sec1 .wrap {
    padding-top: 207px;
  }
  #sec1 .wrap:before {
    top: 0px;
    left: auto;
    right: -432px;
    background-size: auto;
    width: 932px;
    height: 1033px;
  }
  #sec1 .wrap:after {
    top: 113px;
    left: -48px;
    right: -43px;
    background-size: auto;
    width: 1091px;
    height: 920px;
  }
  #sec1 h2 {
    max-width: 600px;
    margin: 0px auto;
    padding: 59px 0px 24px;
  }
  #sec1 h2:before {
    background-size: auto;
    width: 466px;
    height: 168px;
    opacity: 0.6;
  }
  #sec1 .inner {
    margin-top: 60px;
  }
  #sec1 .sec1-map {
    margin: 66px 0px 0px 26px;
  }
  #sec1 .txt {
    width: 427px;
    margin: 0px 10px 0px 0px;
  }
  #sec1 .sec1-img {
    margin-top: 114px;
    height: 659px;
  }
}

#sec2 {
  margin-top: 16vw;
}
#sec2 .inner1 {
  position: relative;
}
#sec2 .inner1 h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3vw;
}
#sec2 .inner1 h2:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid rgba(111, 95, 69, 0.35);
}
#sec2 .inner1 .sec2-img1 {
  margin-top: 6vw;
}
#sec2 .inner1 .txt {
  margin-top: 6vw;
}
#sec2 .inner2 {
  margin-top: 10vw;
}
#sec2 .inner2 .col-txt {
  margin-top: 6vw;
}
#sec2 .inner2 .txt {
  margin-top: 2vw;
}
#sec2 .inner2 .btn-sec {
  margin-top: 6vw;
}
@media only screen and (max-width: 767px) {
  #sec2 h2 {
    width: 100%;
  }
  #sec2 h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #sec2 {
    margin-top: 118px;
  }
  #sec2 .inner1 {
    padding: 87px 0px 100px;
  }
  #sec2 .inner1 h2 {
    width: 436px;
    padding: 0px 0px 30px 55px;
  }
  #sec2 .inner1 h2:before {
    left: -100%;
  }
  #sec2 .inner1 .sec2-img1 {
    position: absolute;
    top: 0px;
    right: -250px;
    margin: 0px;
  }
  #sec2 .inner1 .txt {
    width: 394px;
    margin: 28px 0px 0px 42px;
  }
  #sec2 .inner2 {
    margin-top: 46px;
  }
  #sec2 .inner2 .sec2-img2 {
    margin-left: -27px;
  }
  #sec2 .inner2 .col-txt {
    width: 404px;
    margin: 70px -32px 0px 0px;
  }
  #sec2 .inner2 .txt {
    margin-top: 21px;
  }
  #sec2 .inner2 .btn-sec {
    margin-top: 26px;
  }
  #sec2 .inner2 .btn-sec a {
    width: 300px;
  }
}

#sec3 {
  margin-top: 18vw;
  background: rgba(255, 255, 255, 0.26);
}
#sec3 .col-txt {
  box-sizing: border-box;
  padding: 6vw 4% 20vw;
}
#sec3 .txt {
  margin-top: 2vw;
}
#sec3 .btn-sec {
  margin-top: 6vw;
}
#sec3 .btn-sec a {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin-top: 136px;
  }
  #sec3 .sec3-img {
    width: calc(100% - 578px);
    height: 732px;
  }
  #sec3 .col-txt {
    width: 578px;
    padding: 170px 109px 177px;
  }
  #sec3 .txt {
    margin-top: 26px;
  }
  #sec3 .btn-sec {
    margin-top: 35px;
  }
  #sec3 .btn-sec a {
    width: 300px;
  }
}

#sec4 .wrap {
  padding-bottom: 20vw;
}
#sec4 .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/floor/sec4_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 150% auto;
  z-index: -1;
}
#sec4 h2 {
  border-bottom: 1px solid rgba(111, 95, 69, 0.35);
  margin-top: 6vw;
}
#sec4 .txt {
  margin-top: 4vw;
}
#sec4 .btn-sec {
  margin-top: 6vw;
}
#sec4 .btn-sec .arrow-right {
  width: 11px;
  height: 8px;
}
#sec4 .btn-sec .txt-vertical-pc .txt-latin {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #sec4 h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #sec4 .wrap {
    padding-bottom: 163px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec4 .wrap:before {
    top: auto;
    left: -429px;
    bottom: 0px;
    background-size: auto;
    width: 1679px;
    height: 885px;
  }
  #sec4 h2 {
    border-left: 1px solid rgba(111, 95, 69, 0.35);
    border-bottom: 0px;
    padding: 142px 0px 0px 17px;
    margin-left: 32px;
    margin-top: 40px;
  }
  #sec4 .sec4-img {
    margin: 149px -74px 0px 43px;
  }
  #sec4 .txt {
    margin: 245px 0px 0px 40px;
    height: 415px;
  }
  #sec4 .btn-sec {
    margin: 361px 0px 0px 22px;
  }
  #sec4 .btn-sec a {
    width: 57px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sec4 .btn-sec .arrow-right {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 24px;
    transform: translate(0);
    margin: 0px auto;
  }
}/*# sourceMappingURL=floor.css.map */