section .btn-cus {
  max-width: 100%;
}
section .btn-cus a {
  background: var(--blue);
  height: 50px;
  line-height: 48px;
  font-family: inherit;
  font-weight: 400;
}
section .btn-cus a::after {
  margin: 0;
  position: absolute;
  right: 16%;
}
@media screen and (min-width: 768px) {
  section .btn-cus {
    max-width: 398px;
  }
  section .btn-cus a {
    height: 64px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 60px;
    padding-right: 30px;
  }
  section .btn-cus a::after {
    font-size: 19px;
  }
}
.fz38 {
  font-size: calc(7vw + var(--gap));
  margin: 0 auto;
  line-height: 1.76;
  letter-spacing: 0.1em;
  --gap: 0vw;
}
@media screen and (min-width: 768px) {
  .fz38 {
    font-size: 38px;
    line-height: 70px;
  }
}
#sec1 {
  padding: 16vw 0 0;
  position: relative;
  z-index: 2;
}
#sec1 .row1 {
  gap: 10vw;
}
#sec1 .row1 .logo {
  width: 55%;
  margin: 0 auto 6vw;
}
#sec1 .row1 h2 {
  text-align: center;
  margin-bottom: 7vw;
}
#sec1 .row1 .photo {
  margin-right: -7vw;
  margin-left: 7vw;
}
#sec1 .row2 {
  margin: 10vw -4vw 0;
}
#sec1 .row2 .photo1 {
  width: 48%;
  margin-left: auto;
}
#sec1 .row2 .photo2 {
  width: 45%;
  margin-top: -23vw;
}
#sec1 .row2 .photo3 {
  width: 37.6%;
  margin-left: auto;
  margin-top: -5vw;
}
#sec1 .row2 .photo4 {
  margin-left: auto;
  width: 59.3%;
  margin-right: 40.6%;
  margin-top: -20%;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 169px 0 0;
  }
  #sec1 .wrap {
    max-width: 1174px;
  }
  #sec1 .row1 {
    gap: 20px;  
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec1 .row1 .photo {
    margin: 0 -213px 0 0;
  }
  #sec1 .row1 .content {
    width: 470px;
    margin-top: -7px;
  }
  #sec1 .row1 .content .logo {
    width: 170px;
    position: relative;
    left: -5px;
    margin-bottom: 33px;
  }
  #sec1 .row1 .content h2 {
    margin-bottom: 44px;
  }
  #sec1 .row1 .content .txt {
    margin: 0 -41px 0 -2px;
  }
  #sec1 .row2 {
    margin: 75px 0 0 31px;
    width: 100%;
  }
  #sec1 .row2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec1 .row2 .photo1 {
    margin: 0 auto;
    width: 32.8%;
    position: relative;
    left: 1.9%;
  }
  #sec1 .row2 .photo2 {
    margin-top: -12.6%;
    width: 27.2%;
  }
  #sec1 .row2 .right {
    width: 44.3%;
    margin-left: auto;
    margin-top: -24.2%;
  }
  #sec1 .row2 .right .photo3 {
    margin-top: 0;
  }
}
#sec2 {
  margin-top: -10vw;
}
#sec2 .bg-set {
  color: #fff;
  background: url('../img/second/s2_bg.jpg') no-repeat right;
  background-size: cover;
  padding: 40vw 0;
}
#sec2 .bg-set .inner {
  display: table;
  margin-left: auto;
}
#sec2 .bg-text {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid;
  margin: -18vw 0 10vw 5vw;
  padding: 8vw 4% 8vw 4%;
}
#sec2 .row-js {
  gap: 10vw;
  position: relative;
}
#sec2 .row-js .title-deco {
  font-size: 15vw;
  position: absolute;
  letter-spacing: 0.1em;
  transform: scale(0.8, 1);
  color: #fff;
  z-index: 2;
  line-height: 1;
  left: 1vw;
  top: -4vw;
}
#sec2 .row-js .title-deco.ttl2 {
  left: auto;
  right: 1vw;
  top: 127vw;
}
#sec2 .row-js:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10vw;
  background: url('../img/second/s2_deco.png') no-repeat center;
  background-size: contain;
  z-index: 2;
}
#sec2 .row-js .sl-fade {
  position: relative;
  z-index: 1;
}
#sec2 .row-js .sl-fade:before,
#sec2 .row-js .sl-fade::after {
  content: '';
  position: absolute;
  top: 33vw;
  left: 2vw;
  width: 90vw;
  height: 90vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -2;
}
#sec2 .row-js .sl-fade::after {
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  top: 95vw;
  left: 15vw;
}
#sec2 .row-js .sl-fade .slick-dots {
  /* display: none !important; */
}
#sec2 .row-js .sl-fade .slick-dots li {
  width: 15px;
  height: 15px;
}
#sec2 .row-js .sl-fade .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}
#sec2 .row-js .sl-fade .slick-dots li.slick-active button {
  background: var(--bl-txt);
  border: none;
}
#sec2 .row-js .sl-fade .item {
  text-align: right;
}
#sec2 .row-js .sl-fade .item .col {
  width: 96%;
}
#sec2 .row-js .sl-fade .item .right {
  margin-left: auto;
  margin-top: 18vw;
}
#sec2 .row-js .sl-fade .item .bottom {
  padding-top: 5vw;
}
#sec2 .row-js .sl-fade .item h3 {
  font-size: 6vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#sec2 .row-js .sl-fade .item h3 small {
  font-size: 78.5714285714%;
  display: block;
}
#sec2 .row-js .sl-fade .item h3.tal {
  text-align: left;
}
#sec2 .row-js .sl-fade .item h3.tac {
  text-align: center;
}
#sec2 .row-js .sl-fade .item .price {
  font-size: 5.4vw;
  letter-spacing: 0.1em;
}
#sec2 .row-js .sl-fade .item .price small {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: -58px;
  }
  #sec2 .bg-set {
    padding: 254px 0 390px;
  }
  #sec2 .bg-set .wrap {
    max-width: 1042px;
  }
  #sec2 .bg-set .note {
    font-size: 18px;
    margin: -4px 0 0 5px;
  }
  #sec2 .bg-text {
    margin-top: -276px;
    width: 648px;
    margin-left: auto;
    box-sizing: border-box;
    padding: 35px 0 17px 77px;
    margin-bottom: -213px;
  }
  #sec2 .bg-text .txt {
    width: 400px;
    height: 357px;
  }
  #sec2 .row-js::before {
    width: 111px;
    height: 109px;
    transform: none;
    top: auto;
    bottom: 91px;
    left: calc(50% - 22px);
  }
  #sec2 .row-js .title-deco {
    left: -60px;
    top: -47px;
    font-size: 100px;
  }
  #sec2 .row-js .title-deco.ttl2 {
    right: -54px;
    top: 318px;
    font-size: 120px;
  }
  #sec2 .row-js .sl-fade {
    width: 100%;
  }
  #sec2 .row-js .sl-fade::before,
  #sec2 .row-js .sl-fade::after {
    width: 535px;
    height: 535px;
    top: 177px;
    left: calc(50% - 462px);
  }
  #sec2 .row-js .sl-fade::after {
    top: auto;
    left: auto;
    right: -84px;
    bottom: -109px;
    width: 566px;
    height: 566px;
  }
  #sec2 .row-js .sl-fade .item .col {
    width: 50%;
  }
  #sec2 .row-js .sl-fade .item .right {
    width: 397px;
    margin-top: 312px;
  }
  #sec2 .row-js .sl-fade .item h3 {
    font-size: 28px;
    margin-bottom: 4px;
    line-height: 40px;
  }
  #sec2 .row-js .sl-fade .item h3.tal {
    display: table;
    margin-left: auto;
    margin-bottom: -36px;
  }
  #sec2 .row-js .sl-fade .item .price {
    font-size: 24px;
  }
  #sec2 .row-js .sl-fade .item .bottom {
    padding-top: 22px;
    padding-right: 23px;
  }
}
#sec3 {
  padding: 16vw 0;
}
#sec3 h2 {
  font-size: 9vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 8vw;
}
#sec3 .sl-fade2 .slick-dots {
  position: static;
  display: flex !important;
  margin-top: 20px;
  gap: 3px;
  flex-wrap: wrap;
}
#sec3 .sl-fade2 .slick-dots li {
  height: auto;
  aspect-ratio: 140/100;
  margin: 0;
  width: calc(25% - 3px);
}
#sec3 .sl-fade2 .slick-dots li button {
  border: none;
  background: url('../img/second/s3_thumb1.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}
#sec3 .sl-fade2 .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all 0.3s ease;
}
#sec3 .sl-fade2 .slick-dots li.slick-active button::before {
  opacity: 0;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(2) button {
  background: url('../img/second/s3_thumb2.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(3) button {
  background: url('../img/second/s3_thumb3.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(4) button {
  background: url('../img/second/s3_thumb4.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(5) button {
  background: url('../img/second/s3_thumb5.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(6) button {
  background: url('../img/second/s3_thumb6.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .slick-dots li:nth-child(7) button {
  background: url('../img/second/s3_thumb7.jpg') no-repeat center;
  background-size: cover;
}
#sec3 .sl-fade2 .item {
  position: relative;
}
#sec3 .sl-fade2 .item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec3 .sl-fade2 .item .content {
  position: static;
  background: rgba(255, 255, 255, 0.88);
  padding: 5vw;
  height: 50vw;
  min-height: 75vw;
}
#sec3 .sl-fade2 .item .content h3 {
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
#sec3 .sl-fade2 .item .content h3 small {
  font-size: calc((16 / 28) * 100%);
  display: block;
  letter-spacing: 0.04em;
}
#sec3 .sl-fade2 .item .content .price {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec3 .sl-fade2 .item .content .price small {
  font-size: 75%;
}
#sec3 .sl-fade2 .item .content .txt {
  margin-top: 5vw;
}
#sec3 .sl-fade2 .item .content dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#sec3 .btn-cus {
  margin-top: 10vw;
}
@media screen and (max-width: 768px) {
  #sec3 .wrap {
    padding: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 33px 0 136px;
  }
  #sec3 h2 {
    font-size: 66px;
    margin-left: -19px;
    letter-spacing: 0em;
    margin-bottom: 45px;
  }
  #sec3 .s3-js .slick-dots {
    margin-top: 23px;
  }
  #sec3 .s3-js .slick-dots li {
    flex: 1 1 0;
  }
  #sec3 .s3-js .item {
    position: relative;
  }
  #sec3 .s3-js .item .content {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    height: 121px;
    padding: 0;
    min-height: unset;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  #sec3 .s3-js .item .content .left {
    display: table;
    margin-left: 66px;
    width: 247px;
    text-align: left;
  }
  #sec3 .s3-js .item .content .left h3 {
    font-size: 28px;
  }
  #sec3 .s3-js .item .content .left h3.fz24 {
    font-size: 24px;
  }
  #sec3 .s3-js .item .content .left .price {
    font-size: 24px;
    margin-right: 6px;
    text-align: right;
    margin-top: 5px;
  }
  #sec3 .s3-js .item .content .left dl {
    margin-top: 0;
    line-height: 27px;
  }
  #sec3 .s3-js .item .content .left dl dt {
    letter-spacing: 0em;
  }
  #sec3 .s3-js .item .content .txt {
    width: 540px;
    margin: 0px 43px 0 0;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.1em;
  }
  #sec3 .s3-js .item .content.style2 .left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 56px;
    height: 100%;
    padding-top: 0;
    align-items: center;
    gap: 20px;
    width: auto;
  }
  #sec3 .s3-js .item.item4 .content,
  #sec3 .s3-js .item.item6 .content {
    height: 145px;
  }
  #sec3 .s3-js .item.item4 .content .left {
    width: auto;
  }
  #sec3 .s3-js .item.item6 .content .left {
    margin-left: 20px;
    width: auto;
  }
  #sec3 .s3-js .item.item7 .content .left {
    margin-left: 34px;
    height: auto;
    align-items: end;
    gap: 0;
  }
  #sec3 .btn-cus {
    margin-top: 57px;
    position: relative;
    left: 3px;
  }
}

/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 .row1 h2 {
  font-size: 8vw;
  white-space: nowrap;
  margin: 0 auto 7vw;
  position: relative;
  width: 31vw;
}
#sec4 .row1 h2 .size-small {
  font-size: calc((62 / 52) * 100%);
  margin-bottom: 5px;
}
#sec4 .row1 h2 .size-large {
  font-size: calc((103 / 52) * 100%);
  position: absolute;
  bottom: 13vw;
  left: -14vw;
}
#sec4 .row1 h2 .size-medium {
  font-size: calc((90 / 52) * 100%);
  position: relative;
  left: -7vw;
  margin-top: 2vw;
}
#sec4 .row1 h2 .left {
  position: relative;
  left: 9px;
}
#sec4 .row1 .photo {
  margin: 10vw -7vw 0 7vw;
}
#sec4 .row2 {
  margin-top: 10vw;
  gap: 8vw;
}
#sec4 .row2 .btn-cus {
  margin-top: 7vw;
}
#sec4 .row2 .photo {
  margin-left: -7vw;
}
@media screen and (min-width: 768px) {
  #sec4 .row1 .photo {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    margin: 0;
    width: 50vw;
    height: 775px;
  }
  #sec4 .row1 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec4 .row1 .content {
    width: 460px;
  }
  #sec4 .row1 .content h2 {
    font-size: 52px;
    width: auto;
    position: relative;
    left: 30px;
    padding-top: 5px;
    letter-spacing: -0.08em;
    margin-bottom: 65px;
  }
  #sec4 .row1 .content h2 .size-medium {
    left: -48px;
    margin-top: 21px;
  }
  #sec4 .row1 .content h2 .size-large {
    bottom: 86px;
    left: -80px;
  }
  #sec4 .row2 {
    margin-top: 101px;
    gap: 0;
    justify-content: end;
    position: relative;
  }
  #sec4 .row2 .photo {
    margin-left: 0;
    position: absolute;
    left: calc(50% - 50vw);
    max-width: calc(50vw - 25px);
  }
  #sec4 .row2 .content {
    width: 500px;
    padding-top: 76px;
  }
  #sec4 .row2 .content .btn-cus {
    margin-top: 67px;
    margin-left: 2px;
  }
}
#sec5 {
  padding: 16vw 0;
}
@media screen and (max-width: 768px) {
  #sec5 .wrap {
    padding: 0 4%;
  }
}
#sec5 .row1 {
  gap: 10vw;
}
#sec5 .row1 .photo {
  width: 100%;
  margin-left: auto;
  margin-right: -5vw;
}
#sec5 .row1 h2 {
  --gap: -1.5vw;
  margin-bottom: 1vw;
}
#sec5 .row1 h3 {
  font-size: 14.5px;
  font-weight: 400;
}
#sec5 .row1 h3 small {
  font-size: 100%;
}
#sec5 .row1 .txt {
  margin-top: 6vw;
}
#sec5 .row2 {
  margin-top: 8vw;
  gap: 7vw;
}
#sec5 .row2 .box {
  border: 1px solid #4a4a4a;
  padding: 8vw 4%;
  margin-bottom: 7vw;
}
#sec5 .row2 .box h3 {
  font-size: 16px;
}
#sec5 .row2 .box ul {
  margin-top: 7vw;
}
#sec5 .row2 .box ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec5 .row2 .box ul li::before {
  margin-right: 10px;
  content: '−';
}
#sec5 .row2 .photos li {
  width: 52.1%;
}
#sec5 .row2 .photos li:nth-child(2) {
  width: 35.32%;
  margin-left: auto;
  margin-top: -37.9%;
}
#sec5 .row1 .content h3 {
  font-size: 5.8vw;
  line-height: 1.5em;
  margin-top: 1em;
}
#sec5 .row1 .content h3 small{
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 126px 0 98px;
  }
  #sec5 .row1 .photo {
    width: calc(50vw - 147px);
    position: absolute;
    right: calc(50% - 50vw + 1px);
    margin: 0;
    height: 707px;
  }
  #sec5 .row1 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec5 .row1 .content {
    padding-top: 69px;
    width: 570px;
  }
  #sec5 .row1 .content h2 {
    margin-left: -3px;
    margin-bottom: 1px;
  }
  #sec5 .row1 .content h2 .ttl-deco span::before {
    font-size: 38px;
    top: -43px;
    margin-left: -3px;
    font-weight: 400;
  }
  #sec5 .row1 .content h3 {
    font-size: 30px;
    line-height: 1.5em;
    margin-top: 1em;
  }
    #sec5 .row1 .content h3 small{
    font-size: 22px;
  }
  #sec5 .row1 .content .txt {
    margin-top: 48px;
    margin-left: -1px;
  }
  #sec5 .row2 {
    margin-top: 61px;
    gap: 30px;
    justify-content: space-between;
  }
  #sec5 .row2 .left {
    width: 491px;
  }
  #sec5 .row2 .left .box {
    padding: 47px 44px 79px;
    margin-bottom: 59px;
  }
  #sec5 .row2 .left .box h3 {
    font-size: 18px;
  }
  #sec5 .row2 .left .box ul {
    font-size: 16px;
    line-height: 28px;
    margin-top: 23px;
  }
  #sec5 .row2 .left .box ul li {
    letter-spacing: 0.1em;
  }
  #sec5 .row2 .left .box ul li::before {
    margin-right: 18px;
  }
  #sec5 .row2 .left .btn-cus {
    margin-left: 0;
  }
  #sec5 .row2 .photos {
    width: 568px;
    margin-right: -150px;
    margin-top: 50px;
  }
}
#sec6 {
  background: rgba(86, 86, 86, 0.12);
  position: relative;
}
#sec6:before {
  content: '';
  position: absolute;
  top: -13vw;
  left: -42vw;
  width: 100%;
  height: 100%;
  background: url('../img/second/s6_deco.png') no-repeat;
  background-size: contain;
}
#sec6 .floormap .button {
  width: 6%;
}
#sec6 .floormap .btn1 {
  top: 55.5%;
  right: 45.6%;
}
#sec6 .floormap .btn2 {
  top: 41.7%;
  right: 25.6%;
}
#sec6 .floormap .btn3 {
  top: 13.7%;
  right: 50.6%;
}
#sec6 .floormap .btn4 {
  bottom: 14.6%;
  left: 33%;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 51px 0 96px;
  }
  #sec6::before {
    width: 386px;
    height: 770px;
    left: 0;
    top: -91px;
  }
  #sec6 .wrap {
    max-width: 776px;
  }
  #sec6 .floormap {
    margin-top: -349px;
    margin-left: 61px;
  }
}
#gmap::before {
  width: 100%;
  height: 71vw;
  left: auto;
  right: 0;
  background: url('../img/second/bnr_deco.png') no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #gmap::before {
    width: 1116px;
    height: 805px;
  }
}
#sec7 {
  padding-top: 16vw;
}
#sec7 .right .logo {
  width: 183px;
  margin: 0 auto;
}
#sec7 .right .tel {
  margin: 6vw auto;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-top: 139px;
  }
  #sec7 .right .logo {
    width: 203px;
    margin-top: -16px;
  }
  #sec7 .right .tel {
    margin: 36px auto 41px;
  }
}
