#key {
  background-image: url("../img/menu/key.jpg");
  background-position: 68%;
}

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

#sec1:before {
  content: '';
  width: 57%;
  height: 15vw;
  background-image: url("../img/shared/deco_line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10%;
  top: 7vw;
}

#sec1 h2 {
  width: 50%;
  margin: 0 auto -13vw;
  position: relative;
  z-index: 1;
}

#sec1 .img {
  width: 200%;
  margin: 0 0 11vw;
  position: relative;
}

#sec1 .img:before {
  content: '';
  background-image: url("../img/shared/bg1.jpg");
  position: absolute;
  top: 5vw;
  bottom: -5vw;
  left: -5vw;
  right: 5vw;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 242px 0 200px;
  }
  #sec1:before {
    width: 429px;
    height: 46px;
    left: calc(50% - 618px);
    top: 226px;
  }
  #sec1 h2 {
    width: 225px;
    margin: 0 107px -89px auto;
  }
  #sec1 .img {
    width: 1250px;
    margin: 0;
  }
  #sec1 .img:before {
    top: 50px;
    bottom: -50px;
    left: -50px;
    right: 50px;
  }
  #sec1 .txt {
    height: 363px;
    position: absolute;
    right: 386px;
    top: 122px;
    z-index: 1;
    padding-right: 43px;
  }
  #sec1 .txt:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
  }
}

#sec2 .box {
  background: #fff;
  padding: 8vw 6vw;
}

#sec2 .box .price {
  font-size: 16px;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
}

#sec2 .box .price span {
  font-size: 20px;
}

#sec2 .row1 h2 {
  width: 90%;
  margin: 0 auto;
}

#sec2 .row1 .note {
  margin: 2vw 0 6vw;
}

#sec2 .row1 .blk h3 {
  width: 48%;
  margin: 0 auto;
}

#sec2 .row1 .blk .img {
  margin: 0 0% 10vw -25%;
  position: relative;
}

#sec2 .row1 .blk .img:before {
  content: '';
  background-image: url("../img/shared/bg3.png");
  background-size: 7vw;
  position: absolute;
  left: 0;
  right: 5vw;
  top: 5vw;
  bottom: -5vw;
  z-index: -1;
}

#sec2 .row2 {
  position: relative;
  padding: 18vw 0;
}

#sec2 .row2:before {
  content: '';
  width: 61%;
  height: 37vw;
  background-image: url("../img/index/sec2_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -9%;
  top: 0vw;
  z-index: -3;
}

#sec2 .row2 .img {
  margin: 6vw 0 10vw;
  position: relative;
}

#sec2 .row2 .img:before {
  content: '';
  width: 30vw;
  height: 30vw;
  background-image: url("../img/shared/bg4.png");
  background-size: 9vw;
  position: absolute;
  right: -10vw;
  bottom: -10vw;
  z-index: -1;
}

#sec2 .row3 {
  padding-bottom: 18vw;
}

#sec2 .row3 h3 {
  width: 120%;
}

#sec2 .row3 .img {
  margin: 8vw 0 10vw;
}

#sec2 .row3 .img2 {
  width: 70%;
  margin: -3vw auto 0;
  position: relative;
  z-index: 1;
}

#sec2 .row4 {
  position: relative;
  padding-bottom: 18vw;
}

#sec2 .row4:before {
  content: '';
  width: 61%;
  height: 37vw;
  background-image: url("../img/index/sec2_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -9%;
  top: 10vw;
  z-index: -3;
}

#sec2 .row4 h3 {
  width: 47%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#sec2 .row4 .img {
  margin: 5vw 0 10vw;
}

#sec2 .row5 {
  padding-bottom: 18vw;
}

#sec2 .row5 h3 {
  width: 44%;
  margin: 0 auto 4vw;
}

#sec2 .row5 .img {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  #sec2 .box {
    width: 533px;
    padding: 40px 48px 41px 48px;
    position: relative;
    z-index: 1;
  }
  #sec2 .box .price {
    font-size: 20px;
    margin: 0 0 15px -4px;
  }
  #sec2 .box .price span {
    font-size: 25px;
  }
  #sec2 .row1 h2 {
    width: 100%;
  }
  #sec2 .row1 .note {
    margin: 8px 0 67px;
    text-align: center;
  }
  #sec2 .row1 .blk {
    position: relative;
  }
  #sec2 .row1 .blk h3 {
    width: 221px;
    position: absolute;
    margin: 0;
    top: 85px;
    right: 80px;
    z-index: 1;
  }
  #sec2 .row1 .blk .img {
    width: 1097px;
    margin: 0 0 -75px -250px;
    position: relative;
  }
  #sec2 .row1 .blk .img:before {
    background-size: auto;
    right: 0;
    top: 0;
    bottom: -50px;
  }
  #sec2 .row1 .blk .box {
    margin: 0 20px 0 auto;
  }
  #sec2 .row1 .blk .box .price {
    margin-bottom: 6px;
  }
  #sec2 .row2 {
    padding: 144px 0 165px;
  }
  #sec2 .row2:before {
    width: 455px;
    height: 250px;
    left: calc(50% - 858px);
    top: 13px;
  }
  #sec2 .row2 h3 {
    margin: 0 0 28px 8px;
    position: relative;
    z-index: 1;
  }
  #sec2 .row2 .img {
    margin: 0;
    position: absolute;
    top: -15px;
    right: 7px;
  }
  #sec2 .row2 .img:before {
    width: 310px;
    height: 215px;
    background-size: auto;
    right: -133px;
    bottom: -107px;
  }
  #sec2 .row2 .box {
    margin-left: 5px;
  }
  #sec2 .row2 .box .price {
    margin-bottom: 16px;
  }
  #sec2 .row3 {
    padding: 9px 0 70px;
    position: relative;
  }
  #sec2 .row3 h3 {
    width: auto;
    margin-left: 410px;
    position: relative;
    z-index: 2;
  }
  #sec2 .row3 .img {
    margin: 0;
    position: absolute;
    left: -250px;
    top: -9px;
  }
  #sec2 .row3 .img2 {
    width: 320px;
    margin: 0;
    position: absolute;
    right: -35px;
    bottom: -192px;
    z-index: 2;
  }
  #sec2 .row3 .box {
    margin: 6px 5px 0 auto;
  }
  #sec2 .row4 {
    padding-bottom: 0;
  }
  #sec2 .row4:before {
    width: 455px;
    height: 250px;
    left: calc(50% - 768px);
    top: 89px;
  }
  #sec2 .row4 h3 {
    width: 211px;
    margin: 0 0 -61px 190px;
    z-index: 2;
  }
  #sec2 .row4 .img {
    margin: 0;
    position: absolute;
    right: -250px;
    top: 283px;
  }
  #sec2 .row4 .box {
	top: 65px;
    width: 557px;
    padding-left: 50px;
    padding-right: 40px;
  }
  #sec2 .row5 {
    padding-bottom: 139px;
    position: relative;
  }
  #sec2 .row5 h3 {
    width: 44%;
    margin: -17px 0 -69px 664px;
    position: relative;
    z-index: 2;
  }
  #sec2 .row5 .img {
    margin-bottom: 0;
    position: absolute;
    top: 201px;
    left: -54px;
  }
  #sec2 .row5 .box {
    width: 561px;
    margin: 0 5px 0 auto;
    padding-left: 52px;
  }
}

@media only screen and (min-width: 1100px) {
  #sec2 .row1 .blk .box {
    margin-right: -78px;
  }
  #sec2 .row3 .box {
    margin-right: -41px;
  }
  #sec2 .row3 .img2 {
    right: -155px;
  }
  #sec2 .row5 .box {
    margin-right: -38px;
	top: 70px;
  }
}

@media only screen and (min-width: 1180px) {
  #sec2 .row2 h3 {
    margin-left: -43px;
  }
  #sec2 .row2 .box {
    margin-left: -45px;
  }
}

#sec3 {
  position: relative;
  padding: 18vw 0 15vw;
}

#sec3:before {
  content: '';
  background-image: url("../img/shared/bg1.jpg");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec3 h2 {
  width: 90%;
  margin: 0 auto;
}

#sec3 .img {
  margin: 10vw 0;
}

#sec3 .price {
  font-size: 16px;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
}

#sec3 .price span {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 99px 0 100px;
  }
  #sec3:before {
    left: calc(50% - 700px);
    right: calc(50% - 700px);
  }
  #sec3 h2 {
    width: 500px;
    float: left;
    margin: 0 0 0 15px;
  }
  #sec3 .img {
    width: 749px;
    float: right;
    margin: 0 -250px 0 -50px;
  }
  #sec3 .col {
    width: 463px;
    float: left;
    margin-left: 15px;
  }
  #sec3 .price {
    font-size: 20px;
    margin: 91px 0 15px;
  }
  #sec3 .price span {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1100px) {
  #sec3 h2 {
    margin-left: 0;
  }
  #sec3 .col {
    margin-left: 0;
  }
}

#sec4 {
  padding: 18vw 0;
  position: relative;
}

#sec4:before {
  content: '';
  width: 57%;
  height: 15vw;
  background-image: url("../img/shared/deco_line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10%;
  top: 7vw;
}

#sec4 h2 {
  margin: 0 -8%;
}

#sec4 .row1 .col {
  border-bottom: 1px solid;
  padding-bottom: 5vw;
  margin: 6vw 0 5vw;
}

#sec4 .row1 .col .price {
  font-size: 20px;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
}

#sec4 .row1 .col .price small {
  font-size: 16px;
}

#sec4 .row1 .col .price span {
  margin-left: 40px;
}

#sec4 .row2 {
  margin: 10vw -8%;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

#sec4 .row2:before {
  content: '';
  background-image: url("../img/shared/bg7.png");
  background-size: 10vw;
  position: absolute;
  left: -50vw;
  right: -50vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec4 .row2 .img1 {
  width: 50%;
  margin: 0 25%;
}

#sec4 .row2 .img2 {
  width: 100%;
  margin: 1.5vw 0;
}

#sec4 .row2 .img3 {
  width: 33.1%;
}

#sec4 .row2 .img4 {
  width: 64%;
  margin-left: 2%;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 75px 0 114px;
    margin-top: 109px;
  }
  #sec4:before {
    width: 429px;
    height: 46px;
    right: calc(50% - 703px);
    top: 166px;
  }
  #sec4 h2 {
    margin: 0 0 27px;
  }
  #sec4 .row1 .col {
    width: 463px;
    float: left;
    border-bottom: none;
    padding: 0 46px 0 0;
    margin: 0 0 0 24px;
    position: relative;
  }
  #sec4 .row1 .col:after {
    content: '';
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 12px;
  }
  #sec4 .row1 .col .price {
    font-size: 25px;
    margin-bottom: -2px;
  }
  #sec4 .row1 .col .price small {
    font-size: 20px;
  }
  #sec4 .row1 .col .price span {
    margin-left: 80px;
  }
  #sec4 .row1 .txt {
    width: 418px;
    float: right;
    margin-right: 43px;
  }
  #sec4 .row2 {
    margin: 65px -250px 95px -135px;
  }
  #sec4 .row2:before {
    background-size: auto;
  }
  #sec4 .row2:after {
    content: '';
    height: 10px;
    background-image: url("../img/shared/bg5.jpg");
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 410px;
  }
  #sec4 .row2 .img1 {
    width: 450px;
    margin: 0 12px 0 149px;
  }
  #sec4 .row2 .img2 {
    width: 774px;
	margin: 0;
  }
  #sec4 .row2 .img3 {
    width: 320px;
    margin: 10px 10px 0 120px;
  }
  #sec4 .row2 .img4 {
    width: 624px;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 1100px) {
  #sec4 .row2 .img3 {
    margin-left: 0;
  }
}
