#sec1 {
  padding: 20vw 0 25vw;
  background: url(../img/scene/sec1_deco_gold.png) no-repeat center top/100%,
    url(../img/index/sec1_deco1.png) no-repeat top right 8px/50px;
  position: relative;
}
#sec1::before {
  content: "";
  background: #223d5a;
  height: 100%;
  width: 1px;
  left: 15px;
  top: 0;
  position: absolute;
  z-index: -5;
}
#sec1::after {
  content: "";
  background: #223d5a;
  height: 100%;
  width: 1px;
  right: 15px;
  top: 0;
  position: absolute;
  z-index: -5;
}
#sec1 .sec1-line-1 {
  border-top: 1px solid #223d5a;
  margin-bottom: 20vw;
}
#sec1 .deco-circle::before {
  content: "";
  width: 98vw;
  height: 98vw;
  border: 1px solid #223d5a;
  border-radius: 100vw;
  left: 50%;
  top: -5vw;
  transform: translateX(-50%);
  position: absolute;
  z-index: -5;
}
#sec1 h2 {
  writing-mode: vertical-rl;
  margin: 0 auto 15vw;
}
#sec1 .box {
  background: url(../img/scene/sec1_bg1.jpg) no-repeat center bottom/cover;
  padding: 20vw 5% 10vw;
  margin: 0 -5.5vw;
  position: relative;
}
#sec1 .box::after {
  content: "";
  background: #a8a8a8;
  width: 1px;
  height: 25vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -10vw;
}
#sec1 .box .txt {
  padding: 0 5%;
}
#sec1 .box .txt span {
  display: block;
  margin-bottom: 20px;
}
#sec1 .sec1-line-2 {
  border-bottom: 1px solid #223d5a;
  padding-top: 20vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 170px 0 105px;
    background: url(../img/scene/sec1_deco_gold.png) no-repeat center top/auto,
      url(../img/index/sec1_deco1.png) no-repeat top left calc(50% + 590px) /
        auto;
    position: relative;
  }
  #sec1::before {
    left: calc(50% + 620px);
  }
  #sec1::after {
    right: calc(50% + 620px);
  }
  #sec1 .sec1-line-1 {
    margin-bottom: 135px;
  }
  #sec1 .deco-circle::before {
    width: 1380px;
    height: 1380px;
    top: -100px;
  }
  #sec1 h2 {
    margin: 0 auto 155px;
    letter-spacing: 8px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec1 .box {
    background: url(../img/scene/sec1_bg1.jpg) no-repeat center bottom/cover;
    padding: 300px 0 95px;
    margin: 0 -25px;
  }
  #sec1 .box::after {
    height: 225px;
    top: -80px;
  }
  #sec1 .box .txt {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 640px;
    margin: 0 auto;
  }
  #sec1 .box .txt span {
    writing-mode: vertical-rl;
    margin-bottom: 20px;
    letter-spacing: 6px;
  }
  #sec1 .box .txt span i {
    writing-mode: horizontal-tb;
    margin: -10px -8px -5px -3px;
  }
  #sec1 .sec1-line-2 {
    padding-top: 105px;
  }
}
#sec3 {
  padding: 15vw 0;
  background: url(../img/scene/sec3_deco1.png) no-repeat top right 5vw/40px;
  position: relative;
}
#sec3::before {
  content: "";
  background: #223d5a;
  height: 80%;
  width: 1px;
  left: 10px;
  top: 0;
  position: absolute;
}
#sec3::after {
  content: "";
  background: #223d5a;
  width: 100%;
  height: 1px;
  left: 0;
  top: 85vw;
  position: absolute;
}
#sec3 .deco-circle::before {
  content: "";
  width: 150vw;
  height: 150vw;
  border: 1px solid #223d5a;
  border-radius: 100vw;
  left: 30%;
  top: -5vw;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
#sec3 .row {
  margin-bottom: 40px;
}
#sec3 .row .col-right {
  margin-bottom: 20px;
  padding-left: 5vw;
}
#sec3 .row .col-right .ttl .desc {
  color: #927719;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#sec3 .row .col-right .ttl h2 {
  margin-bottom: 10vw;
}
#sec3 .row .col-left ul {
  display: flex;
  margin-top: 5%;
}
#sec3 .row .col-left ul .photo-3 {
  margin-top: 8%;
  margin-right: 3%;
}
#sec3 .box {
  border: 1px solid #d0d0d0;
  text-align: center;
  padding: 35px 25px;
  position: relative;
}
#sec3 .box::after {
  content: "";
  background: #fff;
  height: 3px;
  width: 90px;
  top: -2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sec3 .box h3 {
  margin-bottom: 7vw;
}
#sec3 .box .box-desc {
  margin-bottom: 30px;
}
#sec3 .box .floor {
  position: relative;
  margin-bottom: 40px;
}
#sec3 .box .floor .floor-ttl {
  position: absolute;
  right: -25px;
  writing-mode: vertical-rl;
  color: #927719;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 2px;
}
#sec3 .box .phone-t2 {
  border-top: 1px solid #62615d;
  border-bottom: 1px solid #62615d;
  padding: 10px 0;
}
#sec3 .box .phone-t2 .phone-desc {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 185px 0 220px;
    background: url(../img/scene/sec3_deco1.png) no-repeat top 300px left
      calc(50% + 600px) / auto;
  }
  #sec3::before {
    height: 2450px;
    left: calc(50% - 645px);
    top: -70px;
  }
  #sec3::after {
    top: 760px;
    z-index: -1;
  }
  #sec3 .deco-circle::before {
    width: 1380px;
    height: 1380px;
    left: calc(50% + 430px);
    top: -470px;
  }
  #sec3 .row {
    margin-bottom: 135px;
    position: relative;
  }
  #sec3 .row .col-right {
    margin-bottom: 20px;
    order: 2;
    width: 395px;
    margin-right: 30px;
    padding-left: 0;
  }
  #sec3 .row .col-right .ttl .desc {
    margin-bottom: 25px;
    letter-spacing: 5px;
  }
  #sec3 .row .col-right .ttl h2 {
    margin-bottom: 70px;
  }
  #sec3 .row .col-right .txt {
    letter-spacing: 4.6px;
  }
  #sec3 .row .col-left {
    order: 1;
    margin: 15px 0 0 -100px;
  }
  #sec3 .row .col-left ul {
    display: flex;
    margin-top: 5%;
  }
  #sec3 .row .col-left ul .photo-3 {
    margin-top: 0;
    position: absolute;
    bottom: 120px;
    left: calc(50% + 455px);
    margin-right: -225px;
  }
  #sec3 .row .col-left ul .photo-2 {
    margin-right: -180px;
    margin-left: 406px;
    margin-top: -85px;
  }
  #sec3 .box {
    padding: 100px 25px 105px;
  }
  #sec3 .box::after {
    content: "";
    background: #fff;
    height: 3px;
    width: 90px;
    top: -2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec3 .box h3 {
    margin-bottom: 50px;
    letter-spacing: 7px;
  }
  #sec3 .box .box-desc {
    margin-bottom: 70px;
    letter-spacing: 4.7px;
  }
  #sec3 .box .floor {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 100px;
  }
  #sec3 .box .floor .floor-ttl {
    right: -50px;
    letter-spacing: 5px;
  }
  #sec3 .box .phone-t2 {
    padding: 15px 0 20px;
    width: 550px;
    margin: 0 auto;
  }
  #sec3 .box .phone-t2 .phone-desc {
    font-size: 16px;
    letter-spacing: 2.4px;
  }
}
#sec4 .bg-parallax::after {
  content: "";
  background: url(../img/scene/sec4_para_deco.png) no-repeat 0 0/100%;
  width: 35%;
  height: 30vw;
  right: -1px;
  top: -1px;
  position: absolute;
}
#sec4 .sec4-bot {
  background: url(../img/index/sec1_deco1.png) no-repeat top right 3px/50px;
  padding: 15vw 0;
  position: relative;
}
#sec4 .sec4-bot::before {
  content: "";
  background: #223d5a;
  height: 100%;
  width: 1px;
  right: 10px;
  top: 0;
  position: absolute;
}
#sec4 .sec4-bot::after {
  content: "";
  background: #223d5a;
  width: 100%;
  height: 1px;
  left: 0;
  top: 31.5%;
  position: absolute;
}
#sec4 .deco-circle::before {
  content: "";
  width: 120vw;
  height: 145vw;
  border: 1px solid #223d5a;
  border-radius: 100vw;
  left: 50%;
  top: -5vw;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
#sec4 .row {
  margin-bottom: 50px;
}
#sec4 .row .col-right {
  margin-bottom: 30px;
}
#sec4 .row .col-right .ttl {
  border-bottom: 1px solid #6b6b6b;
  margin-bottom: 10vw;
}
#sec4 .row .col-right .ttl .desc {
  color: #927719;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#sec4 .row .col-right .ttl h2 {
  writing-mode: vertical-rl;
  margin: 0 auto 10vw;
}
#sec4 .row .col-left .note {
  margin-bottom: 20px;
}
#sec4 .row .col-right .txt {
  padding: 0 5%;
  padding-bottom: 25%;
}
#sec4 .box {
  border: 1px solid #d0d0d0;
  text-align: center;
  padding: 35px 20px;
  position: relative;
}
#sec4 .box::after {
  content: "";
  background: #fff;
  height: 3px;
  width: 90px;
  top: -2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sec4 .box h3 {
  margin-bottom: 7vw;
}
#sec4 .box .box-desc {
  margin-bottom: 30px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  text-align: left;
}
#sec4 .box .phone-t2 {
  border-top: 1px solid #62615d;
  border-bottom: 1px solid #62615d;
  padding: 10px 0;
}
#sec4 .box .phone-t2 .phone-desc {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #sec4 .bg-parallax {
    height: 670px;
  }
  #sec4 .bg-parallax::after {
    width: 297px;
    height: 275px;
  }
  #sec4 .sec4-bot {
    background: url(../img/index/sec1_deco1.png) no-repeat top left
      calc(50% + 615px) / auto;
    padding: 125px 0 250px;
  }
  #sec4 .sec4-bot::before {
    right: auto;
    left: calc(50% + 645px);
  }
  #sec4 .sec4-bot::after {
    top: 1100px;
  }
  #sec4 .deco-circle::before {
    width: 1760px;
    height: 1760px;
    top: -600px;
  }
  #sec4 .row {
    margin-bottom: 145px;
  }
  #sec4 .row .col-right {
    order: 2;
    margin-bottom: 30px;
    width: 370px;
    margin-right: 60px;
  }
  #sec4 .row .col-right .ttl {
    margin-bottom: 85px;
  }
  #sec4 .row .col-right .ttl .desc {
    letter-spacing: 3px;
    margin-bottom: 65px;
    margin-top: 10px;
  }
  #sec4 .row .col-right .ttl h2 {
    margin: 0 auto 75px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec4 .row .col-right .txt {
    writing-mode: vertical-rl;
    height: -moz-max-content;
    height: max-content;
    letter-spacing: 5.6px;
    margin: 0 auto;
  }
  #sec4 .row .col-left {
    order: 1;
  }
  #sec4 .row .col-left .note {
    margin-bottom: 20px;
    margin-left: 25px;
    position: relative;
    z-index: 1;
  }
  #sec4 .row .col-left .photo-1 {
    margin: -35px 0 0 -55px;
  }
  #sec4 .box {
    padding: 100px 25px 85px;
  }
  #sec4 .box::after {
    content: "";
    background: #fff;
    height: 3px;
    width: 90px;
    top: -2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec4 .box h3 {
    margin-bottom: 50px;
    letter-spacing: 7px;
  }
  #sec4 .box .box-desc {
    margin-bottom: 60px;
    letter-spacing: 4.7px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #sec4 .box .phone-t2 {
    padding: 15px 0 20px;
    width: 550px;
    margin: 0 auto;
  }
  #sec4 .box .phone-t2 .phone-desc-1 {
    font-size: 16px;
    letter-spacing: 2.4px;
    margin-bottom: 8px;
  }
  #sec4 .box .phone-t2 .phone-desc-2 {
    line-height: 30px;
    margin-bottom: 15px;
  }
  #sec4 .box .phone-t2 .phone-desc-2 span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec3 .row .col-left ul .photo-3 {
    left: calc(50% + 350px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec3 .row .col-left ul .photo-3 {
    left: calc(50% + 295px);
  }
} /*# sourceMappingURL=scene.css.map */
