@media screen and (max-width: 767px) {
  #key-box .keyvisual li img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
#sec1 {
  padding: 15vw 0;
}
#sec1 .row {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10vw;
}
#sec1 .row .photo-1 {
  width: 70%;
  height: 70vw;
  left: 0;
  right: 30%;
  position: absolute;
}
#sec1 .row h3 {
  line-height: 2em;
  padding-top: 8vw;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
#sec1 .row h3::before {
  content: "";
  background: url(../img/lunch/sec1_deco1.png) no-repeat 0 0/100%;
  width: 100%;
  height: 10vw;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 125px 0 150px;
  }
  #sec1 .wrap {
    max-width: 1100px;
  }
  #sec1 .row {
    width: 1000px;
    justify-content: flex-end;
    margin-bottom: 95px;
    height: 580px;
  }
  #sec1 .row .photo-1 {
    width: auto;
    left: 0;
    top: 0;
    height: 580px;
    right: 245px;
  }
  #sec1 .row h3 {
    line-height: 66px;
    padding-top: 140px;
    letter-spacing: 5px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec1 .row h3::before {
    width: 117px;
    height: 24px;
    top: 65px;
  }
  #sec1 .txt {
    text-align: center;
    font-size: 17px;
    line-height: 34px;
  }
}
#sec2 {
  padding: 10vw 0;
  position: relative;
}
#sec2::before {
  content: "";
  background: url(../img/shared/pt2.jpg) no-repeat left top/30% 100%, url(../img/shared/pt3.jpg);
  width: 100%;
  height: 70vw;
  left: 0;
  top: 0;
  position: absolute;
}
#sec2 .group-1 {
  color: #fff;
}
#sec2 .group-1 .ttl h2 {
  margin-bottom: 30px;
}
#sec2 .group-1 .ttl h2 span {
  display: block;
}
#sec2 .group-1 .ttl h2 span:first-child {
  font-size: 10vw;
  margin-bottom: 5vw;
}
#sec2 .group-1 .ttl h2 span:last-child {
  font-size: 17px;
}
#sec2 .group-1 .desc {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 20px;
}
#sec2 .row .photo {
  margin-bottom: 30px;
}
#sec2 .row .content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#sec2 .row .content .price {
  display: flex;
  gap: 0 20px;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 2px;
    justify-content: center;
}
#sec2 .row .content .price-2 {
  margin-bottom: 30px;
}
#sec2 .row .content .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 160px 0;
  }
  #sec2::before {
    background: url(../img/shared/pt2.jpg) no-repeat left top/calc(50% - 425px) 100%, url(../img/shared/pt3.jpg);
    height: 435px;
  }
  #sec2::after {
    content: "";
    background: url(../img/shared/pt2.jpg) no-repeat 0 0/100%;
    width: calc(50% - 200px);
    height: 1120px;
    left: 0;
    bottom: -775px;
    position: absolute;
    z-index: 1;
  }
  #sec2 .wrap {
    max-width: 1460px;
  }
  #sec2 .group-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto 40px;
  }
  #sec2 .group-1 .ttl h2 {
    margin-bottom: 0;
  }
  #sec2 .group-1 .ttl h2 span:first-child {
    font-size: 55px;
    margin-bottom: 0;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  #sec2 .group-1 .ttl h2 span:last-child {
    font-size: 21px;
    letter-spacing: 3.4px;
  }
  #sec2 .group-1 .desc {
    text-align: right;
    padding-right: 0;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
  }
  #sec2 .row {
    position: relative;
  }
  #sec2 .row .photo {
    margin-bottom: 30px;
  }
  #sec2 .row .content h3 {
    font-size: 33px;
    margin-bottom: 55px;
    letter-spacing: 5px;
    text-align: left;
  }
  #sec2 .row .content .price {
    gap: 0 25px;
    font-size: 25px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    justify-content: start;
  }
  #sec2 .row .content .price small {
    font-size: 19px;
  }
  #sec2 .row .content .price > span:last-child {
   /* letter-spacing: 4px;*/
  }
  #sec2 .row .content .price-2 {
    margin-bottom: 40px;
  }
  #sec2 .row .content .txt {
    margin-bottom: 30px;
  }
  #sec2 .row-1 {
    margin-bottom: 105px;
  }
  #sec2 .row-1 .photo {
    height: 610px;
    right: 0;
    left: calc(50% - 125px);
    top: 0;
    position: absolute;
  }
  #sec2 .row-1 .content {
            width: 348px;
        margin-left: auto;
        margin-right: calc(50% + 215px);
        padding-top: 190px;
  }
  #sec2 .row-2 {
    height: 522px;
  }
  #sec2 .row-2 .photo {
    height: 522px;
    position: absolute;
    left: 60px;
    top: 0;
    right: calc(50% - 80px);
    z-index: 2;
  }
  #sec2 .row-2 .content {
    width: 360px;
    margin-left: calc(50% + 200px);
    padding-top: 85px;
  }
}
#sec3 {
  padding: 15vw 0;
  position: relative;
  color: #fff;
}
#sec3::before {
  content: "";
  background: url(../img/shared/pt2.jpg) no-repeat left top/50%, url(../img/shared/pt2.jpg) no-repeat right bottom/50%, url(../img/shared/pt3.jpg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#sec3 .row-1 {
  margin-bottom: 5vw;
}
#sec3 .row-1 h2 {
  line-height: 1.8em;
  margin-bottom: 8vw;
  text-align: center;
  position: relative;
  padding-top: 10vw;
}
#sec3 .row-1 h2::before {
  content: "";
  background: url(../img/lunch/sec3_deco1.png) no-repeat 0 0/100%;
  width: 15%;
  height: 10vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
#sec3 .row-2 {
  margin-bottom: 40px;
}
#sec3 .row-2 .col-left {
  border-bottom: 1px solid #4b3c28;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sec3 .row-2 .col-left h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#sec3 .row-2 .col-left .price {
  font-size: 18px;
  text-align: center;
}
#sec3 .box-1 {
  border: 1px solid #4b3c28;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
#sec3 .box-1 h3 {
  background: url(../img/shared/pt2.jpg);
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 10px;
  font-size: 18px;
}
#sec3 .row-3 .photo-2 {
  margin-bottom: 30px;
}
#sec3 .row-3 .col-right .tag {
  width: -moz-max-content;
  width: max-content;
  padding: 0px 35px 10px;
  font-size: 18px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 2px;
      margin: 0 auto 20px;
}
#sec3 .row-3 .col-right .tag::before {
  content: "";
  background: url(../img/lunch/sec3_deco2.png) no-repeat 0 0/100%;
  width: 228px;
  height: 30px;
  left: 0;
  top: 0;
  position: absolute;
}
#sec3 .row-3 .col-right h4 {
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
}
#sec3 .row-3 .col-right .price {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 35px 0 185px;
  }
  #sec3::before {
    background: url(../img/shared/pt3.jpg);
    height: calc(100% - 245px);
    left: 0;
    top: auto;
    bottom: 0;
  }
  #sec3 .wrap {
    max-width: 1330px;
  }
  #sec3 .row-1 {
    margin-bottom: 65px;
    height: 446px;
  }
  #sec3 .row-1 h2 {
    line-height: 50px;
    margin-bottom: 0;
    text-align: left;
    padding-top: 55px;
    height: -moz-max-content;
    height: max-content;
    margin-left: auto;
    margin-right: calc(50% + 310px);
    z-index: 1;
    width: calc(50% - 288px);
    display: flex;
    justify-content: flex-start;
  }
  #sec3 .row-1 h2::before {
    width: 62px;
    height: 29px;
    top: 0;
    left: auto;
  }
  #sec3 .row-1 .photo-1 {
    position: absolute;
    left: calc(50% - 115px);
    top: 0;
    right: 115px;
    height: 446px;
  }
  #sec3 .row-2 {
    width: 1010px;
    margin: 0 auto 35px;
    z-index: 1;
    position: relative;
  }
  #sec3 .row-2 .col-left {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 380px;
    margin-left: 20px;
    position: relative;
  }
  #sec3 .row-2 .col-left::after {
    content: "";
    background: #4b3c28;
    width: 1px;
    height: 100px;
    right: -35px;
    top: 0;
    position: absolute;
  }
  #sec3 .row-2 .col-left h3 {
    font-size: 33px;
    margin-bottom: 35px;
    letter-spacing: 5px;
    text-align: left;
  }
  #sec3 .row-2 .col-left .price {
    font-size: 25px;
    letter-spacing: 5px;
    text-align: right;
  }
  #sec3 .row-2 .col-left .price small {
    font-size: 19px;
  }
  #sec3 .row-2 .txt {
    width: 530px;
  }
  #sec3 .box-1 {
    width: 645px;
    padding: 45px;
    margin-bottom: 30px;
    margin: 0 auto 110px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  #sec3 .box-1 h3 {
    font-size: 19px;
    left: 20px;
    top: -15px;
    padding: 0 10px;
  }
  #sec3 .row-3 {
    position: relative;
    height: 493px;
  }
  #sec3 .row-3 .photo-2 {
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    height: 493px;
  }
  #sec3 .row-3 .col-right {
    width: 390px;
    margin-left: calc(50% + 115px);
    padding-top: 50px;
  }
  #sec3 .row-3 .col-right .tag {
    margin-bottom: 20px;
    padding: 0px 35px 10px;
    font-size: 19px;
    letter-spacing: 2px;
    margin-left: 0;
  }
  #sec3 .row-3 .col-right .tag::before {
    content: "";
    background: url(../img/lunch/sec3_deco2.png) no-repeat 0 0/100%;
    width: 228px;
    height: 30px;
    left: 0;
    top: 0;
    position: absolute;
  }
  #sec3 .row-3 .col-right h4 {
    font-size: 33px;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-align: left;
  }
  #sec3 .row-3 .col-right .price {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: left;
  }
  #sec3 .row-3 .col-right .price small {
    font-size: 19px;
  }
}
#sec4 {
  padding: 15vw 0;
  position: relative;
}
#sec4::before {
  content: "";
  background: url(../img/shared/pt3.jpg);
  width: 80%;
  height: 50vw;
  right: 0;
  top: 0;
  position: absolute;
}
#sec4 .row .photo-1 {
  margin-bottom: 30px;
}
#sec4 .row .content h3 {
  text-align: center;
  margin-bottom: 5vw;
  padding-top: 8vw;
  position: relative;
}
#sec4 .row .content h3::before {
  content: "";
  top: 0;
  background: url(../img/lunch/sec4_deco1.png) no-repeat 0 0/100%;
  width: 20%;
  height: 10vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#sec4 .row .content .price {
  display: flex;
  justify-content: center;
  font-size: 20px;
  gap: 0 20px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
#sec4 .row .content .box {
  border: 1px solid #d2cdc6;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
#sec4 .row .content .box h4 {
  background: url(../img/shared/pt1.jpg);
  padding: 0 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 100px 0;
  }
  #sec4::before {
    width: calc(50% - 110px);
    height: 510px;
  }
  #sec4 .wrap {
    max-width: 1360px;
  }
  #sec4 .row {
    height: 522px;
    margin-bottom: 70px;
  }
  #sec4 .row .photo-1 {
    margin-bottom: 30px;
    height: 522px;
    position: absolute;
    right: 10px;
    left: calc(50% - 80px);
  }
  #sec4 .row .content {
            width: 400px;
        margin-left: auto;
        margin-right: calc(50% + 150px);
    padding-top: 80px;
  }
  #sec4 .row .content h3 {
    margin-bottom: 30px;
    padding-top: 80px;
    letter-spacing: 4px;
  }
  #sec4 .row .content h3::before {
    width: 117px;
    height: 24px;
  }
  #sec4 .row .content .price {
    font-size: 25px;
    gap: 0 20px;
    letter-spacing: 2px;
    margin-bottom: 95px;
  }
  #sec4 .row .content .price small {
    font-size: 19px;
  }
  #sec4 .row .content .box {
    padding: 45px 45px 35px;
  }
  #sec4 .row .content .box h4 {
    padding: 0 25px;
    top: -15px;
    font-size: 19px;
  }
  #sec4 .txt {
    width: 630px;
    margin-left: calc(50% - 20px);
  }
}
#sec5 {
  padding: 10vw 0;
  position: relative;
  margin-top: 10vw;
}
#sec5::before {
  content: "";
  top: 0;
  background: #f5f4f0;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#sec5 h2 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec5 .box {
  padding: 25px 20px;
  border: 1px solid #d2cdc6;
  margin-bottom: 30px;
}
#sec5 .box .content-left {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2cdc6;
}
#sec5 .box .content-left h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 36px;
  text-align: center;
}
#sec5 .box .content-left .price {
  font-size: 18px;
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
#sec5 .box .content-left .price small {
  font-size: 16px;
}
#sec5 .box .content-left .price-1 {
  display: flex;
  font-size: 18px;
      justify-content: center;
}
#sec5 .box .content-left .price-1 > span:first-child {
  width: 20%;
}
#sec5 .box .content-left .price-1 > span:last-child {
      width: 80%;
    text-align: right;
}
#sec5 .box .content-left .price-1 small {
  font-size: 16px;
}
#sec5 .box .content-left .desc {
  font-size: 13px;
}
#sec5 .box .content-right {
  gap: 0 15px;
}
#sec5 .box .content-right h4 {
  padding-top: 5px;
  font-size: 18px;
  margin-bottom: 10px;
}
#sec5 .box .content-right .list {
  font-size: 13px;
}
#sec5 .row .box-2 {
  border: 1px solid #d2cdc6;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#sec5 .row .box-2 h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
#sec5 .row .box-2 .price-2 {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 0;
}
#sec5 .row .box-2 .price-2 > span:first-child {
  width: 20%;
}
#sec5 .row .box-2 .price-2 > span:last-child {
      width: 80%;
    text-align: right;
}
#sec5 .row .box-2 .price-2 > span.cnt{
  text-align: center;
  width: auto
}
#sec5 .row .box-2 .price-2 small {
  font-size: 16px;
}
#sec5 .row .box-2 .box-desc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2cdc6;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 125px 0 225px;
    margin-top: 0;
  }
  #sec5::before {
    height: calc(100% - 160px);
    width: 1350px;
    top: 25px;
  }
  #sec5 .wrap {
    max-width: 1100px;
  }
  #sec5 h2 {
    margin-bottom: 60px;
  }
  #sec5 .box {
    padding: 55px 85px 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
  }
  #sec5 .box .content-left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 420px;
    position: relative;
  }
  #sec5 .box .content-left::after {
    content: "";
    width: 1px;
    background: #d2cdc6;
    height: calc(100% + 50px);
    right: -100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec5 .box .content-left h4 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px;
  text-align: left;
  }
  #sec5 .box .content-left .price {
    font-size: 22px;
    gap: 0 25px;
    margin-bottom: 35px;
  }
  #sec5 .box .content-left .price small {
    font-size: 17px;
  }
  #sec5 .box .content-left .price-1 {
    display: flex;
    font-size: 22px;
    justify-content: start;
  }
  #sec5 .box .content-left .price-1 > span:first-child {
    width: 60px;
  }
  #sec5 .box .content-left .price-1 > span:last-child {
    width: 260px;
    text-align: right;
   /* letter-spacing: 4px;*/
  }
  #sec5 .box .content-left .price-1 small {
    font-size: 16px;
  }
  #sec5 .box .content-left .desc {
    font-size: 16px;
  }
  #sec5 .box .content-right {
    display: flex;
    gap: 0 25px;
    width: 335px;
  }
  #sec5 .box .content-right h4 {
    font-size: 19px;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
    height: -moz-max-content;
    height: max-content;
  }
  #sec5 .box .content-right .list {
    font-size: 16px;
  }
  #sec5 .row .box-2 {
    width: 29.5%;
    padding: 60px 20px;
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
  }
  #sec5 .row .box-2:nth-child(2) {
    width: 38%;
  }
  #sec5 .row .box-2 h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #sec5 .row .box-2 .price-2 {
    font-size: 22px;
    margin-bottom: 10px;
    height: 40px;
            gap: 0;
  }
  #sec5 .row .box-2 .price-2 > span:first-child {
    width: 60px;
  }
  #sec5 .row .box-2 .price-2 > span:last-child {
    width: 260px;
    text-align: right;
   /* letter-spacing: 4px;*/
  }
#sec5 .row .box-2 .price-2 > span.cnt{
  text-align: center;
  width: auto
}
  #sec5 .row .box-2 .price-2 small {
    font-size: 17px;
  }
  #sec5 .row .box-2 .box-desc {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2cdc6;
  }
}
#sec6 .row a {
  display: block;
  position: relative;
}
#sec6 .row a::after {
  content: "";
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #d2cdc6;
  position: absolute;
}
#sec6 .row a .content {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sec6 .row a .content .btn-t1 {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
#sec6 .row a .content h3 {
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #sec6 .row a {
    width: 50%;
    overflow: hidden;
  }
  #sec6 .row a::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    box-sizing: border-box;
  }
  #sec6 .row a:hover .photo-bg {
    scale: 1.1;
    transition: 0.4s;
  }
  #sec6 .row a:hover .photo-bg img {
    opacity: 1;
  }
  #sec6 .row a .photo-bg {
    height: 750px;
    transition: 0.4s;
  }
  #sec6 .row a .photo-bg img {
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec6 .row a .content {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sec6 .row a .content .btn-t1 {
    border-top: 1px solid #fff;
    padding-top: 15px;
  }
  #sec6 .row a .content .btn-t1 span {
    font-size: 21px;
  }
  #sec6 .row a .content h3 {
    font-size: 41px;
    line-height: 41px;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec4 .txt {
    margin-left: calc(50% - 50px);
  }
}/*# sourceMappingURL=lunch.css.map */