.contents-img {
  width: 100%;
  height: 70vw;
}
.contents-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .contents-img {
    height: auto;
  }
}

.js-scroll-1 .imgbox ul {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.js-scroll-1 .imgbox ul li {
  width: 100%;
  height: calc(100% + 100px);
  clip-path: inset(0% 0 0 0);
  position: absolute;
  top: 0;
  left: 0;
}
.js-scroll-1 .imgbox ul li:nth-child(n+2) {
  clip-path: inset(100% 0px 0% 0);
}
.js-scroll-1 .imgbox ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.js-scroll-1 .txtbox {
  padding: 10vw var(--paddingWrap) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .js-scroll-1 .imgbox .img1 img {
    -o-object-position: 17% 50%;
       object-position: 17% 50%;
  }
  .js-scroll-1 .imgbox .img2 img {
    -o-object-position: 85% 50%;
       object-position: 85% 50%;
  }
  .js-scroll-1 .imgbox .img3 img {
    -o-object-position: 77% 50%;
       object-position: 77% 50%;
  }
  .js-scroll-1 .imgbox .img4 img {
    -o-object-position: 52% 50%;
       object-position: 52% 50%;
  }
}
@media screen and (min-width: 768px) {
  .js-scroll-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-scroll-1 .imgbox {
    width: calc(50% + 150px);
  }
  .js-scroll-1 .txtbox {
    width: calc(50% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 30px 93px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
}

header .hdblk {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#key {
  position: relative;
}
#key .kv-parallax {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 0;
}
#key .kv-parallax .overlay {
  background: #000;
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#key .kv-parallax .photo {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#key .kv-parallax .photo img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
#key .kv-parallax .kv-content {
  padding: 150vh 0 20vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#key .kv-parallax .kv-content .txtbox {
  margin-top: 5vw;
}
#key .kv-parallax .kv-content .txtbox .txt + .txt {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #key .kv-parallax .kv-content {
    padding: 160vh 0 158px;
  }
  #key .kv-parallax .kv-content .txtbox {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 370px;
    margin: 60px auto 0;
  }
  #key .kv-parallax .kv-content .txtbox .txt {
    line-height: 42px;
  }
  #key .kv-parallax .kv-content .txtbox .txt + .txt {
    margin: 0 50px 0 0;
  }
}

#sec1 h2.ttl {
  text-align: center;
}
#sec1 .blk1 {
  min-height: 70vw;
  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;
  padding: 20vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#sec1 .blk1 .bg-parallax {
  min-height: none;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec1 .blk2 {
  position: relative;
}
#sec1 .blk2::before {
  content: "";
  width: 100%;
  height: 230%;
  background: url("../img/about/bg1_sp.jpg") center top/100% repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec1 .blk2 .set {
  margin-top: 10vw;
}
#sec1 .blk2 .set .ttl {
  margin-top: 5vw;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#sec1 .blk2 .set .txtnote {
  margin-top: -5vw;
  text-align: right;
}
#sec1 .blk2 .set .txt {
  margin-top: 5vw;
}
#sec1 .blk2 .set .btn-link {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec1 .blk1 {
    min-height: 697px;
    padding: 100px 0;
    position: relative;
    z-index: 0;
  }
  #sec1 .blk2::before {
    height: calc(var(--bg-height) + 100px);
    background: url("../img/about/bg1.jpg") center top/auto 100% no-repeat;
  }
  #sec1 .blk2 .set {
    margin-top: 0;
  }
  #sec1 .blk2 .set .ttl {
    font-size: 26px;
  }
  #sec1 .blk2 .set .txtnote {
    margin-top: 0;
    padding: 0 30px;
    position: absolute;
    top: 50px;
    right: 0;
  }
  #sec1 .blk2 .set .price {
    margin-top: 25px;
  }
  #sec1 .blk2 .set .txt {
    margin-top: 43px;
    line-height: 42px;
  }
  #sec1 .blk2 .set .btn-link {
    margin-top: 40px;
  }
  #sec1 .blk2 .set .btn-link a {
    width: 317px;
    min-height: 61px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) {
  #sec1 .blk2::before {
    height: calc(var(--bg-height) + 300px)
  }
}

#sec2 {
  padding: 20vw 0;
}
#sec2 h2.ttl {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec2 .set .txtbox {
  margin-top: 10vw;
}
#sec2 .set .txtbox .txt {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 161px 0 307px;
  }
  #sec2 .wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  #sec2 h2.ttl {
    font-size: 26px;
    line-height: 42px;
  }
  #sec2 .set {
    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;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #sec2 .set .txtbox {
    width: 360px;
    margin: auto 0 44px;
    padding: 0 50px;
  }
  #sec2 .set .txtbox .txt {
    margin-top: 40px;
    line-height: 42px;
  }
  #sec2 .set .txtbox .price {
    margin-top: 22px;
  }
}

#sec3 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#sec3 .bgi {
  width: 100%;
  height: 100vh;
}
#sec3 .bgi .overlay {
  content: "";
  background: #131211;
  background-blend-mode: multiply;
  opacity: 0;
  transition: .3s;
  position: absolute;
  inset: 0;
}
#sec3 .bgi.show .overlay {
  opacity: 0.7;
  transition: .3s .3s;
}
#sec3 .bgi .img {
  width: 100%;
  height: 100%;
}
#sec3 .bgi .img {
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 40%, 75% 40%, 75% 60%, 25% 60%);
  transition: .5s ease-out;
}
#sec3 .bgi.show .img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#sec3 .bgi .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec3 .menu-list {
  width: 60vw;
  margin: 10vw auto 0;
  padding: 7vw var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  text-align: center;
}
#sec3 .menu-list dl {
  line-height: 1.7;
}
#sec3 .menu-list dl + dl {
  margin-top: 5vw;
}
#sec3 .menu-list dl dt,
#sec3 .menu-list dl .fzb {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#sec3 .blk {
  padding: 20vw 0;
  position: relative;
  z-index: 2;
}
#sec3 .blk .txt {
  margin-top: 10vw;
}
#sec3 .blk .btn-popup {
  margin-top: 10vw;
}
/* @media screen and (max-width: 767px) {
  #sec3 .blk {
    padding: 30vw 0 20vw;
    background: url("../img/index/sec3_bg_sp.jpg") center top/cover no-repeat;
  }
} */
@media screen and (min-width: 768px) {
  #sec3.show .overlay {
    opacity: 0.7;
  }
  #sec3 .overlay {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background: #000;
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  #sec3 h2.ttl .jp {
    margin-top: 5px;
  }
  #sec3 .bgi .img {
    clip-path: polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%);
  }
  #sec3 .menu-list {
    width: 294px;
    margin-top: 57px;
    padding: 23px 20px 25px 20px;
  }
  #sec3 .menu-list dl {
    line-height: 32px;
  }
  #sec3 .menu-list dl + dl {
    margin-top: 40px;
  }
  #sec3 .menu-list dl dt, #sec3 .menu-list dl .fzb {
    font-size: 20px;
  }
  #sec3 .blk {
    padding: 100px 0 145px;
  }
  #sec3 .blk .txt {
    margin-top: 62px;
    text-align: center;
  }
  #sec3 .blk .btn-popup {
    margin-top: 107px;
    text-align: center;
  }
}

#sec4 {
  padding: 20vw 0;
  background: url("../img/shared/bg.jpg");
  position: relative;
  z-index: 1;
}
#sec4 .btn-reserve {
  margin-top: 10vw;
}
#sec4 .btn-reserve a {
  width: auto;
}
#sec4 .contactbox {
  text-align: center;
}
#sec4 .set {
  margin-top: 10vw;
}
#sec4 .set .gr2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 100px 0 157px;
  }
  #sec4 h2.ttl .en {
    font-size: 22px;
  }
  #sec4 h2.ttl .jp {
    margin-top: 15px;
  }
  #sec4 .tel dt {
    font-size: 19px;
  }
  #sec4 .tel dd {
    margin-top: 7px;
  }
  #sec4 .tel .tel-number {
    font-size: 38px;
    line-height: 1;
  }
  #sec4 .tel .tel-number::before {
    width: 21px;
    height: 30px;
    top: 17px;
  }
  #sec4 .tel .tel-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  #sec4 .btn-reserve {
    margin-top: 44px;
  }
  #sec4 .btn-reserve a {
    width: 294px;
    min-height: 50px;
  }
  #sec4 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  #sec4 .set .gr1 {
    width: 450px;
    padding: 0px 23px 0 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec4 .set .gr1 .txt {
    letter-spacing: 0;
  }
  #sec4 .set .gr2 {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 24px 0 26px 41px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid;
  }
}

#sec5 {
  padding: 20vw 0;
  background: url("../img/shared/bg2.jpg");
}
#sec5 .set1 .txt {
  margin-top: 10vw;
  letter-spacing: 0;
}
#sec5 .set-style {
  margin-top: 15vw;
}
#sec5 .set-style .ttl {
  text-align: center;
}
#sec5 .set-style .gr2 {
  margin-top: 10vw;
}
#sec5 .set-style .gr2 .txt {
  margin-top: 7vw;
}
#sec5 .set-style .gr2 .txtnote {
  margin-top: 5vw;
}
#sec5 .set-style .gr2 .btn-popup {
  margin-top: 10vw;
}
#sec5 .btn-instagram {
  margin-top: 12vw;
  padding: 5vw var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}
#sec5 .btn-instagram::before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec5 .btn-instagram img {
  margin-top: 10px;
}
#sec5 .contactbox {
  margin-top: 15vw;
  padding-top: 10vw;
  border-top: 1px solid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 144px 0 198px;
  }
  #sec5 .wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  #sec5 h2.ttl .jp {
    margin-top: 22px;
  }
  #sec5 .set1 .txt {
    margin-top: 40px;
    text-align: center;
  }
  #sec5 .set-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    text-align: center;
  }
  #sec5 .set-style .gr1 {
    width: 50%;
  }
  #sec5 .set-style .gr1 .img {
    width: 100%;
    height: 100%;
  }
  #sec5 .set-style .gr1 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .set-style .gr2 {
    width: 50%;
    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;
    margin-top: 0;
    padding: 50px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec5 .set-style .gr2 .txt {
    margin-top: 50px;
  }
  #sec5 .set-style .gr2 .txtnote {
    margin-top: 30px;
  }
  #sec5 .set-style .gr2 .btn-popup {
    margin-top: 66px;
  }
  #sec5 .set-style.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #sec5 .set2 {
    margin-top: 138px;
  }
  #sec5 .btn-instagram {
    margin-top: 50px;
    padding: 30px 30px 36px;
    font-size: 19px;
    line-height: 32px;
  }
  #sec5 .btn-instagram::before {
    border-width: 18px;
  }
  #sec5 .btn-instagram img {
    margin-top: 10px;
  }
  #sec5 .contactbox {
    width: 609px;
    margin: 183px auto 0;
    padding-top: 60px;
  }
}