.sec-deco {
  position: relative;
  z-index: 1;
  padding: 20vw 0 14vw;
}
.sec-deco:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 80vw;
  background: #f4f4f4;
  z-index: -1;
}
.sec-deco:after {
  content: '';
  position: absolute;
  top: 8.5vw;
  right: 0;
  width: 89%;
  height: 17px;
  background: url('../img/scene/c_deco.jpg') no-repeat left, url('../img/scene/c_deco2.png') repeat-x;
  background-size: auto 100%;
}
.sec-deco .text-row {
  padding: 0 4%;
}
.sec-deco .text-row h2 {
  font-size: 12vw;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sec-deco .text-row h3 {
  margin-top: 3vw;
  font-size: 6.1vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.sec-deco .c-row {
  margin: 10vw 0 12vw;
}
.sec-deco .c-row .sl-fade {
  line-height: 1;
}
.sec-deco .c-row .sl-fade .slick-dots {
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 2;
}
.sec-deco .c-row .txt {
  margin: 5vw 4% 0;
}
.sec-deco .c-contact {
  background: #000000;
  color: #fff;
  padding: 10vw 3%;
}
.sec-deco .c-contact h3 {
  text-align: center;
}
.sec-deco .c-contact .border {
  border: 1px solid;
  margin: 5vw 0;
  padding: 6vw 4%;
}
.sec-deco .c-contact .border dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 5vw;
}
.sec-deco .c-contact .border dl dd {
  font-size: 5vw;
}
.sec-deco .c-contact .border p {
  text-align: center;
  font-size: 2.7vw;
}
@media only screen and (min-width: 768px) {
  .sec-deco {
    padding: 221px 0 140px;
  }
  .sec-deco:before {
    width: 29.7%;
    height: 470px;
  }
  .sec-deco:after {
    top: 115px;
    width: 90.1%;
    height: 20px;
  }
  .sec-deco .text-row {
    padding: 0;
    justify-content: center;
    gap: 48px;
    align-items: center;
    padding-left: 5px;
  }
  .sec-deco .text-row h2 {
    font-size: 90px;
    margin-top: -6px;
  }
  .sec-deco .text-row h3 {
    margin-top: 0;
    font-size: 50px;
    letter-spacing: -0.07em;
    line-height: 64px;
  }
  .sec-deco .text-row h3 small {
    font-size: 37px;
  }
  .sec-deco .c-row {
    margin: 87px 0px 100px;
    align-items: center;
  }
  .sec-deco .c-row .sl-fade {
    width: 67.3%;
  }
  .sec-deco .c-row .sl-fade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec-deco .c-row .txt {
    height: 446px;
    margin: 79px 60px 20px 66px;
    width: 240px;
  }
  .sec-deco .c-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 87px 20px 84px;
  }
  .sec-deco .c-contact h3 {
    margin-left: 8px;
  }
  .sec-deco .c-contact .border {
    margin: 21px auto 51px;
    width: 610px;
    box-sizing: border-box;
    border-width: 2px;
    padding: 31px 0 34px;
  }
  .sec-deco .c-contact .border dl {
    width: 440px;
    margin: 0 auto;
    font-size: 25px;
  }
  .sec-deco .c-contact .border dl dd {
    font-size: 30px;
    margin-top: -5px;
    margin-right: 2px;
  }
  .sec-deco .c-contact .border dl dd small {
    font-size: 25px;
  }
  .sec-deco .c-contact .border p {
    font-size: 15px;
    margin: -5px 0 0 9px;
  }
  .sec-deco .c-contact .button {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .button {
    width: 80vw;
    margin: 0 auto;
  }
}
/*--------------------------------------
    key
--------------------------------------*/
#key {
  background-image: url('../img/scene/key.jpg');
}

@media only screen and (min-width: 768px) {
  #key {
    height: 850px;
  }
}
@media only screen and (min-width: 768px) {
  .txt {
    line-height: 40px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  position: relative;
  background: url('../img/scene/s1_bg.png') no-repeat center top;
  background-size: cover;
  padding: 37vw 0 14vw;
}
#sec1 .deco {
  width: 53%;
  top: 10vw;
  left: 0;
  position: absolute;
}
#sec1 .deco2 {
  position: absolute;
  width: 53%;
  right: 0;
  text-align: right;
  top: 128vw;
}
#sec1 h2 {
  width: 80%;
  margin: 0 auto 7vw;
}
#sec1 .row {
  margin-top: 28vw;
}
#sec1 .row .item {
  width: 80%;
  margin: 0 auto;
}
#sec1 .row .item a {
  display: block;
  text-decoration: none;
  border: 1px solid;
  background: #f1a803;
  padding: 8vw 9% 14vw;
  font-size: 14vw;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
#sec1 .row .item a:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url('../img/scene/s1_arr.png') no-repeat center;
  background-size: contain;
}
#sec1 .row .item + .item {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 163px 0 109px;
  }
  #sec1 .deco {
    top: 112px;
    width: calc((355 / 1500) * 100%);
  }
  #sec1 .deco2 {
    width: calc((384 / 1500) * 100%);
    top: 494px;
  }
  #sec1 h2 {
    width: 579px;
    margin-bottom: 46px;
  }
  #sec1 .txt {
    text-align: center;
  }
  #sec1 .row {
    gap: 25px;
    margin: 61px -1px 0;
  }
  #sec1 .row .item {
    width: calc(100% / 3);
  }
  #sec1 .row .item a {
    border-width: 2px;
    transition: all 0.3s ease;
    font-size: 70px;
    line-height: 80px;
    padding: 48px 0 67px;
    letter-spacing: 0.05em;
  }
  #sec1 .row .item a:hover {
    opacity: 0.8;
  }
  #sec1 .row .item a::before {
    height: 81px;
    bottom: -41px;
    left: 6px;
  }
  #sec1 .row .item + .item {
    margin-top: 0;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 .s2-main .row + .row {
  margin-top: 10vw;
}
#sec2 .s2-main .content {
  margin-top: 7vw;
}
#sec2 .s2-main .content h3 span {
  font-size: 4vw;
}
#sec2 .s2-main .content .txt {
  margin: 5vw 0;
}
/* #sec2 .s2-main .content .button {
  margin-left: 0;
} */
#sec2 .bg {
  padding: 3vw 3% 10vw;
  margin: 10vw 0;
  position: relative;
}
#sec2 .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2ecdf;
  z-index: -1;
}
#sec2 .bg h3 {
  margin: 6vw 0 4vw;
}
@media only screen and (min-width: 768px) {
  #sec2 .s2-main .row {
    justify-content: space-between;
    gap: 15px;
    align-items: center;
  }
  #sec2 .s2-main .row .photo {
    margin-left: -99px;
  }
  #sec2 .s2-main .row .content {
    width: 443px;
    margin-top: 52px;
    min-width: 443px;
  }
  #sec2 .s2-main .row .content h3 {
    letter-spacing: 0.1em;
    margin-left: -4px;
  }
    #sec2 .s2-main .row .content h3 span {
    font-size:32px ;
  }
  #sec2 .s2-main .row .content h3 small {
    font-size: 45px;
    letter-spacing: 0.1em;
  }
  #sec2 .s2-main .row .content .txt {
    margin: 9px 0 36px 0px;
  }
  #sec2 .s2-main .row + .row {
    margin-top: 29px;
  }
  #sec2 .s2-main .row + .row .content {
    margin-top: -28px;
  }
  #sec2 .bg {
    margin: 100px 0 91px;
    padding: 68px 40px 60px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec2 .bg:before {
    width: auto;
    left: -60px;
    right: -60px;
  }
  #sec2 .bg .content {
    position: relative;
    width: 397px;
    z-index: 2;
  }
  #sec2 .bg .content h3 {
    margin: 0px -120px 30px 9px;
    line-height: 66px;
    letter-spacing: 0.1em;
  }
  #sec2 .bg .content h3 small {
    letter-spacing: 0.1em;
    font-size: 45px;
  }
  #sec2 .bg .content .txt {
    width: 330px;
    margin-left: 10px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 .row1 h3 {
  margin-top: 6vw;
  width: 84%;
}
#sec3 .row2 {
  margin: 8vw 0;
}
#sec3 .row2 .img {
  width: 84%;
  margin: 6vw auto;
}
#sec3 .btn1 {
  margin-right: 0;
}
#sec3 .row3 {
  margin-top: 12vw;
  text-align: center;
}
#sec3 .row3 .item h3 {
  margin: 5vw 0 1vw;
}
#sec3 .row3 .item + .item {
  margin-top: 9vw;
}
#sec3 .ttl-deco {
  margin: 6vw auto 2vw;
  font-size: 5vw;
}
#sec3 .row4 {
  margin: 10vw 0;
}
#sec3 .row4 .photo {
  margin: 0 5% 0 -5%;
  position: relative;
  z-index: 2;
}
#sec3 .row4 .right {
  background: #f4f4f4;
  margin-top: -8vw;
  padding: 14vw 9% 8vw;
}
#sec3 .c-contact {
  margin-top: 10vw;
}
#sec3 .motsu{
  margin-bottom: 10vw;
}
#sec3 .motsu .img{
  margin-bottom: 7vw;
}
#sec3 .motsu h2{
  margin: 7vw 7vw 7vw 10vw;
}
#sec3 .txt{
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 100px;
  }
  #sec3 .wrap {
    width: calc(100% - 40px);
    max-width: 1200px;
  }
  #sec3 .text-row {
    margin-left: -83px;
    gap: 100px;
  }
  #sec3 .c-row {
    margin-bottom: 86px;
  }
  #sec3 .row1 {
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  #sec3 .row1 h3 {
    margin-top: -67px;
    width: 529px;
  }
  #sec3 .row2 {
    flex-direction: row-reverse;
    margin: 66px auto -54px;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
  }
  #sec3 .row2 .img {
    width: auto;
    margin: -141px 0 0 -116px;
  }
  #sec3 .row2 .txt {
    width: 490px;
  }
  #sec3 .btn1 {
    text-align: right;
    margin-right: 158px;
  }
  #sec3 .row3 {
    margin: 98px auto 34px;
    width: 100%;
    justify-content: space-between;
    max-width: 1099px;
    gap: 20px;
  }
  #sec3 .row3 .item + .item {
    margin-top: 0;
  }
  #sec3 .row3 .item h3 {
    margin: 27px 0 -11px 5px;
    letter-spacing: 0.1em;
  }
  #sec3 .row3 .item .price {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  #sec3 .row3 .item .price small {
    font-size: 25px;
  }
  #sec3 .ttl-deco {
    margin-top: 0;
    font-size: 30px;
    padding-left: 3px;
    margin-bottom: 12px;
  }
  #sec3 .ttl-deco:before,
  #sec3 .ttl-deco:after {
    width: 36px;
    height: 53px;
    left: -43px;
    top: 13px;
    background-size: 100% 100%;
  }
  #sec3 .ttl-deco::after {
    left: auto;
    right: -43px;
  }
  #sec3 .btn2 {
    text-align: center;
  }
  #sec3 .row4 {
    margin: 90px 0px 120px;
  }
  #sec3 .row4 .photo {
    margin: 0 0 0 23px;
  }
  #sec3 .row4 .right {
    margin-top: 100px;
    padding: 107px 0px 98px 123px;
    position: relative;
    margin-left: -46px;
    width: 602px;
  }
  #sec3 .row4 .right .deco {
    position: absolute;
    top: -111px;
    right: -126px;
  }
  #sec3 .row4 .right h3 {
    letter-spacing: 0.1em;
    line-height: 60px;
  }
  #sec3 .row4 .right h3 small {
    letter-spacing: 0.1em;
    font-size: 40px;
  }
  #sec3 .c-contact {
    margin-top: 79px;
  }
  #sec3 .motsu{
    margin-bottom: 100px;
  }
  #sec3 .motsu .row{
    display: flex;
    margin-bottom: 80px;
  }
  #sec3 .motsu .col{
    width: 520px;
    margin: 0 40px 0 0;
  }
  #sec3 .motsu .img{
    margin: 0 0px 0 0px;
    order: 2;
  }
  #sec3 .motsu h2{
    margin: 0 0 50px 0;
  }
  #sec3 .motsu .button{
    text-align: center;
  }
  #sec3 .motsu .txt{
    margin: 0;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 .row1 .img {
  width: 84%;
  margin: 0 auto 9vw;
}
#sec4 .row1 h3 {
  margin: 6vw 0;
}
/* #sec4 .row1 .button {
  margin-left: 0;
} */
#sec4 .row1 .button {
  margin-top: 5vw;
}
#sec4 .title1 {
  --gap: -0.8vw;
  margin: 12vw 0 -8vw;
  position: relative;
  z-index: 2;
}
#sec4 .title1 .ml {
  margin-left: -3%;
}
#sec4 .row2 p:nth-child(2) {
  width: 80%;
  margin-top: 5vw;
}
#sec4 .bg {
  background: #f4f4f4;
  padding: 20vw 4% 13vw;
  position: relative;
  z-index: 1;
  margin: 25vw 0 12vw;
}
#sec4 .bg .deco {
  width: 66%;
  position: absolute;
  z-index: 2;
  right: -4vw;
  top: -15vw;
}
#sec4 .bg h3 {
  width: 70%;
  margin: 0 auto 7vw;
}
#sec4 .bg .row4 {
  margin-top: 6vw;
}
#sec4 .bg .row4 .img {
  width: 72%;
  margin-left: auto;
}
#sec4 .bg .row4 .txt {
  margin: 6vw 0;
}
#sec4 .bg .row4 .button {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 120px;
  }
  #sec4 .wrap {
    width: calc(100% - 40px);
    max-width: 1168px;
  }
  #sec4 .text-row {
    margin-left: -116px;
    gap: 100px;
  }
  #sec4 .c-row {
    margin-bottom: 110px;
  }
  #sec4 .c-row .txt {
    height: 480px;
    margin-top: 113px;
    margin-left: 64px;
  }
  #sec4 .row1 {
    justify-content: center;
    gap: 53px;
    margin-left: 58px;
  }
  #sec4 .row1 .img {
    width: 361px;
    margin: 0;
  }
  #sec4 .row1 h3 {
    margin: 10px 0 14px;
    letter-spacing: 0.1em;
  }
  #sec4 .row1 h3 small {
    letter-spacing: 0.1em;
    font-size: 35px;
  }
  #sec4 .row1 .button {
    margin-top: 49px;
  }
  #sec4 .title1 {
    margin: 96px 0 71px;
    letter-spacing: 0em;
    line-height: 67px;
  }
  #sec4 .title1 small {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  #sec4 .title1 small.ml {
    margin-left: -15px;
  }
  #sec4 .title1 .ml {
    margin-left: -27px;
    margin-right: -5px;
  }
  #sec4 .title1 > span {
    letter-spacing: 0.1em;
  }
  #sec4 .row2 {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 25px;
  }
  #sec4 .row2 p:nth-child(1) {
    margin: -256px -70px 0 0;
  }
  #sec4 .row2 p:nth-child(2) {
    margin-top: 0;
    width: auto;
    margin-left: 20px;
  }
  #sec4 .bg {
    margin: 178px -16px 130px;
    padding: 70px 0;
  }
  #sec4 .bg .deco {
    visibility: visible;
    width: 451px;
    top: -106px;
    right: -52px;
  }
  #sec4 .bg .dis-flex-pc {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
  }
  #sec4 .bg .row3 {
    align-items: end;
  }
  #sec4 .bg .row3 .photo {
    margin-left: -27px;
  }
  #sec4 .bg .row3 h3 {
    width: 330px;
    margin: 0;
    margin-bottom: 1px;
  }
  #sec4 .bg .row4 {
    margin-top: 23px;
    max-width: 880px;
  }
  #sec4 .bg .row4 .img {
    width: auto;
    margin-right: -3px;
  }
  #sec4 .bg .row4 .content {
    width: 520px;
  }
  #sec4 .bg .row4 .content .txt {
    margin: 21px 0 36px 0;
  }
  #sec4 .bg .row4 .content .button {
    text-align: right;
    margin-right: -22px;
  }
}

/*# sourceMappingURL=scene.css.map */
