#sec1 .wrap {
  padding-top: 20vw;
}
#sec1 .wrap::before {
  content: "";
  width: 33vw;
  height: 100vw;
  background: url("../img/shared/pattern2.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  margin: 0 auto;
  font-family: var(--fnt-second);
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
#sec1 h2.ttl .txt1 {
  font-size: 6vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#sec1 h2.ttl .txt2 {
  margin-top: 5vw;
  font-size: 11vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#sec1 h2.ttl .txt2::after {
  content: "";
  height: 20vw;
  display: inline-block;
  border-left: 1px solid;
}
#sec1 h2.ttl .txt2 small {
  font-size: 9vw;
  letter-spacing: 0.15em;
}
#sec1 .set1 .imgbox {
  margin-top: -28vw;
}
#sec1 .set1 .imgbox .img {
  height: 100vw;
}
#sec1 .set1 .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec1 .set2 {
  margin-top: 10vw;
}
#sec1 .set2 .imgbox {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 .wrap {
    padding-top: 124px;
  }
  #sec1 .wrap::before {
    content: "";
    width: 330px;
    height: 660px;
    left: -43px;
  }
  #sec1 h2.ttl {
    margin: 0;
  }
  #sec1 h2.ttl .txt1 {
    font-size: 40px;
    line-height: 80px;
  }
  #sec1 h2.ttl .txt2 {
    margin-top: 46px;
    font-size: 62px;
    line-height: 110px;
  }
  #sec1 h2.ttl .txt2::after {
    height: 77px;
    margin-top: 15px;
  }
  #sec1 h2.ttl .txt2 small {
    font-size: 54px;
  }
  #sec1 .set1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 -101px 0 33px;
  }
  #sec1 .set1 .imgbox {
    width: 855px;
    margin: 61px 0 0 20px;
  }
  #sec1 .set1 .imgbox .img {
    height: auto;
  }
  #sec1 .set2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: -40px 0 0 -19px;
  }
  #sec1 .set2 .imgbox {
    -ms-flex-order: 1;
        order: 1;
    width: 397px;
    margin-top: 0;
  }
  #sec1 .set2 .txtbox {
    -ms-flex-order: 2;
        order: 2;
    width: 500px;
    margin-top: 16px;
  }
  #sec1 .set2 .txtbox .txt {
    text-align: justify;
  }
}

#sec2 {
  padding-top: 20vw;
}
#sec2 h2.ttl {
  text-align: center;
}
#sec2 .blk1 {
  margin-top: 10vw;
}
#sec2 .blk1 h3.ttl {
  margin: 10vw auto 0;
}
#sec2 .blk1 h3.ttl .jp small::after {
  content: "";
  height: 20vw;
  display: inline-block;
  border-left: 1px solid;
}
#sec2 .blk1 h3.ttl .jp .txt-indent {
  margin-top: 10vw;
}
#sec2 .blk1 h3.ttl .en {
  margin-bottom: 8vw;
}
#sec2 .blk1 .bgi .bg-parallax {
  min-height: 100vw;
}
#sec2 .blk1 .bgi .bg-parallax .img-parallax img {
  -o-object-position: 75%;
     object-position: 75%;
}
#sec2 .blk2 {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 133px;
  }
  #sec2 h2.ttl .jp small {
    display: inline-block;
    margin: 0 20px 0 7px;
    position: relative;
    top: -10px;
  }
  #sec2 .blk1 {
    min-height: 767px;
    margin-top: 26px;
    padding-top: 168px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 0;
  }
  #sec2 .blk1 h3.ttl {
    margin: 0;
  }
  #sec2 .blk1 h3.ttl .jp small::after {
    height: 103px;
  }
  #sec2 .blk1 h3.ttl .jp .txt-indent {
    margin-top: 48px;
  }
  #sec2 .blk1 h3.ttl .en {
    margin-bottom: 45px;
    color: #fff;
  }
  #sec2 .blk1 .bgi {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #sec2 .blk1 .bgi .bg-parallax {
    min-height: 100%;
  }
  #sec2 .blk1 .bgi .bg-parallax .img-parallax img {
    -o-object-position: 50%;
       object-position: 50%;
  }
  #sec2 .blk2 {
    margin-top: 0;
  }
  #sec2 .blk2 .wrap {
    padding-top: 141px;
  }
  #sec2 .blk2 .wrap::before {
    content: "";
    width: 366px;
    height: 628px;
    background: url("../img/shared/pattern3.jpg");
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #sec2 .blk2 .wrap::after {
    content: "";
    width: 501px;
    height: 530px;
    background: url("../img/concept/s2-deco.png") no-repeat;
    position: absolute;
    top: 43px;
    right: 20px;
  }
  #sec2 .blk2 .txtbox {
    margin-left: 30px;
  }
  #sec2 .blk2 .txtbox .txt {
    width: 350px;
  }
}

#sec3 {
  padding-top: 10vw;
}
#sec3 h2.ttl {
  display: inline-block;
}
#sec3 h2.ttl .en {
  text-align: right;
}
#sec3 .set .gr .txtbox {
  margin-top: 10vw;
}
#sec3 .set .imgbox {
  margin-top: 10vw;
}
#sec3 .set .imgbox .img1 {
  width: 25vw;
  margin-left: auto;
}
#sec3 .set .imgbox .img2 {
  width: 71vw;
  margin-left: var(--paddingWrap-negative);
  position: relative;
}
#sec3 .set .imgbox .img2::before {
  content: "";
  width: 30vw;
  height: 58vw;
  background: url("../img/shared/pattern1.jpg");
  position: absolute;
  top: -30vw;
  right: -10vw;
  z-index: -1;
}
#sec3 .set .imgbox .img3 {
  width: 70vw;
  margin: 5vw var(--paddingWrap-negative) 0 auto;
  position: relative;
}
#sec3 .set .imgbox .img3::before {
  content: "";
  width: 78vw;
  height: 37vw;
  background: url("../img/shared/pattern1.jpg");
  position: absolute;
  top: 25vw;
  left: -50vw;
  z-index: -1;
}
#sec3 .set .imgbox .img4 {
  width: 25vw;
  margin: -5vw 0 0 6vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 0;
    margin-top: 207px;
  }
  #sec3 .set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: -77px;
  }
  #sec3 .set .gr {
    -ms-flex-order: 2;
        order: 2;
    width: 380px;
    margin-top: 192px;
  }
  #sec3 .set .gr .txtbox {
    margin-top: 22px;
  }
  #sec3 .set .imgbox {
    -ms-flex-order: 1;
        order: 1;
    width: 601px;
    margin-top: 0;
  }
  #sec3 .set .imgbox .img1 {
    width: auto;
    margin: 0 42px 0 0;
    text-align: right;
  }
  #sec3 .set .imgbox .img2 {
    width: auto;
    margin-left: 0;
  }
  #sec3 .set .imgbox .img2::before {
    width: 235px;
    height: 358px;
    top: -200px;
    right: 112px;
  }
  #sec3 .set .imgbox .img3 {
    width: auto;
    margin: 31px 0 0;
    text-align: right;
  }
  #sec3 .set .imgbox .img3::before {
    width: 337px;
    height: 202px;
    top: 137px;
    left: 43px;
  }
  #sec3 .set .imgbox .img4 {
    width: auto;
    margin: -29px 0 0 122px;
  }
}
@media screen and (min-width: 1200px) {
  #sec3 .set {
    width: 1077px;
  }
}

#sec4 {
  padding-top: 20vw;
}
#sec4 h2.ttl {
  margin: 0 auto;
}
#sec4 .set1 .imgbox {
  margin-top: 10vw;
  position: relative;
}
#sec4 .set1 .imgbox::before {
  content: "";
  width: 30vw;
  height: 70vw;
  background: url("../img/shared/pattern2.jpg");
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  right: var(--paddingWrap-negative);
  z-index: -1;
}
#sec4 .set2 {
  margin-top: 10vw;
}
#sec4 .set2 .slider {
  margin-top: 10vw;
}
#sec4 .set2 .slider .slide {
  position: relative;
}
#sec4 .set2 .slider .slide .number {
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  position: absolute;
  bottom: 3vw;
  right: 5vw;
  z-index: 1;
}
#sec4 .btn-link {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 61px;
  }
  #sec4 h2.ttl {
    margin: 0;
  }
  #sec4 h2.ttl .jp small {
    margin-bottom: 10px;
  }
  #sec4 h2.ttl .en {
    margin: 0 0 7px 6px;
  }
  #sec4 .set1 {
    width: 1250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec4 .set1 .h2box {
    margin: 150px 0 0 40px;
  }
  #sec4 .set1 .imgbox {
    margin-top: 0;
  }
  #sec4 .set1 .imgbox::before {
    width: 295px;
    height: 400px;
    transform: translateY(100%);
    top: auto;
    bottom: 0;
    right: 0;
  }
  #sec4 .set2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 78px 0 0 -102px;
  }
  #sec4 .set2 .slider {
    -ms-flex-order: 1;
        order: 1;
    width: 535px;
    margin-top: -217px;
  }
  #sec4 .set2 .slider .slide .number {
    font-size: 25px;
    right: 24px;
    bottom: 17px;
  }
  #sec4 .set2 .txtbox {
    -ms-flex-order: 2;
        order: 2;
    width: 487px;
    padding-left: 20px;
  }
  #sec4 .set2 .txtbox .txt {
    height: 380px;
  }
  #sec4 .btn-link {
    margin-top: 82px;
    text-align: center;
  }
}

#sec5 {
  margin: 20vw 0;
}
#sec5 .blk1 {
  padding-bottom: 15vw;
  background: #2b1e18;
  color: #fff;
}
#sec5 .blk1 h2.ttl .en {
  display: inline-block;
  color: #fff;
}
#sec5 .blk1 .slider [class^=img] {
  width: 100%;
  height: 66vw;
}
#sec5 .blk1 .slider [class^=img] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec5 .blk1 .set .txtbox {
  margin-top: 10vw;
}
#sec5 .blk2 {
  padding-top: 5vw;
}
#sec5 .blk2 .floormap {
  margin-top: 10vw;
}
#sec5 .blk2 .slidescroll {
  margin-top: 10vw;
}
#sec5 .blk2 .slidescroll .imgbox {
  display: -ms-flexbox !important;
  display: flex !important;
}
#sec5 .blk2 .slidescroll .imgbox [class^=img] {
  margin-left: 5vw;
}
#sec5 .blk2 .slidescroll .imgbox .img1 {
  margin-top: 10vw;
}
#sec5 .blk2 .slidescroll .imgbox .img3 {
  margin-top: 20vw;
}
#sec5 .blk2 .slidescroll .imgbox .img4 {
  margin-top: 10vw;
}
#sec5 .blk2 .slidescroll .imgbox .img6 {
  margin-top: 15vw;
}
@media screen and (max-width: 767px) {
  #sec5 .blk2 .slidescroll .imgbox .img1, #sec5 .blk2 .slidescroll .imgbox .img3 {
    width: 50vw;
  }
  #sec5 .blk2 .slidescroll .imgbox .img2 {
    width: 40vw;
  }
  #sec5 .blk2 .slidescroll .imgbox .img4 {
    width: 27vw;
  }
  #sec5 .blk2 .slidescroll .imgbox .img5 {
    width: 35vw;
  }
  #sec5 .blk2 .slidescroll .imgbox .img6 {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin: 100px 0 130px;
  }
  #sec5 .blk1 {
    padding: 161px 0 1px;
    background: transparent;
    color: #000;
    position: relative;
  }
  #sec5 .blk1 .slider {
    width: 100%;
    background: #2b1e18;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec5 .blk1 .slider::after {
    content: "";
    width: 90%;
    height: 100%;
    background: linear-gradient(to right, #2b1e18 40%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec5 .blk1 .slider [class^=img] {
    width: calc(50% + 250px) !important;
    height: 594px;
    display: block !important;
    margin-left: auto;
  }
  #sec5 .blk1 .set .txtbox {
    margin-top: 81px;
  }
  #sec5 .blk1 .set .txtbox .txt, #sec5 .blk1 .set .txtbox .txtnote {
    width: 455px;
  }
  #sec5 .blk1 .set .txtbox .txtnote {
    margin-top: 35px;
  }
  #sec5 .blk2 {
    padding-top: 0;
  }
  #sec5 .blk2 .wrap {
    position: relative;
    z-index: 0;
  }
  #sec5 .blk2 .wrap::before {
    content: "";
    width: 414px;
    height: 480px;
    background: url("../img/shared/pattern1.jpg");
    position: absolute;
    top: 166px;
    left: -147px;
    z-index: -1;
  }
  #sec5 .blk2 .floormap {
    margin: -81px -20px 0 0;
    text-align: right;
  }
  #sec5 .blk2 .slidescroll {
    margin-top: 21px;
  }
  #sec5 .blk2 .slidescroll .imgbox [class^=img] {
    margin-left: 54px;
  }
  #sec5 .blk2 .slidescroll .imgbox .img1 {
    margin-top: 60px;
  }
  #sec5 .blk2 .slidescroll .imgbox .img3 {
    margin-top: 120px;
  }
  #sec5 .blk2 .slidescroll .imgbox .img4 {
    margin-top: 60px;
  }
  #sec5 .blk2 .slidescroll .imgbox .img6 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  #sec5 .blk2 .floormap {
    margin-right: -57px;
  }
}