@charset "UTF-8";
section .btn-cus {
  max-width: 100%;
}
section .btn-cus a {
  background: var(--red);
  height: 50px;
  line-height: 48px;
  font-family: inherit;
  font-weight: 400;
}
section .btn-cus a::after {
  margin-left: 10px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  section .btn-cus {
    max-width: 398px;
  }
  section .btn-cus a {
    height: 60px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 45px;
  }
  section .btn-cus a::after {
    margin-left: 19px;
    margin-right: -15px;
    font-size: 23px;
    margin-top: 4px;
  }
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 16vw 0;
  position: relative;
  z-index: 1;
}
#sec1::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 145vw;
  background: url('../img/honten/s1_foot.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec1 h3 {
  font-size: 5vw;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 16vw;
  display: table;
  line-height: 1.5;
}
#sec1 h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5vw;
  width: 100%;
  height: 25vw;
  background: url('../img/honten/s1_ttl_deco.png') no-repeat left;
  background-size: contain;
}
#sec1 h3 span {
  display: table;
  border: 1px solid;
  background: #fff;
  margin: 10px auto 0;
  padding: 0 17px;
}
#sec1 h3.ttl2 {
  margin-left: auto;
  margin-top: 7vw;
}
#sec1 h3.ttl2::before {
  left: auto;
  transform: scaleX(-1);
}
#sec1 .row1 p {
  position: relative;
  z-index: 2;
}
#sec1 .row1 h2 {
  position: relative;
  white-space: nowrap;
  font-size: 7vw;
  margin: 0 auto;
  width: 25vw;
  line-height: 1.76;
  letter-spacing: 0.1em;
  z-index: 1;
}
#sec1 .row1 h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/honten/s1_deco.png') no-repeat;
  width: 100vw;
  height: 100vw;
  background-size: contain;
  z-index: -1;
}
#sec1 .row1 h2 span {
  display: block;
  margin-top: 14vw;
}
#sec1 .row1 .img2 {
  width: 28%;
}
#sec1 .row1 .img3 {
  width: 80%;
  margin: -18vw -5vw 8vw auto;
}
#sec1 .txt span {
  display: block;
  margin: 40px 0 40px 40px;
}
#sec1 .row2 {
  flex-direction: row;
  margin-top: 12vw;
}
#sec1 .row2 p + p {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 135px 0 150px;
  }
  #sec1::before {
    width: 890px;
    height: 1167px;
  }
  #sec1 h3 {
    margin-left: 39px;
    font-size: 28px;
    line-height: 45px;
    padding-bottom: 90px;
  }
  #sec1 h3 span {
    font-size: 42px;
    position: relative;
    left: -13px;
    letter-spacing: 0.02em;
    padding: 0 27px 8px;
  }
  #sec1 h3::before {
    height: 145px;
    left: -25px;
  }
  #sec1 h3.ttl2 {
    margin-top: -150px;
    margin-right: -4px;
    padding-bottom: 97px;
  }
  #sec1 h3.ttl2 span {
    margin-top: -2px;
    line-height: 52px;
    font-size: 38px;
    letter-spacing: 0.1em;
    left: -11px;
    padding: 0 19px;
  }
  #sec1 h3.ttl2::before {
    left: 6px;
  }
  #sec1 .row1 {
    margin-top: -68px;
    position: relative;
  }
  #sec1 .row1 .img1 {
    position: absolute;
    width: 533px;
    top: 52px;
    left: -127px;
  }
  #sec1 .row1 h2 {
    font-size: 38px;
    line-height: 59px;
    width: auto;
    left: 8px;
    width: 118px;
    height: 420px;
  }
  #sec1 .row1 h2::before {
    width: 591px;
    height: 591px;
    margin-top: 18px;
    margin-left: 7px;
  }
  #sec1 .row1 h2 span {
    margin-top: 84px;
  }
  #sec1 .row1 .img2 {
    position: absolute;
    width: auto;
    right: calc(50% - 258px);
    top: 135px;
  }
  #sec1 .row1 .img3 {
    position: absolute;
    margin: 0;
    bottom: -116px;
    right: -147px;
    width: auto;
  }
  #sec1 .txt {
    position: relative;
    z-index: 2;
    margin-top: 11px;
    margin-left: -2px;
    line-height: 32px;
  }
  #sec1 .txt span {
    margin: 61px 0 64px 68px;
  }
  #sec1 .row2 {
    margin-top: 170px;
    justify-content: center;
    gap: 220px;
    margin-left: 6px;
  }
  #sec1 .row2 p + p {
    margin-left: 0;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 .bg-set {
  background: url('../img/honten/s2_bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 16vw 4%;
}
#sec2 .bg-set h2 {
  font-size: 6vw;
  line-height: 10vw;
  text-align: center;
  letter-spacing: 0.1em;
}
#sec2 .bg-set h2 span {
  font-size: 328.9473684211%;
  position: relative;
  top: 2vw;
}
#sec2 .bg-set h2 span small {
  font-size: 53.6%;
}
#sec2 .bg-set .note {
  text-align: center;
  margin: 2vw 0 7vw;
}
#sec2 .bg-set .txt span {
  background: #fff;
  font-weight: 500;
  color: #000;
  margin-right: 5px;
}
#sec2 h3 {
  font-size: 7vw;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#sec2 h3 small {
  font-size: 73.6842105263%;
  display: block;
}
#sec2 .price {
  font-size: 5.4vw;
}
#sec2 .price small {
  font-size: 78.5714285714%;
}
#sec2 .set1 .s2-js {
  background: url('../img/shared/background.jpg') repeat;
  padding-top: 14vw;
}
#sec2 .set1 .s2-js .left {
  position: relative;
  height: 96vw;
}
#sec2 .set1 .s2-js .left p + p {
  position: absolute;
  left: 0;
}
#sec2 .set1 .s2-js .left p:nth-child(2) {
  top: 14vw;
  transform: translateY(100%);
}
#sec2 .set1 .s2-js .left p:nth-child(3) {
  transform: translateY(120vw);
  top: 31vw;
  width: 100%;
}
#sec2 .set1 .s2-js .content {
  background: url('../img/shared/background.jpg') repeat;
  z-index: 2;
  text-align: right;
  padding: 8vw 3%;
}
#sec2 .set1 .s2-js .content .txt {
  margin: 8vw 0;
}
#sec2 .set1 .s2-js .content .btn-popup {
  max-width: 100%;
}
#sec2 .set2 {
  padding: 12vw 0;
}
#sec2 .set2 .row .item {
  text-align: center;
}
#sec2 .set2 .row .item + .item {
  margin-top: 10vw;
}
#sec2 .set2 .row .item .price {
  text-align: right;
  margin: 2vw 10vw 6vw 0;
}
#sec2 .set2 .row .item .btn-popup::before {
  content: '';
  position: absolute;
  top: -10vw;
  left: -8vw;
  background: url('../img/honten/s2_img1.png') no-repeat center;
  background-size: contain;
  width: 34vw;
  height: 25vw;
}
#sec2 .set2 .row .item + .item h3 {
  display: table;
  margin: 0 auto;
}
#sec2 .set2 .row .item + .item h3 small {
  text-align: right;
}
#sec2 .set2 .row .item + .item .btn-popup::before {
  background: url('../img/honten/s2_img2.png') no-repeat center;
  background-size: contain;
  left: auto;
  right: -10vw;
  height: 36vw;
  width: 14vw;
}
#sec2 .set3 {
  padding-bottom: 16vw;
  position: relative;
  z-index: 1;
}
#sec2 .set3:before {
  content: '';
  position: absolute;
  top: -11vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url('../img/honten/s2_deco.png') no-repeat center left;
  background-size: contain;
  z-index: -1;
}
#sec2 .set3 .box {
  border-radius: 20px;
  box-shadow: inset -4px 3px 16px 0 rgba(0, 0, 0, 0.25);
  background: url('../img/shared/background.jpg') repeat;
  padding: 8vw 0;
  margin: 0 4vw;
}
#sec2 .set3 .box .img {
  margin: 4vw 0 9vw -9vw;
}
@media screen and (min-width: 768px) {
  #sec2 .bg-set {
    padding: 36px 0 117px;
  }
  #sec2 .bg-set h2 {
    font-size: 38px;
    margin-left: 19px;
  }
  #sec2 .bg-set h2 span {
    top: 12px;
    letter-spacing: -0.15em;
    margin-left: -16px;
  }
  #sec2 .bg-set h2 span .sml {
    margin-left: 9px;
    margin-right: 13px;
    position: relative;
    top: 5px;
  }
  #sec2 .bg-set .note {
    margin: -39px 0 48px;
  }
  #sec2 .bg-set .txt {
    text-align: center;
  }
  #sec2 .bg-set .txt span {
    margin-left: 5px;
  }
  #sec2 h3 {
    font-size: 38px;
  }
  #sec2 h3 small {
    letter-spacing: 0.1em;
  }
  #sec2 .price {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-top: 2px;
  }
  #sec2 .set1 .s2-js {
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 700px;
    padding-top: 0;
  }
  #sec2 .set1 .s2-js .wrap {
    max-width: 1156px;
    justify-content: space-between;
  }
  #sec2 .set1 .s2-js .left {
    height: auto;
    width: calc(100% - 490px);
  }
  #sec2 .set1 .s2-js .left p:nth-child(2) {
    top: 77px;
  }
  #sec2 .set1 .s2-js .left p:nth-child(3) {
    top: 157px;
  }
  #sec2 .set1 .s2-js .content {
    padding: 30px 0;
    margin-right: 75px;
    background: transparent;
    width: 341px;
  }
  #sec2 .set1 .s2-js .content .txt {
    margin: 42px 0px 57px 2px;
  }
  #sec2 .set1 .s2-js .content h3 {
    margin-right: -7px;
  }
  #sec2 .set1 .s2-js .content .btn-cus {
    max-width: unset;
    margin: 0 -47px 0 -11px;
    width: auto;
  }
  #sec2 .set2 {
    padding: 0 0 151px;
  }
  #sec2 .set2 .row {
    gap: 30px;
  }
  #sec2 .set2 .row .item {
    width: 50%;
  }
  #sec2 .set2 .row .item + .item {
    margin-top: 0;
  }
  #sec2 .set2 .row .item:nth-child(1) {
    margin: -3px 0 0 -10px;
  }
  #sec2 .set2 .row .item .price {
    margin: 10px calc(50% - 165px) 33px 0;
  }
  #sec2 .set2 .row .item h3 {
    line-height: 48px;
  }
  #sec2 .set2 .row .item .btn-popup {
    max-width: 399px;
    position: relative;
    left: 2px;
  }
  #sec2 .set2 .row .item .btn-popup::before {
    width: 199px;
    height: 142px;
    top: -62px;
    left: -115px;
  }
  #sec2 .set2 .row .item + .item h3 small {
    margin-right: 9px;
  }
  #sec2 .set2 .row .item + .item .btn-popup::before {
    width: 90px;
    height: 226px;
    right: -77px;
    top: -106px;
  }
  #sec2 .set3 {
    padding-bottom: 157px;
  }
  #sec2 .set3 .box {
    width: 100%;
    max-width: 1123px;
    margin: 0 auto;
    position: relative;
    left: 22px;
    padding: 53px 0 0;
  }
  #sec2 .set3 .box .row {
    justify-content: space-between;
  }
  #sec2 .set3 .box .left h3 {
    line-height: 40px;
    margin-left: 27px;
  }
  #sec2 .set3 .box .left .img {
    margin: 20px 0 -36px -100px;
  }
  #sec2 .set3 .box .txt {
    width: 540px;
    margin-right: 19px;
  }
}

.s2-popup {
  padding-left: 16px;
  padding-right: 16px;
}
.s2-popup .remodal-close {
  margin-right: -10px;
}
.s2-popup .price {
  font-size: 18px;
}
.s2-popup .price small {
  font-size: 79.1666666667%;
}
.s2-popup .txt {
  padding-top: 5vw;
  margin-top: 5vw;
  position: relative;
  margin-bottom: 10vw;
}
.s2-popup .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid;
  width: 50%;
}
.s2-popup ul {
  text-align: left;
  line-height: 28px;
}
.s2-popup ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.s2-popup ul.list1 li::before {
  content: '−';
  margin-right: 10px;
}
.s2-popup ul.list2 {
  margin-left: 10px;
}
.s2-popup ul.list2 li::before {
  content: '・';
  margin-right: 4px;
}
.s2-popup .note {
  text-align: left;
  margin-top: 18px;
}
.s2-popup .btn-close {
  color: #000;
}
.s2-popup .btn-close span {
  color: #543434;
}
@media screen and (min-width: 768px) {
  .s2-popup {
    max-width: 643px;
    padding-top: 0;
  }
  .s2-popup h2 {
    font-size: 32px;
  }
  .s2-popup .price {
    font-size: 24px;
  }
  .s2-popup .txt {
    margin-top: 20px;
    padding-top: 16px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .s2-popup ul {
    margin-left: 50px;
    font-size: 16px;
  }
  .s2-popup ul.list2 {
    margin-left: 60px;
  }
  .s2-popup .note {
    font-size: 15px;
    line-height: 22px;
    margin-left: 50px;
  }
  .s2-popup .btn-close {
    margin-top: 40px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 .bg-set {
  background: url('../img/honten/s3_bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: right;
  padding: 12vw 0 30vw;
}
#sec3 .bg-set h3 {
  font-size: 6.4vw;
}
#sec3 .bg-set h2 {
  font-size: 14.6vw;
  line-height: 1;
  letter-spacing: -0.3em;
}
#sec3 .bg-set h2 .big {
  font-size: 183.5616438356%;
  margin-right: -8%;
}
#sec3 .bg-set h2 .big2 {
  font-size: 109.5890410959%;
  position: relative;
  top: -3vw;
}
#sec3 .bg-set h2 .big3 {
  font-size: 116.4383561644%;
  position: relative;
  top: -3vw;
}
#sec3 .main {
  padding: 7vw 0 16vw;
}
#sec3 .main .wrap {
  padding: 0 5%;
}
#sec3 .main .bg {
  background: rgba(255, 255, 255, 0.6);
  padding: 8vw 5%;
}
#sec3 .main .bg h3 {
  text-align: center;
  font-size: 8.4vw;
  margin-bottom: 6vw;
}
#sec3 .main .bg .row {
  margin-bottom: 8vw;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3vw;
}
#sec3 .main .bg .popup-btn .row .item {
  width: calc(50% - 1.5vw);
}
#sec3 .main .bg .row .item + .item {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #sec3 .bg-set {
    padding: 108px 0 281px;
  }
  #sec3 .bg-set .wrap {
    max-width: 970px;
  }
  #sec3 .bg-set h3 {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  #sec3 .bg-set h2 {
    font-size: 73px;
    margin-top: -13px;
  }
  #sec3 .bg-set h2 .big {
    margin-right: -34px;
  }
  #sec3 .bg-set h2 .big2 {
    top: -23px;
  }
  #sec3 .bg-set h2 .big3 {
    top: -18px;
  }
  #sec3 .main {
    padding: 89px 0 83px;
  }
  #sec3 .main .wrap {
    max-width: 1300px;
  }
  #sec3 .main .bg {
    padding: 64px 20px;
  }
  #sec3 .main .bg h3 {
    font-size: 56px;
    letter-spacing: 0em;
    line-height: 1;
    margin-bottom: 44px;
  }
  #sec3 .main .bg .popup-btn {
    width: 100%;
    max-width: 974px;
    margin: 0 auto;
  }
  #sec3 .main .bg .popup-btn .row {
    flex-wrap: wrap;
    gap: 21.5px;
    margin-bottom: 65px;
  }
  #sec3 .main .bg .row .item + .item {
    margin-top: 0;
  }
  #sec3 .main .bg .popup-btn .row .item {
    width: calc(33.3333333333% - 15px);
  }
  #sec3 .main .bg .btn-cus {
    max-width: 400px;
  }
  #sec3 .main .bg .btn-cus a {
    height: 64px;
    line-height: 49px;
  }
}

.s3-popup {
  padding: 60px 10px 40px;
}
.s3-popup .remodal-close {
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  margin-right: 0;
}
.s3-popup .remodal-close span {
  position: relative;
  top: -2px;
}
.s3-popup .pop-js {
  min-width: 100%;
}
.s3-popup .pop-js .slick-track {
  display: flex;
  align-items: start;
}
.s3-popup .pop-js .slick-track,
.s3-popup .pop-js .slick-slide,
.s3-popup .pop-js .item {
  min-width: 86vw;
}
.s3-popup .pop-js .slick-arrow {
  filter: invert(1);
}
.s3-popup .pop-js .slick-prev {
  left: -25px;
}
.s3-popup .pop-js .slick-next {
  right: -25px;
}
.s3-popup .pop-js .item .row {
  padding: 0 10px;
}
.s3-popup .pop-js .item .left {
  text-align: left;
  margin-top: 4vw;
}
.s3-popup .pop-js .item .left dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 4.3vw;
}
.s3-popup .pop-js .item .left dl small {
  font-size: 90%;
}
.s3-popup .pop-js .item .left h3 {
  font-size: 6.4vw;
}
.s3-popup .pop-js .item .left h3 small {
  font-size: calc((18 / 28) * 100%);
}
.s3-popup .pop-js .item .left h3 small.fz20 {
  font-size: calc((20 / 28) * 100%);
}
.s3-popup .pop-js .item .left .price {
  font-size: 5.4vw;
  line-height: 1.2;
}
.s3-popup .pop-js .item .left .price small {
  font-size: 75%;
}
.s3-popup .pop-js .item .txt {
  text-align: left;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .s3-popup {
    max-width: 900px;
    padding-bottom: 60px;
  }
  .s3-popup .remodal-close {
    width: 54px;
    height: 54px;
    top: 18px;
    right: 19px;
  }
  .s3-popup .remodal-close span {
    font-size: 40px;
  }
  .s3-popup .pop-js {
    min-width: 702px;
    width: 702px;
    margin: 0 auto;
  }
  .s3-popup .pop-js .slick-slide,
  .s3-popup .pop-js .slick-track,
  .s3-popup .pop-js .item {
    min-width: 702px;
  }
  .s3-popup .pop-js .slick-arrow {
    width: 46px;
    height: 46px;
  }
  .s3-popup .pop-js .slick-prev {
    left: -84px;
  }
  .s3-popup .pop-js .slick-next {
    right: -84px;
  }
  .s3-popup .pop-js .item .row {
    margin-top: 40px;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
  }
  .s3-popup .pop-js .item .left {
    margin-top: 0;
  }
  .s3-popup .pop-js .item .left h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .s3-popup .pop-js .item .left .price {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
  .s3-popup .pop-js .item .left dl {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .s3-popup .pop-js .item .left.max-content {
    min-width: max-content;
  }
  .s3-popup .pop-js .item .txt {
    width: 420px;
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  position: relative;
}
#sec4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 4vw;
  background: url('../img/honten/s4_bg.png') repeat;
  z-index: -1;
}
#sec4 .bg-set {
  position: relative;
}
#sec4 .bg-set h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 6.4vw;
  white-space: nowrap;
}
#sec4 .bg-set h2 span {
  position: relative;
}
#sec4 .bg-set h2 span:before,
#sec4 .bg-set h2 span::after {
  content: '';
  position: absolute;
  top: 18px;
  right: -1vw;
  width: 100%;
  height: 19vw;
  border-right: 1px solid;
}
#sec4 .bg-set h2 span::before {
  right: 0;
  top: 11vw;
}
#sec4 .text {
  background: rgba(255, 255, 255, 0.2);
  padding: 10vw 5%;
}
#sec4 .row1 .img {
  margin-left: -7vw;
  filter: drop-shadow(-3px 8px 8px rgba(0, 0, 0, 0.35)) drop-shadow(-4px 10px 18px rgba(0, 0, 0, 0.25));
}
#sec4 .row1 .content h3 {
  font-size: 6.4vw;
  line-height: 1.5625;
}
#sec4 .row1 .content .txt {
  margin: 6vw 0 8vw;
}
#sec4 .row2 {
  position: relative;
  z-index: 2;
}
#sec4 .row2 .img {
  margin-top: 6vw;
  margin-right: -10vw;
}
#sec4 .infiniteslide_wrap {
  overflow: visible !important;
}
#sec4 .s4-js {
  rotate: -4.02deg;
  margin-top: -7vw;
}
#sec4 .s4-js img {
  width: auto;
  height: 200px;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #sec4:before {
    bottom: 160px;
  }
  #sec4 .bg-set p {
    width: 50%;
    height: 550px;
  }
  #sec4 .bg-set p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec4 .bg-set h2 {
    font-size: 32px;
    margin-top: 1px;
    letter-spacing: 0.1em;
    width: 40px;
    height: 458px;
  }
  #sec4 .bg-set h2 span::before {
    right: -6px;
    top: 60px;
    height: 108px;
  }
  #sec4 .bg-set h2 span::after {
    top: 30px;
    right: -12px;
    width: 100%;
    height: 90px;
  }
  #sec4 .text {
    padding: 58px 0 47px 6px;
  }
  #sec4 .text .txt {
    height: 220px;
    margin: 0 auto;
    width: 720px;
  }
  #sec4 .row1 {
    margin-top: 66px;
    justify-content: space-between;
  }
  #sec4 .row1 .img {
    margin-top: -78px;
    margin-left: -250px;
  }
  #sec4 .row1 .content {
    width: 445px;
  }
  #sec4 .row1 .content h3 {
    letter-spacing: 0.1em;
    font-size: 32px;
  }
  #sec4 .row1 .content .txt {
    margin: 35px 0 0 5px;
  }
  #sec4 .row2 {
    justify-content: space-between;
    margin-top: -10px;
    position: relative;
    z-index: 2;
  }
  #sec4 .row2 .btn-popup {
    margin: 0;
  }
  #sec4 .row2 .btn-popup a {
    height: 65px;
    line-height: 48px;
  }
  #sec4 .row2 .img {
    margin-top: -60px;
    margin-right: -163px;
  }
  #sec4 .s4-js {
    margin-top: -38px;
  }
  #sec4 .s4-js img {
    height: auto;
  }
}
/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 .floormap .btn1 {
  top: 34.5%;
  right: 32.9%;
}
#sec5 .floormap .btn2 {
  top: 20.5%;
  left: 6.5%;
}
#sec5 .floormap .btn3 {
  top: 11.9%;
  right: 21%;
}
#sec5 .floormap .btn4 {
  top: 66.5%;
  right: 33.6%;
}
/*--------------------------------------
  sec6
--------------------------------------*/
#sec6::before {
  content: '';
  position: absolute;
  top: -18vw;
  right: -28vw;
  width: 100%;
  height: 170vw;
  background: url('../img/honten/s6_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #sec6::before {
    width: 847px;
    height: 1396px;
    right: calc(50% - 884px);
    top: -214px;
  }
}
/*# sourceMappingURL=honten.css.map */
