#key {
  background-image: url("../img/lunch/key.jpg");
}

#key .key-ttl {
  font-size: 8vw;
  line-height: 9vw;
  letter-spacing: 0.08em;
  position: absolute;
  right: 3%;
  bottom: 10vw;
  z-index: 1;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
}

@media only screen and (min-width: 768px) {
  #key .key-ttl {
    font-size: 90px;
    line-height: 80px;
    bottom: 68px;
    right: 28px;
  }
}

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

#sec1:before {
  content: '';
  width: 40%;
  height: 100vw;
  background-image: url("../img/lunch/sec1-deco.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec1:after {
  content: '';
  width: 70%;
  height: 100vw;
  background-image: url("../img/lunch/sec2-deco.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: -55vw;
  z-index: -1;
}

#sec1 .simg {
  width: 70%;
  margin: -14vw -17% -10vw auto;
  position: relative;
  z-index: 2;
}

#sec1 .box {
  padding: 8vw 6vw;
}

#sec1 .box h2 {
  text-align: center;
  font-size: 5.2vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 5vw;
}

#sec1 .box h2 span {
  font-size: 6.5vw;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 0;
}

#sec1 .box h2 span:before {
  content: '';
  height: 1.8vw;
  background: #bfa664;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1vw;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 137px 0 347px;
  }
  #sec1:before {
    width: 570px;
    height: 591px;
  }
  #sec1:after {
    width: 726px;
    height: 1073px;
    bottom: -742px;
  }
  #sec1 .img {
    position: absolute;
    left: -250px;
    top: 86px;
    z-index: 0;
  }
  #sec1 .simg {
    width: 502px;
    margin: 0;
    position: absolute;
    top: 607px;
    left: 483px;
    z-index: 2;
  }
  #sec1 .box {
    width: 570px;
    padding: 55px 60px 63px 60px;
    margin-left: 510px;
    position: relative;
    z-index: 1;
  }
  #sec1 .box h2 {
    text-align: left;
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 38px;
  }
  #sec1 .box h2 span {
    font-size: 48px;
  }
  #sec1 .box h2 span:before {
    height: 12px;
    bottom: 6px;
  }
}

@media only screen and (min-width: 1350px) {
  #sec1 .box {
    margin-left: 590px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

#sec2 h2 {
  font-size: 10vw;
  line-height: 11vw;
  letter-spacing: 0.08em;
  position: absolute;
  left: 1%;
  top: 0;
  z-index: 1;
}

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

#sec2 .box .catch {
  width: 40%;
  margin: 0 auto;
  color: #fff;
  background: #cc1106;
  text-align: center;
  font-size: 3.5vw;
  line-height: 5vw;
  letter-spacing: 0.08em;
  padding: 1.5vw 0 2vw;
  margin-bottom: 5.5vw;
  position: relative;
}

#sec2 .box .catch:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5.5px 0 5.5px;
  border-color: #cc1106 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2vw;
}

#sec2 .box .ttl {
  font-size: 6.5vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}

#sec2 .box .price {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
  padding-bottom: 2.5vw;
  margin-bottom: 3.5vw;
}

#sec2 .box .price small {
  font-size: 3.5vw;
}

#sec2 .box .sttl {
  font-size: 16px;
  margin-bottom: 3vw;
}

#sec2 .box .list {
  line-height: 20px;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    display: flex;
  }
  #sec2 h2 {
    font-size: 100px;
    line-height: 120px;
    letter-spacing: 0;
    left: 566px;
    top: -20px;
  }
  #sec2 .img {
    width: calc(100% - 570px);
    order: 2;
    background-image: url("../img/lunch/sec2-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #sec2 .box {
    width: 570px;
    order: 1;
    padding: 39px 50px 47px;
  }
  #sec2 .box .catch {
    width: 250px;
    margin: 0 auto 77px;
    font-size: 20px;
    line-height: 30px;
    padding: 12px 0 13px;
    margin-bottom: 31px;
  }
  #sec2 .box .catch:before {
    bottom: -14px;
  }
  #sec2 .box .ttl {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  #sec2 .box .price {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 33px;
  }
  #sec2 .box .price small {
    font-size: 20px;
  }
  #sec2 .box .sttl {
    font-size: 20px;
    margin-bottom: 26px;
  }
  #sec2 .box .list {
    line-height: 30px;
    margin-bottom: 56px;
    display: flex;
    padding-left: 35px;
  }
  #sec2 .box .list ul:first-child {
    width: 238px;
  }
  #sec2 .box .note {
    line-height: 30px;
    padding-left: 40px;
  }
}

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

#sec3:before {
  content: '';
  width: 62%;
  height: 70vw;
  background-image: url("../img/lunch/sec3-deco.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: -40vw;
  z-index: -1;
}

#sec3 .slick-slide {
  padding: 0 10px;
}

#sec3 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 6vw;
}

#sec3 .slick-dots li {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin: 0 5px;
}

#sec3 .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: #72230e;
}

#sec3 .slick-dots .slick-active button {
  background: linear-gradient(#a1361f, #c1522f);
}

#sec3 .slick-arrow {
  width: 5%;
  height: 10vw;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  border: none;
  position: absolute;
  z-index: 1;
  bottom: -3vw;
  cursor: pointer;
}

#sec3 .slick-prev {
  background-image: url("../img/shared/prev.png");
  left: 12%;
}

#sec3 .slick-next {
  background-image: url("../img/shared/next.png");
  right: 12%;
}

#sec3 .item {
  padding: 3vw;
  color: #fff;
}

#sec3 .row {
  padding: 6vw 0;
}

#sec3 .ttl {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 2.5vw;
}

#sec3 .price {
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 3.5vw;
  margin-bottom: 3.5vw;
  border-bottom: 1px solid;
}

#sec3 .price small {
  font-size: 3.5vw;
}

#sec3 .sttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 3vw;
}

#sec3 .list {
  line-height: 20px;
}

@media only screen and (min-width: 370px) {
  #sec3 .row {
    padding: 6vw;
  }
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 69px 0 180px;
  }
  #sec3:before {
    width: 570px;
    height: 597px;
    bottom: -339px;
  }
  #sec3 .slick-slide {
    padding: 0 15px;
  }
  #sec3 .slick-dots {
    margin-top: 57px;
  }
  #sec3 .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 7px;
  }
  #sec3 .slick-arrow {
    width: 36px;
    height: 70px;
    bottom: -24px;
    transition: 0.3s all ease-in-out;
  }
  #sec3 .slick-arrow:hover {
    opacity: 0.6;
  }
  #sec3 .slick-prev {
    left: calc(50% - 171px);
  }
  #sec3 .slick-next {
    right: calc(50% - 188px);
  }
  #sec3 .item {
    padding: 20px;
  }
  #sec3 .row {
    padding: 19px 0 37px;
  }
  #sec3 .ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  #sec3 .price {
    width: 400px;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 19px;
    margin: 0 auto 30px;
  }
  #sec3 .price small {
    font-size: 20px;
  }
  #sec3 .sttl {
    font-size: 20px;
    margin-bottom: 21px;
  }
  #sec3 .list {
    line-height: 30px;
    display: flex;
    padding-left: 78px;
  }
  #sec3 .list ul:first-child {
    width: 248px;
  }
}

#sec4 {
  position: relative;
}

#sec4 .bg-para {
  height: 100vw;
}

#sec4 .box {
  padding: 18vw 6vw 15vw;
}

#sec4 .box h2 {
  font-size: 5.2vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
  text-align: center;
}

#sec4 .box h2 span {
  font-size: 6.5vw;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 0;
}

#sec4 .box h2 span:before {
  content: '';
  height: 1.8vw;
  background: #bfa664;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1vw;
  z-index: -1;
}

#sec4 .simg {
  width: 50%;
  position: absolute;
  left: 0%;
  top: 73vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 120px 0;
  }
  #sec4 .bg-para {
    height: 730px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #sec4 .box {
    width: 470px;
    margin-left: 50px;
    padding: 82px 48px 90px 41px;
    position: relative;
    z-index: 1;
  }
  #sec4 .box h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 31px;
  }
  #sec4 .box h2 span {
    font-size: 48px;
  }
  #sec4 .box h2 span:before {
    height: 12px;
    bottom: 3px;
  }
  #sec4 .simg {
    width: 385px;
    position: absolute;
    left: -49px;
    top: -144px;
    z-index: 2;
  }
}

#sec5 {
  color: #fff;
  padding: 10vw 0;
  position: relative;
  z-index: 1;
}

#sec5:before {
  content: '';
  width: 50%;
  height: 100vw;
  background-image: url("../img/lunch/sec5-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 30vw;
  z-index: -1;
}

#sec5 .col {
  margin-top: 8vw;
}

#sec5 .col h2 {
  font-size: 5.2vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 5vw;
  text-align: center;
}

#sec5 .col h2 span {
  font-size: 6.5vw;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 0;
}

#sec5 .col h2 span:before {
  content: '';
  height: 1.8vw;
  background: #b49647;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1vw;
  z-index: -1;
}

#sec5 .btn-link {
  padding: 0 7%;
  margin-top: 8vw;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 0 0 120px;
    margin-top: -2px;
  }
  #sec5:before {
    width: 461px;
    height: 531px;
    bottom: 41px;
    right: calc(50% - 676px);
  }
  #sec5 .img {
    width: 600px;
    float: right;
    margin-right: -100px;
  }
  #sec5 .img img {
    margin-top: -37px;
  }
  #sec5 .col {
    width: 480px;
    float: left;
    margin-top: 150px;
  }
  #sec5 .col h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
    text-align: left;
  }
  #sec5 .col h2 span {
    font-size: 48px;
  }
  #sec5 .col h2 span:before {
    height: 12px;
    bottom: 3px;
  }
  #sec5 .col .txt {
    padding: 0 42px 0 3px;
  }
  #sec5 .btn-link {
    padding: 0;
    margin-top: 98px;
  }
  #sec5 .btn-link a {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px){
  #sec5{
    margin-top: 0;
  }
}