.bg-parallax {
  position: relative;
  z-index: -1;
}

.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (max-width: 767px) {
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
}

.qna {
  padding: 15px 0;
  border-bottom: 1px solid;
  color: #d4d4d4;
}

.qna .question {
  padding-left: 35px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.125em;
  position: relative;
}

.qna .question::before {
  content: "Q.";
  font-size: 24px;
  letter-spacing: 0.125em;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
}

.qna .answer {
  margin-top: 10px;
  padding-left: 50px;
  position: relative;
}

.qna .answer::before {
  content: "A.";
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.125em;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .qna {
    padding: 20px 0;
  }

  .qna .question {
    padding-left: 40px;
    font-size: 20px;
  }

  .qna .question::before {
    font-size: 30px;
  }

  .qna .answer {
    padding-left: 65px;
  }

  .qna .answer::before {
    font-size: 23px;
    left: 35px;
  }
}

#sec1 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}

#sec1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/pattern2.png") center/4px;
  position: absolute;
  inset: 0;
}

#sec1 #video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
  filter: blur(6px);
}

#sec1 #video-background .mb_YTPPlaypause {
  display: none !important;
}

#sec1 h2.ttl {
  font-size: 4.5vw;
  line-height: 2;
  letter-spacing: 0.185em;
  text-align: center;
}

#sec1 h2.ttl>span {
  padding: 0vw 5vw;
  display: inline-block;
  position: relative;
}

#sec1 h2.ttl>span::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 10px 100%, 10px 0%, calc(100% - 10px) 0%, calc(100% - 10px) 100%, 100% 100%, 100% 0%);
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

#sec1 .set1 .txt {
  margin-top: 10vw;
}

#sec1 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5vw;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
  row-gap: 5vw;
  margin-top: 10vw;
}

#sec1 .set2 .catch {
  width: 40vw;
  height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.36;
  letter-spacing: 0.125em;
  text-align: center;
  position: relative;
}

#sec1 .set2 .catch::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/pattern1.jpg");
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-mask-image: url("../img/floor/mask-border.png");
  mask-image: url("../img/floor/mask-border.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.75;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 195px 0 105px;
  }

  #sec1 h2.ttl {
    font-size: 40px;
    line-height: 55px;
  }

  #sec1 h2.ttl>span {
    padding: 0 30px;
  }

  #sec1 h2.ttl>span::before {
    clip-path: polygon(0% 0%, 0% 100%, 13px 100%, 13px 0%, calc(100% - 13px) 0%, calc(100% - 13px) 100%, 100% 100%, 100% 0%);
  }

  #sec1 h2.ttl small {
    font-size: 33px;
    letter-spacing: 0.185em;
  }

  #sec1 .set1 .txt {
    width: 690px;
    margin: 43px auto 0;
    text-align: center;
  }

  #sec1 .set2 {
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    row-gap: 29px;
    margin-top: 50px;
  }

  #sec1 .set2 .catch {
    width: 182px;
    height: 182px;
    font-size: 25px;
  }
}

#sec2 {
  padding: 20vw 0;
  background: url("../img/floor/sec2_bgi.png") 0 0/30vw no-repeat;
  position: relative;
  z-index: 0;
}

#sec2::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: -15vw;
  right: 30vw;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0.6;
  z-index: -1;
}

#sec2::after {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: -15vw;
  right: 45vw;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0.3;
  z-index: -1;
}

#sec2 h2.ttl {
  margin-top: 5vw;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
}

#sec2 .set1 .ttlbox {
  text-align: center;
}

#sec2 .set1 .ttlbox .catch {
  padding-bottom: 5vw;
  position: relative;
}

#sec2 .set1 .ttlbox .catch::before {
  content: "";
  width: 20vw;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.33;
}

#sec2 .set1 .ttlbox .catch img {
  width: 30vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec2 .set1 .txtbox {
  margin-top: 10vw;
}

#sec2 .set1 .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5vw;
  margin-top: 10vw;
}

#sec2 .set1 .gr .ttl {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  -o-border-image: url("../img/floor/pattern1.jpg") 1 1 repeat;
  border-image: url("../img/floor/pattern1.jpg") 1 1 repeat;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.185em;
  text-align: center;
}

#sec2 .set2 {
  margin-top: 10vw;
}

#sec2 .set2 .gr1 .img+.img {
  margin-top: 10px;
}

#sec2 .set2 .gr2 {
  margin-top: 5vw;
}

#sec2 .set2 .gr2 dl {
  margin-top: 25vw;
  padding: 7vw 4vw 7vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-top: 0;
  position: relative;
  z-index: 0;
}

#sec2 .set2 .gr2 dl::before,
#sec2 .set2 .gr2 dl::after {
  content: "";
  width: calc(50% - 3px);
  height: 10px;
  border-bottom: 1px solid;
  position: absolute;
  top: -10px;
  z-index: -1;
}

#sec2 .set2 .gr2 dl::before {
  border-right: 1px solid;
  left: 1px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

#sec2 .set2 .gr2 dl::after {
  border-left: 1px solid;
  right: 1px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

#sec2 .set2 .gr2 dl dt {
  font-size: 20px;
  letter-spacing: 0.185px;
}

#sec2 .set2 .gr2 dl dd {
  margin-top: 5vw;
}

#sec2 .set2 .gr2 dl dd p+p {
  margin-top: 5vw;
}

#sec2 .set2 .gr2 dl .catch {
  width: 35vw;
  height: 35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/floor/bg1.jpg");
  border-radius: 100%;
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: -17vw;
  right: -4vw;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 92px 0 150px;
    background-size: auto;
  }

  #sec2::before {
    height: 200vw;
    bottom: -121px;
    right: 488px;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
  }

  #sec2::after {
    height: 200vw;
    bottom: -139px;
    right: 596px;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }

  #sec2 h2.ttl {
    min-width: 146px;
    min-height: 400px;
    margin: 24px auto 0;
    font-size: 37px;
    line-height: 73px;
    text-align: left;
  }

  #sec2 .set1 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec2 .set1 .ttlbox .catch {
    padding-bottom: 27px;
  }

  #sec2 .set1 .ttlbox .catch::before {
    width: 71px;
  }

  #sec2 .set1 .txtbox {
    min-width: 380px;
    margin-top: 134px;
    padding: 0 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec2 .set1 .txtbox .txt {
    min-width: 310px;
    height: 370px;
    margin-left: auto;
  }

  #sec2 .set1 .gr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 114px;
  }

  #sec2 .set1 .gr .ttl {
    min-width: 55px;
    min-height: 365px;
    padding: 12px 3px;
    font-size: 25px;
    line-height: 49px;
  }

  #sec2 .set2 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 0;
  }

  #sec2 .set2 .gr1 {
    width: 404px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  #sec2 .set2 .gr1 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #sec2 .set2 .gr1 .img+.img {
    margin-top: 17px;
  }

  #sec2 .set2 .gr2 {
    width: 532px;
    margin-top: 0;
  }

  #sec2 .set2 .gr2 dl {
    margin-top: 47px;
    padding: 36px 10px 33px;
    text-align: center;
  }

  #sec2 .set2 .gr2 dl::before,
  #sec2 .set2 .gr2 dl::after {
    width: calc(50% - 10px);
    height: 15px;
    top: -15px;
  }

  #sec2 .set2 .gr2 dl::before {
    left: 5px;
    -webkit-transform: skewX(-36deg);
    transform: skewX(-36deg);
  }

  #sec2 .set2 .gr2 dl::after {
    right: 5px;
    -webkit-transform: skewX(36deg);
    transform: skewX(36deg);
  }

  #sec2 .set2 .gr2 dl dt {
    font-size: 27px;
    letter-spacing: 0.185em;
  }

  #sec2 .set2 .gr2 dl dd {
    margin-top: 13px;
    line-height: 30px;
  }

  #sec2 .set2 .gr2 dl dd p+p {
    margin-top: 12px;
  }

  #sec2 .set2 .gr2 dl .catch {
    width: 160px;
    height: 160px;
    line-height: 27px;
    top: -59px;
    right: -77px;
  }
}

#sec3 {
  padding: 20vw 0;
  background: url("../img/floor/sec3_bgi.png") right top/40vw no-repeat;
  position: relative;
  z-index: 0;
}

#sec3::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
}

#sec3 h2.ttl {
  margin-top: 5vw;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
}

#sec3 .h2box {
  text-align: center;
}

#sec3 .h2box .catch {
  padding-bottom: 5vw;
  position: relative;
}

#sec3 .h2box .catch::before {
  content: "";
  width: 20vw;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.33;
}

#sec3 .h2box .catch img {
  width: 30vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec3 .ttl-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
  text-align: center;
  white-space: nowrap;
}

#sec3 .ttl-style::before,
#sec3 .ttl-style::after {
  content: "";
  width: 10vw;
  display: block;
  border-top: 1px solid;
}

#sec3 .set1 {
  margin-top: 10vw;
}

#sec3 .set1 .gr1 .img {
  margin-left: -5vw;
}

#sec3 .set1 .gr2 {
  margin-top: 10vw;
}

#sec3 .set1 .gr2 .ttl {
  margin-top: 10vw;
  padding: 4vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 0.185em;
  text-align: center;
  position: relative;
  z-index: 0;
}

#sec3 .set1 .gr2 .ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec3 .set1 .gr2 .ttl>span:first-child {
  display: inline-block;
  padding: 0 10px 10px;
  font-size: 20px;
  letter-spacing: 0.185em;
  position: relative;
}

#sec3 .set1 .gr2 .ttl>span:first-child::before,
#sec3 .set1 .gr2 .ttl>span:first-child::after {
  content: "";
  width: calc(50% - 2px);
  height: 10px;
  border-top: 1px solid;
  position: absolute;
  bottom: 0;
}

#sec3 .set1 .gr2 .ttl>span:first-child::before {
  border-right: 1px solid;
  left: 0;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

#sec3 .set1 .gr2 .ttl>span:first-child::after {
  border-left: 1px solid;
  right: 0;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

#sec3 .set1 .gr2 .ttl .fzb {
  font-size: 26px;
  letter-spacing: 0.185em;
}

#sec3 .set1 .gr2 .ttl small {
  font-size: 18px;
  letter-spacing: 0.185em;
}

#sec3 .set1 .gr2 .ttl .suffix {
  font-size: 20px;
  letter-spacing: 0.185em;
}

#sec3 .set2 {
  margin-top: 10vw;
  position: relative;
}

#sec3 .set2::before {
  content: "";
  width: 70vw;
  height: 70vw;
  background: url("../img/floor/sec3_deco.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -20vw;
  right: -10vw;
  z-index: -1;
}

#sec3 .set2 .gr1 dl {
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-bottom: 0;
  position: relative;
}

#sec3 .set2 .gr1 dl::before,
#sec3 .set2 .gr1 dl::after {
  content: "";
  width: calc(50% - 3px);
  height: 10px;
  border-top: 1px solid;
  position: absolute;
  bottom: -10px;
}

#sec3 .set2 .gr1 dl::before {
  border-right: 1px solid;
  left: 1px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}

#sec3 .set2 .gr1 dl::after {
  border-left: 1px solid;
  right: 2px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

#sec3 .set2 .gr1 dl dt {
  font-size: 29px;
  line-height: 50px;
}

#sec3 .set2 .gr1 dl dd {
  margin-top: 5vw;
}

#sec3 .set2 .gr1 .img {
  margin-top: 10vw;
}

#sec3 .set2 .gr2 {
  margin-top: 5vw;
}

#sec3 .set3 {
  margin-top: 10vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

#sec3 .set3::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec3 .set3 .gr {
  margin-top: 7vw;
}

#sec3 .set4 {
  margin-top: 10vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

#sec3 .set4::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec3 .set4 .txt {
  margin-top: 3vw;
}

#sec3 .btn-link {
  margin-top: 10vw;
}

@media only screen and (max-width: 768px) {
  #sec3 .set2 .gr1 dl dt {
    font-size: 6vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 115px 0 150px;
    background-size: auto;
  }

  #sec3 h2.ttl {
    margin-top: 7px;
    font-size: 37px;
  }

  #sec3 .h2box .catch {
    padding-bottom: 23px;
  }

  #sec3 .h2box .catch::before {
    width: 71px;
  }

  #sec3 .ttl-style {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 35px;
  }

  #sec3 .ttl-style::before,
  #sec3 .ttl-style::after {
    width: 30px;
  }

  #sec3 .set1 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px auto 0;
  }

  #sec3 .set1 .gr1 {
    width: 503px;
  }

  #sec3 .set1 .gr1 .img {
    margin-left: 0;
  }

  #sec3 .set1 .gr1 .img img {
    max-width: none;
    float: right;
  }

  #sec3 .set1 .gr2 {
    width: 450px;
    margin-top: 32px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec3 .set1 .gr2 .ttl {
    width: 341px;
    margin: 34px auto 0;
    padding: 10px 10px 23px;
    line-height: 31px;
  }

  #sec3 .set1 .gr2 .ttl>span:first-child {
    padding: 0 10px 11px;
  }

  #sec3 .set1 .gr2 .ttl>span:first-child::before,
  #sec3 .set1 .gr2 .ttl>span:first-child::after {
    width: calc(50% - 2px);
    height: 10px;
  }

  #sec3 .set1 .gr2 .ttl>span:first-child::before {
    left: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }

  #sec3 .set1 .gr2 .ttl>span:first-child::after {
    right: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }

  #sec3 .set2 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 17px auto 0;
  }

  #sec3 .set2::before {
    width: 533px;
    height: 710px;
    bottom: -147px;
    right: -250px;
  }

  #sec3 .set2 .gr1 {
    width: 500px;
    margin-top: -98px;
    padding: 0 48px 0 54px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec3 .set2 .gr1 dl {
    width: 388px;
    height: 294px;
    margin: 0 auto;
    padding: 32px 13px 20px 20px;
  }

  #sec3 .set2 .gr1 dl::before,
  #sec3 .set2 .gr1 dl::after {
    width: calc(50% - 8px);
    height: 17px;
    bottom: -17px;
  }

  #sec3 .set2 .gr1 dl::before {
    left: 4px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }

  #sec3 .set2 .gr1 dl::after {
    right: 3px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }

  #sec3 .set2 .gr1 dl dt {
    letter-spacing: 0.185em;
  }

  #sec3 .set2 .gr1 dl dd {
    margin: 0 10px 0 0;
  }

  #sec3 .set2 .gr1 .img {
    margin-top: 30px;
  }

  #sec3 .set2 .gr1 .img img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    -webkit-mask-image: linear-gradient(black, black, transparent);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(black), to(transparent));
    mask-image: linear-gradient(black, black, transparent);
  }

  #sec3 .set2 .gr2 {
    width: 435px;
    margin-top: 0;
  }

  #sec3 .set2 .gr2 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #sec3 .set2 .gr2 .img img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(transparent, black, black);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(black), to(black));
    mask-image: linear-gradient(transparent, black, black);
  }

  #sec3 .set3 {
    width: 100%;
    max-width: 1140px;
    margin: -51px auto 0;
    padding: 70px 45px 100px;
  }

  #sec3 .set3 .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 25px;
    margin-top: 33px;
  }

  #sec3 .set4 {
    width: 100%;
    max-width: 1140px;
    margin: 28px auto 0;
    padding: 44px 50px 70px;
    text-align: center;
  }

  #sec3 .set4 .txt {
    margin-top: 12px;
  }

  #sec3 .btn-link {
    margin-top: 65px;
    padding: 11px 0 15px;
    font-size: 22px;
    letter-spacing: 0.125em;
  }
}

#sec4 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}

#sec4::before {
  content: "";
  width: 100%;
  height: 220vw;
  background: url("../img/floor/sec4_bg.png") center/cover no-repeat;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec4 h2.ttl {
  margin-top: 3vw;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.185em;
}

#sec4 .set1 .ttlbox {
  text-align: center;
}

#sec4 .set1 .ttlbox .catch {
  padding-bottom: 5vw;
  position: relative;
}

#sec4 .set1 .ttlbox .catch::before {
  content: "";
  width: 20vw;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.33;
}

#sec4 .set1 .ttlbox .catch img {
  width: 30vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec4 .set1 .txtbox {
  margin-top: 10vw;
}

#sec4 .set2 {
  display: flex;
  flex-wrap: wrap;

}

#sec4 .set2 .box-style {
  margin-top: 10vw;
  padding: 7vw 2vw 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
}

#sec4 .set2 .box-style::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec4 .set2 .box-style .icon img {
  width: auto;
  height: 9vw;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

#sec4 .set2 .box-style .ttl {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.185em;
}

#sec4 .set2 .box-style .txtbox {
  margin-top: 5vw;
}

#sec4 .set2 .box-style .img {
  margin-top: 7vw;
}

#sec4 .set3 {
  margin-top: 10vw;
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(93, 48, 100, 0.75);
}

#sec4 .set3 .ttl {
  font-size: 5vw;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}

#sec4 .set3 .ttl>span {
  padding: 0 5vw;
  display: inline-block;
  position: relative;
  z-index: 0;
}

#sec4 .set3 .ttl>span::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid;
  clip-path: polygon(0% 0%, 0% 100%, 10px 100%, 10px 0%, calc(100% - 10px) 0%, calc(100% - 10px) 100%, 100% 100%, 100% 0%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec4 .set3 ul {
  margin-top: 5vw;
  font-weight: 500;
  text-align: center;
}

#sec4 .set3 ul li {
  padding: 10px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.55);
}

@media only screen and (max-width: 767px) {
  #sec4 .set2 .txtbox {
    height: auto !important;
  }

  #sec4 .set2 {
    justify-content: space-between;
    gap: 10px;
  }

  #sec4 .set2 .box-style {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 768px) {
  #sec4 .set2 .box1 .img {
    margin-top: 12vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 120px 0 80px;
  }

  #sec4::before {
    width: calc(50% + 448px);
    height: 948px;
    bottom: -120px;
  }

  #sec4 h2.ttl {
    margin-top: 6px;
    font-size: 37px;
  }

  #sec4 .set1 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  #sec4 .set1 .ttlbox {
    width: 394px;
    margin-top: 15px;
  }

  #sec4 .set1 .ttlbox .catch {
    padding-bottom: 24px;
  }

  #sec4 .set1 .ttlbox .catch::before {
    width: 71px;
  }

  #sec4 .set1 .txtbox {
    width: 606px;
    margin-top: 0;
    padding: 0 6px 0 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
  }

  #sec4 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    margin-top: 74px;
  }

  #sec4 .set2 .box-style {
    width: 248px;
    margin-top: 0;
    padding: 28px 0px 14px;
  }

  #sec4 .set2 .box-style .ttl {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 2.2px;
  }

  #sec4 .set2 .box-style .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7px;
  }

  #sec4 .set2 .box-style .img {
    margin-top: 6px;
  }

  #sec4 .set3 {
    width: 955px;
    margin: 69px auto 0;
    padding: 49px 60px 50px;
    border-width: 2px;
  }

  #sec4 .set3 .ttl {
    font-size: 31px;
    line-height: 39px;
    letter-spacing: 0.185em;
  }

  #sec4 .set3 .ttl>span {
    padding: 0 30px;
  }

  #sec4 .set3 .ttl>span::before {
    clip-path: polygon(0% 0%, 0% 100%, 13px 100%, 13px 0%, calc(100% - 13px) 0%, calc(100% - 13px) 100%, 100% 100%, 100% 0%);
  }

  #sec4 .set3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  #sec4 .set3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 19px);
    flex: 1 1 calc(50% - 19px);
    padding: 11px 0 12px;
  }
}

#sec5 {
  color: #252525;
  position: relative;
  z-index: 0;
}

#sec5::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg2.jpg");
  clip-path: polygon(50% 30px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec5 h2.ttl {
  font-size: 8vw;
  line-height: 2;
  letter-spacing: 0.185em;
}

#sec5 h2.ttl small {
  font-size: 7vw;
  letter-spacing: 0.185px;
}

#sec5 .h2box {
  text-align: center;
}

#sec5 .h2box .catch img {
  width: 35vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec5 .blk1 {
  padding: 25vw 0 20vw;
  position: relative;
  z-index: 0;
}

#sec5 .blk1::before {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: 0;
  right: 30vw;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0.6;
  z-index: -1;
}

#sec5 .blk1::after {
  content: "";
  width: 1px;
  height: 100%;
  background: url("../img/shared/line_y.jpg");
  position: absolute;
  bottom: 0;
  right: 45vw;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0.3;
  z-index: -1;
}

#sec5 .blk1 .set .box-style {
  margin-top: 10vw;
  padding: 3vw 2vw 5vw 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

#sec5 .blk1 .set .box-style::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/floor/bg1.jpg");
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sec5 .blk1 .set .box-style+.box-style::after {
  content: "";
  border: 13px solid transparent;
  border-bottom: 0;
  border-top: 13px solid #592c61;
  position: absolute;
  top: -3vw;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

#sec5 .blk1 .set .box-style .catch {
  padding-bottom: 3vw;
  position: relative;
}

#sec5 .blk1 .set .box-style .catch::before {
  content: "";
  width: 15vw;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.33;
}

#sec5 .blk1 .set .box-style .catch img {
  width: 18vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec5 .blk1 .set .box-style .txt {
  margin-top: 3vw;
  color: #000;
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.105em;
}

#sec5 .blk1 .btn-link {
  margin-top: 10vw;
  color: #000;
}

#sec5 .blk2 {
  background: url("../img/floor/sec5_bgi.jpg") center/cover no-repeat;
}

#sec5 .blk2 .wrap {
  padding: 12vw 8vw 20vw 8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

#sec5 .blk2 .wrap::before {
  content: "";
  height: 100%;
  background: url("../img/floor/bg2.jpg");
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 4vw;
  right: 4vw;
  z-index: -1;
}

#sec5 .blk2 h3.ttl {
  padding-bottom: 5vw;
  font-size: 6vw;
  letter-spacing: 0.125em;
  text-align: center;
  position: relative;
  z-index: 0;
}

#sec5 .blk2 h3.ttl::before {
  content: "";
  width: 20vw;
  border-bottom: 1px solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.33;
}

#sec5 .blk2 .txt {
  margin-top: 7vw;
}

#sec5 .blk2 .txt .highlight {
  color: #5b2f62;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.125em;
}

#sec5 .blk2 .policy {
  margin-top: 10vw;
  padding: 7vw 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#sec5 .blk2 .policy dt {
  font-size: 20px;
  letter-spacing: 0.125em;
  text-align: center;
}

#sec5 .blk2 .policy dd {
  margin-top: 3vw;
}

#sec5 .blk2 .tel {
  margin-top: 10vw;
  background: url("../img/shared/bg_violet.jpg");
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec5 .blk2 .tel {
    padding: 5vw 0;
  }

  #sec5 .blk2 .tel dd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    margin-top: 11px;
  }

  #sec5 .blk2 .tel dd small {
    display: block;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #sec5::before {
    clip-path: polygon(50% 115px, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }

  #sec5 h2.ttl {
    font-size: 40px;
  }

  #sec5 h2.ttl small {
    font-size: 33px;
  }

  #sec5 .blk1 {
    padding: 231px 0 94px;
  }

  #sec5 .blk1::before {
    height: 200vw;
    bottom: -38px;
    right: 435px;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
  }

  #sec5 .blk1::after {
    height: 229vw;
    bottom: -23px;
    right: 488px;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }

  #sec5 .blk1 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin-top: 60px;
  }

  #sec5 .blk1 .set .box-style {
    width: 309px;
    margin-top: 0;
    padding: 33px 10px 41px;
  }

  #sec5 .blk1 .set .box-style+.box-style::after {
    border: 16px solid transparent;
    border-right: 0;
    border-left: 16px solid #592c61;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  #sec5 .blk1 .set .box-style .catch {
    padding-bottom: 19px;
  }

  #sec5 .blk1 .set .box-style .catch::before {
    width: 70px;
  }

  #sec5 .blk1 .set .box-style .txt {
    margin-top: 18px;
    font-size: 23px;
    line-height: 35px;
  }

  #sec5 .blk1 .btn-link {
    margin-top: 56px;
    padding: 16px 0;
  }

  #sec5 .blk2 .wrap {
    padding: 90px 0 110px;
  }

  #sec5 .blk2 .wrap::before {
    width: 841px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #sec5 .blk2 h3.ttl {
    padding-bottom: 25px;
    font-size: 33px;
    line-height: 59px;
  }

  #sec5 .blk2 h3.ttl::before {
    width: 137px;
  }

  #sec5 .blk2 .txt {
    margin-top: 30px;
    text-align: center;
  }

  #sec5 .blk2 .txt .highlight {
    font-size: 20px;
    line-height: 50px;
  }

  #sec5 .blk2 .txt+.txt {
    margin-top: 16px;
  }

  #sec5 .blk2 .policy {
    width: 556px;
    margin: 43px auto 0;
    padding: 33px 0 40px;
    text-align: center;
  }

  #sec5 .blk2 .policy dt {
    font-size: 28px;
  }

  #sec5 .blk2 .policy dd {
    margin-top: 18px;
  }

  #sec5 .blk2 .tel {
    max-width: 418px;
    margin: 46px auto 0;

  }

  #sec5 .blk2 .tel dl {
    padding: 28px 10px 35px;
  }

  #sec5 .blk2 .tel dl dt {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.125em;
  }

  #sec5 .blk2 .tel dl dd {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.125em;
  }

  #sec5 .blk2 .tel dl dd small {
    font-size: 21px;
    letter-spacing: 0.125em;
  }
}

#sec6 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 0;
}

#sec6::before {
  content: "";
  width: 50%;
  height: 140vw;
  background: url("../img/floor/sec6_bgi.png") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#sec6 .wrap::before {
  content: "";
  width: 100vw;
  height: 100vw;
  background: url("../img/floor/sec6_deco.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -20vw;
  right: -20vw;
  z-index: -1;
}

#sec6 h2.ttl {
  margin: 5vw -3vw 0;
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.1em;
}

#sec6 h2.ttl .txt-indent {
  display: inline-block;
}

#sec6 .bg-parallax {
  min-height: 120vw;
}

#sec6 .set1 {
  margin-top: 10vw;
}

#sec6 .set1 .ttlbox {
  text-align: center;
}

#sec6 .set1 .ttlbox .catch img {
  width: 50vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#sec6 .set1 .txtbox {
  margin-top: 10vw;
}

#sec6 .set1 .gr2 {
  margin-top: 10vw;
}

#sec6 .set1 .gr2 .img {
  padding-right: 20vw;
  position: relative;
  z-index: 0;
}

#sec6 .set1 .gr2 .img::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/floor/sec6_catch1.png") 0 0/contain no-repeat;
  position: absolute;
  top: 20vw;
  right: -4vw;
  z-index: -1;
}

#sec6 .set2 .img {
  margin-top: 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

#sec6 .set2 .img:nth-child(1) {
  padding-left: 20vw;
}

#sec6 .set2 .img:nth-child(1)::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/floor/sec6_catch2.png") 0 0/contain no-repeat;
  position: absolute;
  top: 20vw;
  left: -4vw;
  z-index: -1;
}

#sec6 .set2 .img:nth-child(2) {
  padding-right: 20vw;
}

#sec6 .set2 .img:nth-child(2)::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/floor/sec6_catch3.png") 0 0/contain no-repeat;
  position: absolute;
  top: 20vw;
  right: -4vw;
  z-index: -1;
}

#sec6 .set2 .img:nth-child(3) {
  padding-left: 20vw;
}

#sec6 .set2 .img:nth-child(3)::before {
  content: "";
  width: 30vw;
  height: 30vw;
  background: url("../img/floor/sec6_catch4.png") 0 0/contain no-repeat;
  position: absolute;
  top: 20vw;
  left: -4vw;
  z-index: -1;
}

#sec6 .set3 {
  margin-top: 10vw;
}

#sec6 .set3 h3.ttl {
  font-size: 5vw;
  line-height: 1.52;
  letter-spacing: 0.105em;
  text-align: center;
}

#sec6 .set3 h3.ttl>span {
  display: inline-block;
  padding: 0vw 10vw 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  z-index: 0;
}

#sec6 .set3 h3.ttl>span::before {
  content: "";
  height: 15vw;
  border-left: 1px solid;
  position: absolute;
  bottom: -8vw;
  left: 3vw;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

#sec6 .set3 .floormap {
  margin-top: 10vw;
  position: relative;
}

#sec6 .set3 .floormap .detail {
  position: absolute;
}

#sec6 .set3 .floormap .detail span {
  width: 35px;
  height: 35px;
  display: block;
  background: url("../img/floor/bg1.jpg");
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

#sec6 .set3 .floormap .detail span.active {
  opacity: 1;
  visibility: visible;
}

#sec6 .set3 .floormap .detail:nth-child(1) {
  top: 21vw;
  left: -3vw;
}

#sec6 .set3 .floormap .detail:nth-child(2) {
  top: 26vw;
  right: -3vw;
}

#sec6 .set3 .floormap .detail:nth-child(3) {
  bottom: 23vw;
  right: 28vw;
}

#sec6 .set3 .floormap .detail:nth-child(4) {
  bottom: 23vw;
  right: -3vw;
}

#sec6 .set3 .floormap .detail:nth-child(5) {
  bottom: -2vw;
  right: 24vw;
}

#sec6 .set3 .floormap .detail:nth-child(6) {
  bottom: 34vw;
  left: -3vw;
}

#sec6 .set3 .floormap .detail:nth-child(7) {
  bottom: 1vw;
  left: 5vw;
}

#sec6 .set3 .slider {
  margin-top: 10vw;
}

#sec6 .set3 .slider .gr {
  width: 85vw !important;
  margin: 0 auto;
  text-align: center;
}

#sec6 .set3 .slider .gr .ttl {
  margin-top: 10vw;
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.185em;
}

#sec6 .set3 .slider .gr .txt {
  margin-top: 5vw;
}

#sec6 .set3 .slider .gr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 5vw;
}

#sec6 .set3 .slider .gr ul img {
  width: 60px;
}

#sec6 .set3 .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -50px;
}

#sec6 .set3 .slider .slick-dots li {
  width: auto;
  height: auto;
}

#sec6 .set3 .slider .slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px;
  border: 2px solid #612d69;
  border-radius: 0px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.5;
}

#sec6 .set3 .slider .slick-dots .slick-active button {
  background: url("../img/shared/bg_violet.jpg");
}

#sec6 .set3 .slider .slick-arrow {
  bottom: auto;
  top: 80vw;
}

#sec6 .set3 .slider .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.5 37.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M20.556,35.840 L1.478,18.542 L20.556,1.242 '/%3E%3C/svg%3E");
  left: 0;
}

#sec6 .set3 .slider .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.5 37.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.444,35.840 L20.522,18.542 L1.444,1.242 '/%3E%3C/svg%3E");
  right: 0;
}

@media only screen and (max-width: 768px) {
  #sec6 .set3 .floormap .detail {
    text-align: center;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  #sec6 {
    /* scroll-margin-top: -100px; */
  }
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 145px;
  }

  #sec6::before {
    height: 1149px;
  }

  #sec6 .wrap::before {
    width: 750px;
    height: 800px;
    bottom: -145px;
    right: -150px;
  }

  #sec6 h2.ttl {
    /* min-width: 158px; */
    min-height: 580px;
    margin: 37px auto 0;
    font-size: 40px;
    line-height: 79px;
    letter-spacing: 0.185em;
    text-align: left;
  }

  #sec6 h2.ttl small {
    font-size: 34px;
    letter-spacing: 0.185em;
  }

  #sec6 h2.ttl .txt-indent {
    margin-top: 40px;
  }

  #sec6 .bg-parallax {
    min-height: 553px;
  }

  #sec6 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -230px;
    padding: 0 53px 0 81px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  #sec6 .set1 .ttlbox {
    /* width: 278px; */
  }

  #sec6 .set1 .txtbox {
    margin: 319px 0 0 0;
  }

  #sec6 .set1 .txtbox .txt {
    min-width: 245px;
    height: 450px;
  }

  #sec6 .set1 .gr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #sec6 .set1 .gr1 .catch {
    margin-left: -30px;
  }

  #sec6 .set1 .gr2 {
    margin-top: 362px;
  }

  #sec6 .set1 .gr2 .img {
    padding-right: 0;
  }

  #sec6 .set1 .gr2 .img::before {
    width: 144px;
    height: 149px;
    top: 99px;
    right: -120px;
  }

  #sec6 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: -75px;
    padding: 0 51px 0 81px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec6 .set2 .img {
    margin-top: 0;
  }

  #sec6 .set2 .img:nth-child(1) {
    padding-left: 0;
  }

  #sec6 .set2 .img:nth-child(1)::before {
    width: 141px;
    height: 147px;
    top: -24px;
    left: auto;
    right: -121px;
  }

  #sec6 .set2 .img:nth-child(2) {
    margin-top: 80px;
    padding-right: 0;
  }

  #sec6 .set2 .img:nth-child(2)::before {
    width: 146px;
    height: 147px;
    top: auto;
    bottom: -137px;
    right: auto;
    left: 52px;
  }

  #sec6 .set2 .img:nth-child(3) {
    margin-top: 214px;
    padding-left: 0;
  }

  #sec6 .set2 .img:nth-child(3)::before {
    width: 146px;
    height: 149px;
    top: auto;
    bottom: 3px;
    left: -118px;
  }

  #sec6 .set3 {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    margin: -6px auto 0;
  }

  #sec6 .set3 h3.ttl {
    min-width: 91px;
    min-height: 252px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 38px;
    text-align: left;
  }

  #sec6 .set3 h3.ttl>span {
    padding: 13px 11px 17px 6px;
    border-left: 0px;
    border-right: 1px solid;
  }

  #sec6 .set3 h3.ttl>span::before {
    height: 69px;
    bottom: -14px;
    left: auto;
    right: -7px;
    -webkit-transform: rotate(-59deg);
    transform: rotate(-59deg);
  }

  #sec6 .set3 .ttlbox {
    width: 214px;
    padding-left: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sec6 .set3 .floormap {
    width: 532px;
    margin-top: 63px;
  }

  #sec6 .set3 .floormap .detail a {
    width: 54px;
    height: 54px;
    display: block;
    background: url("../img/floor/bg1.jpg");
    border-radius: 100%;
  }

  #sec6 .set3 .floormap .detail a:hover {
    opacity: 0.7;
  }

  #sec6 .set3 .floormap .detail:nth-child(1) {
    top: 121px;
    left: -21px;
  }

  #sec6 .set3 .floormap .detail:nth-child(2) {
    top: 152px;
    right: -31px;
  }

  #sec6 .set3 .floormap .detail:nth-child(3) {
    bottom: 134px;
    right: 159px;
  }

  #sec6 .set3 .floormap .detail:nth-child(4) {
    bottom: 115px;
    right: -31px;
  }

  #sec6 .set3 .floormap .detail:nth-child(5) {
    bottom: -15px;
    right: 147px;
  }

  #sec6 .set3 .floormap .detail:nth-child(6) {
    top: 217px;
    left: -21px;
  }

  #sec6 .set3 .floormap .detail:nth-child(7) {
    bottom: 13px;
    left: 52px;
  }
}

#popup_sec3 ul {
  border-bottom: 0px;
}

#popup_sec3 ul li {
  border-bottom: 1px solid #6a6766;
}

.popup_sec5 {
  text-align: left;
}

.popup_sec5 h2.menu-ttl {
  text-align: center;
}

.popup_sec5 .set {
  margin-top: 5vw;
}

.popup_sec5 .remodal-close2 {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .popup_sec5 .set {
    margin-top: 70px;
  }

  .popup_sec5 .remodal-close2 {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .popupFloormap .slider {
    width: 800px;
    margin: 0 auto;
  }

  .popupFloormap .slider .gr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .popupFloormap .slider .gr .ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.185em;
  }

  .popupFloormap .slider .gr .txtbox {
    -ms-flex-item-align: center;
    align-self: center;
    width: 310px;
    padding: 30px 0 60px;
    text-align: center;
  }

  .popupFloormap .slider .gr .txtbox .txt {
    margin-top: 20px;
  }

  .popupFloormap .slider .gr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 20px;
    padding: 0;
    border-bottom: 0;
  }

  .popupFloormap .slider .gr ul img {
    width: 94px;
  }

  .popupFloormap .slider .slick-dots {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-bottom: 0;
    bottom: 30px;
    left: auto;
    right: 0;
  }

  .popupFloormap .slider .slick-dots li {
    width: auto;
    height: auto;
  }

  .popupFloormap .slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 5px;
    border: 2px solid #612d69;
    border-radius: 0px;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.5;
  }

  .popupFloormap .slider .slick-dots li:hover button,
  .popupFloormap .slider .slick-dots .slick-active button {
    background: url("../img/shared/bg_violet.jpg");
  }

  .popupFloormap .slider .slick-arrow {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .popupFloormap .slider .slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.5 37.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M20.556,35.840 L1.478,18.542 L20.556,1.242 '/%3E%3C/svg%3E");
    left: -70px;
  }

  .popupFloormap .slider .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.5 37.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.444,35.840 L20.522,18.542 L1.444,1.242 '/%3E%3C/svg%3E");
    right: -70px;
    left: auto;
  }
}