/*# sourceURL=shared/css/lunch.css */
/*@ sourceURL=shared/css/lunch.css */
.nav-target {
  color: #210c02;
}
#sec1 {
  padding: 28vw 0 55vw;
  background: url("../img/lunch/sec1_bg_sp.jpg") no-repeat center top/cover;
  color: #fff;
  position: relative;
}
#sec1::before {
  content: "";
  background: url("../img/lunch/sec1_bg_deco.png") no-repeat center bottom/250%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
}
#sec1 h2 {
  text-align: center;
  margin-bottom: 6vw;
}
#sec2 {
  padding: 3vw 0 15vw;
  position: relative;
}
#sec2::before {
  content: "";
  background: url("../img/lunch/sec2_deco1.png") no-repeat left top/100% auto;
  position: absolute;
  top: -20vw;
  left: -12vw;
  width: 70%;
  height: 75vw;
}
#sec2 .set1 {
  padding-bottom: 20vw;
}
#sec2 .set1 .gr-header .note {
  margin: 20px 0 30px;
}
#sec2 .set1 .content .item .gr-txt {
  margin-top: 8vw;
}
#sec2 .set1 .content .item .gr-txt h3 {
  font-size: 6.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#sec2 .set1 .content .item .gr-txt .price-box {
  margin: 6vw 0 8vw;
}
#sec2 .set1 .content .item .gr-txt .price-box dt {
  font-size: 4vw;
  letter-spacing: 0.02em;
}
#sec2 .set1 .content .item .gr-txt .price-box dt span {
  font-size: 6vw;
  letter-spacing: 0.02em;
}
#sec2 .set1 .content .item1 {
  padding-bottom: 10vw;
}
#sec2 .set1 .content .item2 {
  position: relative;
}
#sec2 .set1 .content .item2::before {
  content: "";
  background: url("../img/lunch/sec2_deco2.png") no-repeat left top/100% auto;
  position: absolute;
  top: 50vw;
  width: 75%;
  bottom: 0;
  left: -8vw;
  z-index: -1;
}
#sec2 .set2 .note {
  margin: 9vw 0 6vw;
}
#sec2 .set2 .content .col dl {
  line-height: 25px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b7b6b6;
  padding: 10px 0;
}
#sec2 .set2 .content .col dl dd {
  white-space: nowrap;
  margin-left: 15px;
}
#sec3 .set1 .box {
  background: url("../img/shared/bg2.jpg");
  color: #f5f5f5;
  padding: 15vw 5% 12vw;
  margin: 0 3%;
  position: relative;
}
#sec3 .set1 .box::before {
  content: "";
  background: url("../img/lunch/sec3_deco.png") no-repeat right top/100% auto;
  position: absolute;
  top: 84vw;
  right: 0;
  bottom: 0;
  left: 25%;
  z-index: 0;
}
#sec3 .set1 .box .title {
  margin: -4vw 0 5vw;
}
#sec3 .set1 .box .title .catch {
  width: 28%;
}
#sec3 .set1 .box .title h2 {
  font-size: 6vw;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: -4vw 0 1vw;
  position: relative;
  z-index: 2;
}
#sec3 .set1 .box .title h2 span {
  letter-spacing: 0.02em;
  /* margin-left: 11vw; */
}
#sec3 .set1 .box .title .price-box dt {
  font-size: 4vw;
  letter-spacing: 0.02em;
}
#sec3 .set1 .box .title .price-box dt span {
  font-size: 6vw;
  letter-spacing: 0.02em;
}
#sec3 .set1 .box .txt {
  position: relative;
  z-index: 1;
}

#sec3 .set2 {
  padding: 12vw 0 25vw;
  position: relative;
}
#sec3 .set2::before {
  content: "";
  background: url("../img/index/sec4_line1_sp.png") no-repeat center bottom/100%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -15vw;
  left: 0;
  z-index: -1;
}
#sec3 .set2::after {
  content: "";
  background: url("../img/index/sec4_line2_sp.png") no-repeat right bottom/100%
    auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  z-index: -1;
}

.sec3-popup h2 img {
  width: 67%;
}
.sec3-popup .note {
  margin: 7vw -5px 10vw;
  font-size: 12px;
  letter-spacing: 0;
}
.sec3-popup .content .item {
  margin-bottom: 5vw;
  /* border: 1px solid; */
  padding: 6vw;
  background-color: #fff;
}
.sec3-popup .content .item .gr-txt {
  margin-top: 4vw;
}
.sec3-popup .content .item .gr-txt h3 {
  font-size: 6.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2vw;
}
.sec3-popup .content .item .gr-txt .price-box {
  letter-spacing: 0.02em;
}
.sec3-popup .content .item .gr-txt .price-box dt {
  font-size: 4.5vw;
  margin-bottom: 2vw;
}
.sec3-popup .content .item .gr-txt .price-box dt span {
  font-size: 6.5vw;
}

.sec3-popup .content .box {
  margin: 13vw 0 0;
  color: #32280d;
  border: 1px solid #000;
  background: url("../img/shared/bg1.jpg");
  text-align: center;
  padding: 6vw 6% 9vw;
}
.sec3-popup .content .box .tel {
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b6b6;
  margin-bottom: 12px;
}
.sec3-popup .content .box .time dl {
  /* display: flex; */
  justify-content: center;
}
#sec4 .set1 {
  position: relative;
}
#sec4 .set1 .box-parallax {
  height: 80vw;
  background: url("../img/lunch/sec4_para.jpg") no-repeat center;
  background-size: cover;
}
#sec4 .set1 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#sec4 .set2 {
  padding: 18vw 0 50vw;
  background: url("../img/lunch/sec5_bg.png") no-repeat center bottom/200% auto;
  position: relative;
}
#sec4 .set2::before {
  content: "";
  background: url("../img/lunch/sec4_deco1.png") no-repeat right top/100% auto;
  position: absolute;
  top: 0;
  right: -10vw;
  left: 45%;
  bottom: 0;
  z-index: -1;
}
#sec4 .set2 .item1 {
  padding-bottom: 13vw;
}
#sec4 .set2 .item1 .gr-pt {
  position: relative;
}
#sec4 .set2 .item1 .gr-pt .catch {
  position: absolute;
  top: -2vw;
  right: 2%;
  width: 11%;
}
#sec4 .set2 .item1 h3 {
  text-align: center;
  margin: 7vw -118vw 8vw;
}
#sec4 .set2 .item1 h3 img {
  width: 22%;
}
#sec4 .set2 .item2 {
  position: relative;
}
#sec4 .set2 .item2::before {
  content: "";
  background: url("../img/lunch/sec4_deco2.png") no-repeat left top/100% auto;
  position: absolute;
  top: 36vw;
  left: -9vw;
  right: 36%;
  bottom: 0;
  z-index: -1;
}
#sec4 .set2 .item2 h3 {
  text-align: center;
  margin: 10vw -190vw 6vw;
}
#sec4 .set2 .item2 h3 img {
  width: 10%;
}
#sec5 {
  background: url("../img/shared/bg6.jpg");
  position: relative;
  padding-bottom: 20vw;
}
#sec5::before {
  content: "";
  background: url("../img/lunch/sec5_deco1.png") no-repeat left top/100% auto;
  position: absolute;
  top: -37vw;
  right: 35%;
  left: -24vw;
  height: 100vw;
}
#sec5::after {
  content: "";
  background: url("../img/lunch/sec5_line.png") no-repeat left top/100% auto;
  position: absolute;
  top: 8vw;
  left: -6vw;
  right: 40%;
  bottom: 0;
}
#sec5 .group::before {
  content: "";
  background: url("../img/lunch/sec5_deco2.png") no-repeat right bottom/100%
    auto;
  position: absolute;
  right: -10vw;
  left: 51%;
  top: 0;
  bottom: 1vw;
}
#sec5 .set1 {
  padding-bottom: 12vw;
}
#sec5 .set1 h2 {
  margin-bottom: 8vw;
}
#sec5 .set2 {
  padding-bottom: 8vw;
}
#sec5 .set2 .content .item:not(:last-child) {
  margin-bottom: 13vw;
}
#sec5 .set2 .content .item .gr-txt {
  background: url("../img/shared/bg2.jpg");
  color: #fff;
  padding: 10vw 5% 10vw;
}
#sec5 .set2 .content .item .gr-txt h3 {
  font-size: 6.5vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 6vw;
}
#sec5 .set2 .content .item .gr-txt .price-box dt {
  font-size: 4vw;
  letter-spacing: 0.02em;
}
#sec5 .set2 .content .item .gr-txt .price-box dt span {
  font-size: 6vw;
  letter-spacing: 0.02em;
}
#sec5 .set2 .content .item1 .photo {
  margin: 0 -3vw;
}
#sec5 .set2 .note {
  margin-top: 12px;
}
#sec5 .set3 .box {
  background: url("../img/shared/bg1.jpg");
  padding: 10vw 5% 10vw;
}
#sec5 .set3 .box .item1 .btn-web {
  margin: 3vw 10% 0;
}
#sec5 .set3 .box .item2 {
  padding: 7vw 0;
  margin: 10vw 0;
  border-top: 1px solid #b7b6b6;
  border-bottom: 1px solid #b7b6b6;
}
#sec5 .set3 .box .item3 h3 {
  width: 70%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 180px 0 563px;
    background: url("../img/lunch/sec1_bg.jpg") no-repeat center top/cover;
  }
  #sec1::before {
    background: url("../img/lunch/sec1_bg_deco.png") no-repeat center
      bottom/100% auto;
  }
  #sec1 h2 {
    margin-bottom: 48px;
  }
  #sec1 .txt {
    line-height: 42px;
    text-align: center;
  }
  #sec2 {
    padding: 0 0 91px;
  }
  #sec2::before {
    background: url("../img/lunch/sec2_deco1.png") no-repeat;
    top: -252px;
    left: calc(50% - 792px);
    width: 576px;
    height: 584px;
  }
  #sec2 .set1 {
    padding-bottom: 103px;
  }
  #sec2 .set1 .wrap {
    max-width: 1260px;
    padding: 0 20px;
  }
  #sec2 .set1 .gr-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 51px;
  }
  #sec2 .set1 .gr-header h2 {
    margin: -46px 0 0 110px;
  }
  #sec2 .set1 .gr-header .note {
    margin: 0 0 0 0;
  }
  #sec2 .set1 .content .item {
    display: flex;
    align-items: flex-start;
  }
  #sec2 .set1 .content .item .photo {
    flex: 1;
    height: 570px;
    margin-left: -90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec2 .set1 .content .item .photo {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .content .item .gr-txt {
    margin: 77px 0 0 51px;
    width: 419px;
  }
  #sec2 .set1 .content .item .gr-txt h3 {
    font-size: 35px;
    line-height: 48px;
  }
  #sec2 .set1 .content .item .gr-txt .price-box {
    margin: 32px 0 52px 5px;
  }
  #sec2 .set1 .content .item .gr-txt .price-box dt {
    font-size: 20px;
  }
  #sec2 .set1 .content .item .gr-txt .price-box dt span {
    font-size: 30px;
  }
  #sec2 .set1 .content .item .gr-txt .price-box dd {
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .content .item1 {
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .content .item2 {
    flex-direction: row-reverse;
  }
  #sec2 .set1 .content .item2::before {
    background: url("../img/lunch/sec2_deco2.png") no-repeat;
    height: 899px;
    top: 70px;
    width: 745px;
    bottom: auto;
    left: -255px;
  }
  #sec2 .set1 .content .item2 .photo {
    margin: 0 -90px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  #sec2 .set1 .content .item2 .photo {
    margin-right: calc(-50vw + 50%);
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .content .item2 .gr-txt {
    margin: 77px 39px 0 10px;
    width: 421px;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .wrap {
    max-width: 1200px;
    padding: 0 20px;
  }
  #sec2 .set2 h2 {
    text-align: center;
  }
  #sec2 .set2 .note {
    margin: 42px 0 30px;
    text-align: center;
    line-height: 48px;
  }
  #sec2 .set2 .content {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .set2 .content .col {
    width: 47.4137931034%;
  }
  #sec2 .set2 .content .col dl {
    padding: 12px 0;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 .box {
    padding: 85px 78px;
    margin: 0 auto;
    max-width: 1254px;
  }
  #sec3 .set1 .box::before {
    background: url("../img/lunch/sec3_deco.png") no-repeat;
    width: 580px;
    height: 640px;
    top: 0;
    bottom: auto;
    left: auto;
  }
  #sec3 .set1 .box .photo {
    height: 610px;
    margin-right: 358px;
  }
  #sec3 .set1 .box .title {
    margin: 0;
    position: absolute;
    top: 90px;
    right: 74px;
  }
  #sec3 .set1 .box .title .catch {
    width: auto;
  }
  #sec3 .set1 .box .title h2 {
    font-size: 35px;
    line-height: 58px;
    margin: -24px 0 0;
    position: relative;
    right: -32px;
    white-space: nowrap;
  }
  #sec3 .set1 .box .title h2 span {
    margin: 71px 0 0;
  }
  #sec3 .set1 .box .title .price-box {
    line-height: 48px;
    margin-top: 38px;
    position: relative;
    left: 47px;
  }
  #sec3 .set1 .box .title .price-box dt {
    font-size: 20px;
  }
  #sec3 .set1 .box .title .price-box dt span {
    font-size: 30px;
  }
  #sec3 .set1 .box .title .price-box dd {
    margin: -6px 0 0 9px;
  }
  #sec3 .set1 .box .txt {
    position: absolute;
    top: 196px;
    right: 221px;
    height: 425px;
    line-height: 50px;
  }
  #sec3 .set1 .box .txt2 {
    position: absolute;
    bottom: 40px;
    right: 91px;
    /* height: 425px; */
    line-height: 50px;
  }
  #sec3 .set2 {
    padding: 79px 0 131px;
  }
  #sec3 .set2::before {
    background: url("../img/lunch/sec4_line.png") no-repeat;
    width: 2500px;
    height: 1874px;
    top: -346px;
    right: auto;
    bottom: auto;
    left: calc(50% - 1250px);
  }
  #sec3 .set2::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .sec3-popup {
    max-width: 1364px;
  }
  .sec3-popup h2 img {
    width: auto;
  }
  .sec3-popup .note {
    margin: 26px 0 48px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.02em;
  }
  .sec3-popup .content {
    --f-columns: 3;
    --f-gap: 32px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
  }
  .sec3-popup .content .item {
    margin-left: var(--f-gap);
    margin-bottom: 30px;
    width: calc(100% / var(--f-columns) - var(--f-gap));
    padding: 20px 0 23px;
  }
  .sec3-popup .content .item .photo img {
    width: 100%;
    height: auto;
  }
  .sec3-popup .content .item .gr-txt {
    margin-top: 17px;
  }
  .sec3-popup .content .item .gr-txt h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 4px;
  }
  .sec3-popup .content .item .gr-txt .price-box dt {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sec3-popup .content .item .gr-txt .price-box dt span {
    font-size: 25px;
  }
  .sec3-popup .content .item .gr-txt .price-box dd {
    line-height: 37px;
  }
  .sec3-popup .content .box {
    margin: 80px auto 0;
    width: 692px;
    padding: 48px 55px 65px;
  }
  .sec3-popup .content .box .tel {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .sec3-popup .content .box .time dl {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set1 .box-parallax {
    height: 550px;
  }
  #sec4 .set1 h2 {
    width: auto;
  }
  #sec4 .set2 {
    padding: 104px 0 263px;
    background: url("../img/lunch/sec5_bg.png") no-repeat center bottom/100%
      auto;
  }
  #sec4 .set2::before {
    background: url("../img/lunch/sec4_deco1.png") no-repeat;
    width: 578px;
    height: 451px;
    right: auto;
    left: calc(50% + 365px);
    bottom: auto;
  }
  #sec4 .set2 .item1 {
    padding-bottom: 128px;
  }
  #sec4 .set2 .item1 .gr-pt {
    margin: 0 248px 0 -250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  #sec4 .set2 .item1 .gr-pt {
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 .item1 .gr-pt .catch {
    top: -20px;
    right: 20px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 .item1 .gr-pt .photo {
    height: 610px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 .item1 h3 {
    text-align: left;
    margin: 0;
    position: absolute;
    top: 89px;
    right: -103px;
  }
  #sec4 .set2 .item1 h3 img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 .item1 .txt {
    position: absolute;
    top: 119px;
    right: 58px;
    height: 460px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .set2 .item2 {
    padding-left: 170px;
  }
  #sec4 .set2 .item2::before {
    background: url("../img/lunch/sec4_deco2.png") no-repeat;
    width: 467px;
    height: 479px;
    top: 41px;
    left: -157px;
    right: auto;
    bottom: auto;
  }
  #sec4 .set2 .item2 h3 {
    text-align: left;
    position: absolute;
    top: 395px;
    left: 58px;
    margin: 0;
  }
  #sec4 .set2 .item2 h3 img {
    width: auto;
  }
  #sec4 .set2 .item2 .txt {
    margin-top: 46px;
  }
  #sec4 .set2 .item2 .btn-link {
    margin: 56px 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 120px;
  }
  #sec5::before {
    background: url("../img/lunch/sec5_deco1.png") no-repeat;
    width: 792px;
    top: -399px;
    right: auto;
    left: calc(50% - 922px);
    height: 813px;
  }
  #sec5::after {
    background: url("../img/lunch/sec5_line.png") no-repeat;
    width: 920px;
    height: 641px;
    top: -349px;
    left: auto;
    right: calc(50% + 330px);
    bottom: auto;
  }
  #sec5 .group::before {
    background: url("../img/lunch/sec5_deco2.png") no-repeat;
    width: 890px;
    height: 788px;
    right: auto;
    left: calc(50% + 82px);
    top: auto;
    bottom: 30px;
  }
  #sec5 .set1 {
    padding-bottom: 89px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #sec5 .set1 h2 {
    margin: -87px 0 0 -40px;
  }
  #sec5 .set1 .txt {
    width: 474px;
    margin: 41px 0 0;
  }
  #sec5 .set2 {
    padding-bottom: 46px;
  }
  #sec5 .set2 .content .item {
    display: flex;
    align-items: flex-start;
  }
  #sec5 .set2 .content .item:not(:last-child) {
    margin-bottom: 52px;
  }
  #sec5 .set2 .content .item .photo {
    position: relative;
    z-index: 2;
    margin-left: -100px;
  }
  #sec5 .set2 .content .item .gr-txt {
    background: none;
    width: 355px;
    flex: 1;
    margin: 187px -135px 0 0px;
    padding: 114px 30px 112px 45px;
    position: relative;
  }
  #sec5 .set2 .content .item .gr-txt * {
    position: relative;
    z-index: 1;
  }
  #sec5 .set2 .content .item .gr-txt::before {
    content: "";
    background: url("../img/shared/bg2.jpg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -124px;
  }
  #sec5 .set2 .content .item .gr-txt h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  #sec5 .set2 .content .item .gr-txt .price-box dt {
    font-size: 20px;
  }
  #sec5 .set2 .content .item .gr-txt .price-box dt span {
    font-size: 30px;
  }
  #sec5 .set2 .content .item .gr-txt .price-box dd {
    line-height: 38px;
  }
  #sec5 .set2 .content .item1 .photo {
    margin: 0 0 0 -133px;
  }
  #sec5 .set2 .content .item2 .gr-txt {
    padding: 114px 30px 150px 69px;
  }
  #sec5 .set2 .content .item2 .gr-txt::before {
    left: -101px;
  }
  #sec5 .set2 .note {
    margin: 21px 0 0 -101px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sec5 .set2 .note {
    margin-left: calc(-50vw + 50% + 20px);
  }
}
@media screen and (min-width: 768px) {
  #sec5 .set3 .box {
    padding: 79px 70px 52px;
    margin: 0 64px;
  }
  #sec5 .set3 .box .item1 .btn-web {
    margin: 9px auto 0;
    width: 351px;
  }
  #sec5 .set3 .box .item2 {
    padding: 35px 35px 31px;
    margin: 51px 0 38px;
    line-height: 42px;
  }
  #sec5 .set3 .box .item3 {
    display: flex;
    align-items: flex-start;
  }
  #sec5 .set3 .box .item3 h3 {
    width: 241px;
    margin: 47px 50px 0 15px;
  }
  #sec5 .set3 .box .item3 .txt {
    flex: 1;
    line-height: 35px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  #header h1 {
    left: calc(-50vw + 50% + 160px);
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #header h1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #sec4 .set2 .item1 h3 {
    right: calc(-50vw + 50% + 30px);
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec5 .set2 .content .item1 .gr-txt {
    margin-right: calc(-50vw + 50% + 20px);
    padding-left: 10px;
  }
  #sec5 .set2 .content .item1 .photo {
    margin-left: -200px;
  }
  #sec5 .set2 .content .item2 .photo {
    margin-left: -150px;
  }
  #sec4 .set2 .item1 .txt {
    right: calc(-50vw + 50% + 170px);
  }
  #sec4 .set2 .item1 .gr-pt {
    margin-right: 270px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 768px) {
  #sec5 .set1 h2 {
    margin-left: calc(-50vw + 50% + 30px);
  }
}
