.bg-para1 {
  width: 100%;
  position: relative;


}

.bg-para1 .img_parallax1 {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

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

#sec1 {
  position: relative;
  z-index: 2;
}

#sec1:before {
  content: '';
  height: 20vw;
  background-image: url("../img/scene/s1-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: 34vw;
  z-index: -1;
}

#sec1 .frame {
  position: relative;
  max-width: 1386px;
  margin: 0 auto;
    z-index: 10;
}

#sec1 .frame:before {
  content: '';
  width: 15px;
  background-image: url("../img/shared/f_bg.jpg");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#sec1 .frame:after {
  content: '';
  width: 15px;
  background-image: url("../img/shared/f_bg.jpg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#sec1 .bg-para1 {
  height: 600px;
}

#sec1 .bg-para1:before {
  content: '';
  height: 15px;
  background-image: url("../img/shared/f_bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

#sec1 .bg-para1:after {
  content: '';
  height: 15px;
  background-image: url("../img/shared/f_bg.jpg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#sec1 h2 {
  color: #46190e;
  font-size: 6vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  margin: 15vw 0 5vw;
  text-align: center;
}

#sec1 h2 span {
  font-size: 8vw;
  letter-spacing: 0.1em;
  display: block;
}

#sec1 h2 small {
  display: block;
  color: #dc5f36;
  font-size: 3.8vw;
  line-height: 4vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#sec1 .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 120px;
  }
  #sec1:before {
    width: 1175px;
    height: 252px;
    left: calc(50% - 417px);
    right: auto;
    top: 483px;
  }
  #sec1:after {
    content: '';
    width: calc(50% - 393px);
    background-image: url("../img/shared/f_bg.jpg");
    position: absolute;
    left: 0;
    bottom: 0;
    top: 157px;
    z-index: -2;
  }
  #sec1 h2 {
    font-size: 35px;
    line-height: 70px;
    margin: 112px 0 54px 218px;
    text-align: left;
  }
  #sec1 h2 span {
    font-size: 50px;
    margin-top: 6px;
  }
  #sec1 h2 small {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #sec1 .txt {
    width: 782px;
    margin-left: 220px;
  }
}

#sec2 {
  margin-top: 15vw;
  position: relative;
  z-index: 0;
  padding-bottom: 15vw;
}

#sec2:before {
  content: '';
  background-image: url("../img/scene/s2-bg-bot_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80vw;
  z-index: -2;
}

#sec2 .img {
  position: relative;
}

#sec2 .img img {
  width: 100%;
  height: auto;
}

#sec2 h2 {
  color: #fff;
  text-shadow: 0 0 10px #412407, 0 0 10px #412407, 0 0 10px #412407;
  font-size: 6.5vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  width: 27vw;
  height: 70vw;
  position: absolute;
  left: 66vw;
  top: 12vw;
  z-index: 1;
}

#sec2 h2 small {
  display: block;
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.1em;
}

#sec2 h2 q {
  display: block;
  margin-top: 36vw;
}

#sec2 .img2 {
  margin: -15vw -5% -5vw;
  position: relative;
  z-index: 3;
}

#sec2 .txt {
  background-image: url("../img/scene/bg1.png");
  padding: 5vw;
  text-align: justify;
  letter-spacing: 0.1em;
  box-shadow: 0 0 17px rgba(89, 41, 0, 0.23);
}

@media only screen and (min-width: 768px) {
  #sec2 {
    margin-top: 0;
    padding-bottom: 82px;
  }
  #sec2:before {
    top: 430px;
    bottom: -28px;
    background-image: url("../img/scene/s2-bg-bot.jpg");
  }
  #sec2 h2 {
    font-size: 45px;
    line-height: 80px;
    width: 230px;
    height: 500px;
    left: calc(50% + 138px);
    top: 27px;
  }
  #sec2 h2 small {
    font-size: 35px;
    line-height: 70px;
  }
  #sec2 h2 q {
    margin-top: 248px;
  }
  #sec2 .img2 {
    margin: 0;
    position: absolute;
    top: -79px;
    left: -155px;
  }
  #sec2 .txt {
    padding: 77px 75px 77px 88px;
    box-sizing: border-box;
    position: relative;
    z-index:2 ;
    margin: -59px -32px 0 481px;
      
  }
}

@media only screen and (min-width: 1300px) {
  #sec2:before {
    top: 595px;
  }
  #sec2 h2 {
    top: 88px;
  }
  #sec2 .img2 {
    left: -207px;
  }
}

#sec3 {
  padding: 15vw 0 0;
  position: relative;
  z-index: 1;
}

#sec3 h2 {
  color: #46190e;
  font-size: 6vw;
  line-height: 12vw;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
  text-align: center;
}

#sec3 h2 span {
  font-size: 8vw;
  letter-spacing: 0.1em;
  display: block;
}

#sec3 h2 small {
  display: block;
  color: #dc5f36;
  font-size: 3.8vw;
  line-height: 4vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#sec3 .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}

#sec3 .img-grp {
  display: flex;
  justify-content: space-between;
  margin-top: 8vw;
}

#sec3 .img-grp p {
  width: 49%;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 0;
  }
  #sec3 h2 {
    font-size: 35px;
    line-height: 70px;
    margin: 55px 0 54px 0;
    text-align: left;
  }
  #sec3 h2 span {
    font-size: 50px;
    margin-top: 6px;
  }
  #sec3 h2 small {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #sec3 .col {
    width: 410px;
    float: left;
  }
  #sec3 .txt {
    width: 390px;
  }
  #sec3 .img-grp {
    display: block;
    margin-top: 0;
    width: 600px;
    float: right;
    margin-right: -72px;
  }
  #sec3 .img-grp p {
    width: 600px;
  }
  #sec3 .img-grp p + p {
    margin-top: 18px;
  }
}

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

#sec4:before {
  content: '';
  height: 36vw;
  background-image: url("../img/scene/s4-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: -25vw;
  z-index: 1;
}

#sec4 .s4-js {
  position: relative;
  top: -10vw;
}

#sec4 .s4-js .slick-slide {
  height: 68vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sec4 .s4-js .slick-slide:nth-child(1) {
  background-image: url("../img/scene/s4-photo1.jpg");
}

#sec4 .s4-js .slick-slide:nth-child(2) {
  background-image: url("../img/scene/s4-photo2.jpg");
}

#sec4 .s4-js .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: -40px;
}

#sec4 .s4-js .slick-dots li {
  width: 40px;
  height: 5px;
  margin: 0 5px;
}

#sec4 .s4-js .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #b88c57;
}

#sec4 .s4-js .slick-dots li button:before {
  display: none;
}

#sec4 .s4-js .slick-dots .slick-active button {
  background: #3e250b;
}

#sec4 .blk {
  background-image: url("../img/scene/s4-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: justify;
  padding: 15vw 0;
  margin-top: -11vw;
}

#sec4 .blk h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  margin-bottom: 6vw;
  color: #b88c57;
}

#sec4 .blk h2 small {
  display: block;
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #sec4:before {
    height: 384px;
    top: -319px;
  }
  #sec4 .s4-js {
    top: -217px;
  }
  #sec4 .s4-js .slick-slide {
    height: 963px;
  }
  #sec4 .s4-js .slick-dots {
    margin-top: -54px;
  }
  #sec4 .s4-js .slick-dots li {
    width: 84px;
    height: 11px;
    margin: 0 6px;
  }
  #sec4 .blk {
    text-align: center;
    padding: 103px 0 117px;
    margin-top: -200px;
  }
  #sec4 .blk h2 {
    font-size: 55px;
    line-height: 66px;
    margin-bottom: 56px;
  }
  #sec4 .blk h2 small {
    font-size: 34px;
  }
}

#sec5 {
  position: relative;
  z-index: 0;
  padding: 60vw 0 15vw;
}

#sec5:before {
  content: '';
  height: 70vw;
  background-image: url("../img/scene/s5-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec5 .blk {
  width: 90%;
  margin: 0 auto;
  background-image: url("../img/scene/bg1.png");
  box-sizing: border-box;
  padding: 20vw 5vw 7vw;
  position: relative;
  z-index: 1;
  text-align: justify;
  letter-spacing: 0.1em;
}

#sec5 .blk:before {
  content: '';
  width: 75%;
  height: 20vw;
  background-image: url("../img/scene/s5-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec5 .blk h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  margin-bottom: 6vw;
  color: #46190e;
}

#sec5 .blk h2 small {
  display: block;
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 0;
  }
  #sec5:before {
    height: 100%;
    bottom: 0;
  }
  #sec5 .blk {
    width: 548px;
    margin: 0;
    float: right;
    padding: 182px 66px 114px 75px;
  }
  #sec5 .blk:before {
    width: 482px;
    height: 136px;
  }
  #sec5 .blk h2 {
    text-align: left;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 44px;
  }
  #sec5 .blk h2 small {
    font-size: 35px;
    margin-bottom: 7px;
  }
}

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

#sec6 h2 {
  color: #46190e;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
  margin: 0 0 8vw;
  text-align: center;
}

#sec6 h2 small {
  display: block;
  color: #dc5f36;
  font-size: 3.8vw;
  line-height: 6vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#sec6 .floor {
  margin: 0 0 8vw;
}

#sec6 .row {
  text-align: justify;
  margin-bottom: 8vw;
  position: relative;
}

#sec6 .row h3 {
  text-align: center;
  color: #46190e;
  font-size: 5.8vw;
  line-height: 8vw;
  letter-spacing: 0.1em;
  margin: 5vw 0 3vw;
}

#sec6 .row .s6-js {
  width: 100%;
  margin: 5vw 0 5vw 0;
}

#sec6 .row .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: -15px;
}

#sec6 .row .slick-dots li {
  width: 40px;
  height: 5px;
  margin: 0 5px;
}

#sec6 .row .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #b88c57;
}

#sec6 .row .slick-dots li button:before {
  display: none;
}

#sec6 .row .slick-dots .slick-active button {
  background: #3e250b;
}

#sec6 .row3 h3 {
  line-height: 10vw;
  width: 20vw;
  height: 80vw;
  margin: 0;
  position: absolute;
  right: -2%;
  top: -10vw;
}

#sec6 .row4 .img {
  position: relative;
  z-index: 0;
}

#sec6 .row4 .img:before {
  content: '';
  background-image: url("../img/scene/bg2.jpg");
  position: absolute;
  top: 4vw;
  bottom: -4vw;
  left: 4vw;
  right: -4vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #sec6 .row3 h3{
    
  position: static;width: auto;height: auto;margin-bottom: 5vw;}
  #sec6 .row3 h3 span{
    
  writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;}
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 113px 0 128px;
  }
  #sec6:before {
    content: '';
    width: calc(50% - 390px);
    background-image: url("../img/shared/f_bg.jpg");
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec6 h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 66px 262px;
    text-align: left;
  }
  #sec6 h2 small {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  #sec6 .floor {
    margin: 0 0 72px 242px;
  }
  #sec6 .row {
    text-align: justify;
    margin-bottom: 56px;
    letter-spacing: 0.1em;
  }
  #sec6 .row h3 {
    text-align: left;
    font-size: 35px;
    line-height: 70px;
    margin: 67px 0 29px;
  }
  #sec6 .row .s6-js {
    width: 823px;
    margin: 0 0 0 -37px;
  }
  #sec6 .row .slick-dots {
    display: flex;
    justify-content: flex-start;
    margin: 8px 0 0 239px;
  }
  #sec6 .row .slick-dots li {
    display: block;
    width: 84px;
    height: 11px;
    margin: 0 6px;
  }
  #sec6 .row .col {
    width: 270px;
    float: left;
    margin-left: 170px;
  }
  #sec6 .row .img {
    width: 608px;
    float: right;
    margin-right: -108px;
  }
  #sec6 .row1 .col {
    width: 327px;
    float: right;
  }
  #sec6 .row1 .img {
    width: 686px;
    float: left;
    margin-left: -77px;
  }
  #sec6 .row2 {
    margin-bottom: 113px;
  }
  #sec6 .row2 h3 {
    margin: 97px 0 29px;
  }
  #sec6 .row3 {
    margin-bottom: 69px;
  }
  #sec6 .row3 h3 {
    line-height: 70px;
    width: 140px;
    height: 435px;
    right: 10px;
    top: 31px;
    margin: 0;
  }
  #sec6 .row3 .txt {
    width: 477px;
    margin: 4px 0 0 503px;
  }
  #sec6 .row4 h3 {
    margin: 62px 0 29px;
  }
  #sec6 .row4 .col {
    margin-left: 164px;
  }
  #sec6 .row4 .img {
    width: 548px;
    margin-right: -48px;
  }
  #sec6 .row4 .img:before {
    top: 50px;
    bottom: -52px;
    left: 53px;
    right: -60px;
  }
}
