.box-tel {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 10vw 0 0;
  text-align: center;
  padding: 6vw 0;
}
.box-tel .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 5vw;
  margin: 0 0 3vw;
}
.box-tel .tel span {
  display: block;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.16em;
}
.box-tel .tel span small {
  font-size: 4vw;
}
.box-tel .note-tel {
  margin: 3vw 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .box-tel {
    margin: 80px auto 0;
    width: 796px;
    padding: 47px 0;
  }
  .box-tel .tel .sub-tel {
    font-size: 38px;
    margin: 0 0 19px;
  }
  .box-tel .tel span {
    font-size: 48px;
  }
  .box-tel .tel span small {
    font-size: 30px;
  }
  .box-tel .note-tel {
    margin: 19px 0 0;
    letter-spacing: 0.15em;
    font-size: 15px;
  }
}

#sec1 {
  position: relative;
  padding: 12vw 0 0;
  box-sizing: border-box;
  background: url("../img/lunch/s1_deco.png") no-repeat top center/250% auto;
}
#sec1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/lunch/s1_deco2.png") no-repeat top center/100% auto;
  height: 100vw;
  bottom: -80vw;
}
#sec1 .group-title {
  margin: 0 var(--wrapPadding) 6vw;
}
@media screen and (max-width: 767px) {
  #sec1 .group-title {
    text-align: center;
  }
}
#sec1 .group-title .time {
  font-size: 7vw;
  line-height: 1.5;
}
#sec1 .group-title .time span {
  display: inline-block;
  color: #fff;
  padding: 2px 3vw;
  letter-spacing: 0.05em;
  background: url("../img/shared/bg2.jpg");
}
#sec1 .group-title h2 {
  line-height: 1.1;
  font-size: 15vw;
  letter-spacing: -0.12em;
  margin: 4vw 0 0;
}
#sec1 .group-title h2 span {
  display: block;
  font-size: 10vw;
  letter-spacing: 0;
}
#sec1 .group-title h2 span small {
  font-size: 8vw;
}
#sec1 .group-content {
  margin: 7vw var(--wrapPadding) 0;
}
#sec1 .group-content .txt {
  letter-spacing: 0.15em;
}
#sec1 .group-content .btn-link {
  margin: 7vw auto 0;
}
#sec1 .group-content .btn-link a:after {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  bottom: auto;
  height: 9.5px;
  width: 7.5px;
}
@media screen and (min-width: 768px) {
  #sec1 {
    min-height: 879px;
    padding: 94px 0 0;
    background: url("../img/lunch/s1_deco.png") no-repeat top center;
  }
  #sec1::before {
    background: url("../img/lunch/s1_deco2.png") no-repeat top center;
    height: 751px;
    bottom: -552px;
  }
  #sec1 .group-title {
    margin: 0 auto 32px;
    width: 1200px;
    max-width: calc(100% - 60px);
  }
  #sec1 .group-title .time {
    font-size: 48px;
    line-height: 1.5;
  }
  #sec1 .group-title .time span {
    padding: 2px 17px;
  }
  #sec1 .group-title h2 {
    font-size: 120px;
    margin: 20px 0 0;
  }
  #sec1 .group-title h2 span {
    display: block;
    font-size: 75px;
    letter-spacing: 0;
  }
  #sec1 .group-title h2 span small {
    font-size: 65px;
  }
  #sec1 .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: calc(100% - 630px);
  }
  #sec1 .group-content {
    margin: 0 auto;
    width: 1200px;
    max-width: calc(100% - 60px);
  }
  #sec1 .group-content .txt {
    width: 540px;
  }
  #sec1 .group-content .btn-link {
    margin: 40px 0 0;
  }
  #sec1 .group-content .btn-link a:after {
    width: 11px;
    height: 14px;
  }
}

#sec2 {
  position: relative;
  z-index: 2;
  margin: 15vw 0 0;
  padding: 0 0 15vw;
}
#sec2 h2 {
  position: relative;
  line-height: 1.5;
  font-size: 11vw;
  overflow: hidden;
  text-align: center;
}
#sec2 h2 span {
  display: inline-block;
  position: relative;
  padding: 0 5vw;
}
#sec2 h2 span::before, #sec2 h2 span:after {
  content: "";
  position: absolute;
  top: 54%;
  width: 100vw;
  min-width: 1000px;
  height: 2px;
  background: #222;
}
#sec2 h2 span::before {
  right: 100%;
}
#sec2 h2 span:after {
  left: 100%;
}
#sec2 .sub-txt {
  text-align: center;
  margin: 6px 0 7vw;
}
#sec2 .group1 {
  margin: 0 var(--wrapPadding);
  position: relative;
  box-sizing: border-box;
}
#sec2 .group1 h3 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.2;
  letter-spacing: -0.06em;
  margin: 0 0 5vw;
}
#sec2 .group1 h3 small {
  display: block;
  font-size: 5vw;
  position: relative;
  letter-spacing: 0;
  margin: 0 0 2px;
}
#sec2 .group1 h3 small::before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../img/lunch/s2_border.png") no-repeat center/100% auto;
  width: 4vw;
  height: 6vw;
  right: calc(50% + 13vw);
}
#sec2 .group1 h3 small::after {
  content: "";
  position: absolute;
  top: 0;
  background: url("../img/lunch/s2_border2.png") no-repeat center/100% auto;
  width: 4vw;
  height: 6vw;
  left: calc(50% + 13vw);
}
#sec2 .group1 .price {
  text-align: center;
  line-height: 1.5;
  font-size: 6vw;
  margin: 6vw 0 3vw;
}
#sec2 .group1 .price small {
  font-size: 5vw;
}
#sec2 .group1 .txt {
  letter-spacing: 0.15em;
}
#sec2 .group2 {
  margin: 12vw var(--wrapPadding) 0;
  position: relative;
  box-sizing: border-box;
}
#sec2 .group2 h3 {
  text-align: center;
  font-size: 7vw;
  line-height: 1.2;
  letter-spacing: -0.06em;
  margin: 0 0 5vw;
}
#sec2 .group2 h3 small {
  display: block;
  font-size: 5vw;
  position: relative;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-decoration: underline;
}
#sec2 .group2 .price {
  text-align: center;
  line-height: 1.5;
  font-size: 6vw;
  margin: 6vw 0 3vw;
}
#sec2 .group2 .price small {
  font-size: 5vw;
}
#sec2 .group2 .txt {
  letter-spacing: 0.15em;
}
#sec2 .group3 {
  margin: 12vw 0 0;
  background: url("../img/shared/bg4.jpg");
  padding: 10vw var(--wrapPadding);
}
#sec2 .group3 h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 8vw;
  margin: 0 0 5vw;
}
#sec2 .group3 .group-img {
  position: relative;
}
#sec2 .group3 .group-img dl {
  position: absolute;
  z-index: 2;
  color: #fff;
  display: flex;
  gap: 10px;
  bottom: 5px;
  right: 7px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec2 .group3 .info {
  margin: 7vw 0 0;
}
#sec2 .group3 .info dl {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  line-height: 23px;
  padding: 11px 0;
}
#sec2 .group3 .info dl:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 123px 0 0;
    padding: 0 0 114px;
  }
  #sec2 h2 {
    font-size: 80px;
  }
  #sec2 h2 span {
    padding: 0 67px;
  }
  #sec2 .sub-txt {
    margin: 6px 0 37px;
  }
  #sec2 .group1 {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    width: 1200px;
    min-height: 500px;
    padding: 123px 0 0;
  }
  #sec2 .group1 .right {
    margin: 0 0 0 auto;
    width: 400px;
  }
  #sec2 .group1 h3 {
    font-size: 38px;
    margin: 0;
  }
  #sec2 .group1 h3 small {
    font-size: 30px;
  }
  #sec2 .group1 h3 small::before {
    width: 19px;
    height: 33px;
    right: calc(50% + 67px);
  }
  #sec2 .group1 h3 small::after {
    width: 19px;
    height: 33px;
    left: calc(50% + 67px);
  }
  #sec2 .group1 .price {
    font-size: 38px;
    margin: 13px 0 16px;
  }
  #sec2 .group1 .price small {
    font-size: 30px;
  }
  #sec2 .group1 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
    max-width: calc(100% - 450px);
    height: 500px;
  }
  #sec2 .group2 {
    margin: 50px auto 0;
    max-width: calc(100% - 60px);
    width: 1200px;
    min-height: 500px;
    padding: 113px 0 0;
  }
  #sec2 .group2 .right {
    width: 400px;
  }
  #sec2 .group2 h3 {
    font-size: 38px;
    margin: 0;
  }
  #sec2 .group2 h3 small {
    font-size: 30px;
  }
  #sec2 .group2 .price {
    font-size: 38px;
    margin: 14px 0 13px;
  }
  #sec2 .group2 .price small {
    font-size: 30px;
  }
  #sec2 .group2 .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 750px;
    max-width: calc(100% - 450px);
    height: 500px;
  }
  #sec2 .group3 {
    margin: 50px auto 0;
    max-width: calc(100% - 60px);
    width: 1400px;
    padding: 66px 0 92px;
  }
  #sec2 .group3 h3 {
    font-size: 40px;
    margin: 0 0 37px;
  }
  #sec2 .group3 .flex {
    width: 1000px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #sec2 .group3 .group-img {
    width: 480px;
    max-width: 49%;
  }
  #sec2 .group3 .group-img dl {
    gap: 20px;
    bottom: 10px;
    right: 13px;
  }
  #sec2 .group3 .info {
    width: 480px;
    max-width: 49%;
    margin: 0;
  }
}

#sec3 {
  margin: 0 0 3vw;
  color: #fff;
  background: url("../img/shared/bg2.jpg");
}
#sec3 .set1 {
  background: url("../img/lunch/s3_deco.png") no-repeat top center/250% auto;
  padding: 12vw 0 0;
  text-align: center;
}
#sec3 .set1 h2 {
  line-height: 1.5;
  font-size: 12vw;
  margin: 0 0 1vw;
}
#sec3 .set1 .txt {
  letter-spacing: 0.15em;
}
#sec3 .set1 .txt + .txt {
  margin-top: 20px;
}
#sec3 .set1 .box-tel {
  margin-top: 7vw;
}
#sec3 .set1 .flex {
  margin: 12vw 0 0;
}
#sec3 .set1 .flex .group-content {
  text-align: left;
  margin: 7vw 0 0;
}
#sec3 .set1 .flex .group-content .title {
  font-size: 6vw;
  line-height: 1;
  border-bottom: 1px solid;
}
#sec3 .set1 .flex .group-content .price {
  margin: 3vw 0;
  line-height: 1.5;
  font-size: 6vw;
}
#sec3 .set1 .flex .group-content .price small {
  font-size: 5vw;
}
#sec3 .set1 .flex .group-content .txt2 {
  text-align: justify;
}
#sec3 .set2 {
  margin: 10vw 0 0;
  background: url("../img/lunch/s3_deco2.png") no-repeat bottom right 20%/250% auto;
  padding: 0 0 15vw;
  overflow: hidden;
}
#sec3 .set2 h2 {
  text-align: center;
  line-height: 0;
}
#sec3 .set2 .flex .group-content {
  margin: 7vw var(--wrapPadding) 0;
}
#sec3 .set2 .flex .group-content .title {
  font-size: 6vw;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0;
}
#sec3 .set2 .flex .group-content .title::before {
  content: "";
  position: absolute;
  left: -7vw;
  right: 0;
  bottom: 1vw;
  height: 1px;
  background: #fff;
}
#sec3 .set2 .flex .group-content dl {
  display: flex;
  line-height: 10vw;
  font-size: 6vw;
  margin: 6vw 0 0;
}
#sec3 .set2 .flex .group-content dl small {
  font-size: 5vw;
}
#sec3 .set2 .flex .group-content dl dt {
  width: 20vw;
  font-size: 5vw;
}
#sec3 .set2 .flex .group-content dl dd {
  text-align: right;
}
#sec3 .set2 .flex2 {
  margin: 15vw var(--wrapPadding) 0;
}
@media screen and (max-width: 767px) {
  #sec3 .set2 .flex2 .item + .item {
    margin-top: 10vw;
  }
}
#sec3 .set2 .flex2 .item .img {
  position: relative;
}
#sec3 .set2 .flex2 .item .img span {
  position: absolute;
  z-index: 2;
  top: 3vw;
  bottom: 3vw;
  border-right: 1px solid;
  border-left: 1px solid;
  right: 6vw;
  font-size: 6vw;
  letter-spacing: -0.05em;
  line-height: 1.5;
  text-align: center;
}
#sec3 .set2 .flex2 .item .price {
  text-align: center;
  line-height: 1.5;
  margin: 5vw 0 0;
  font-size: 6vw;
}
#sec3 .set2 .flex2 .item .price small {
  font-size: 5vw;
}
#sec3 .set2 .flex2 .item + .item .img span {
  right: auto;
  left: 6vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 0 0 16px;
  }
  #sec3 .set1 {
    background: url("../img/lunch/s3_deco.png") no-repeat top center;
    padding: 88px 0 0;
  }
  #sec3 .set1 .wrap {
    width: 1200px;
  }
  #sec3 .set1 h2 {
    line-height: 1.5;
    font-size: 80px;
    margin: 0 0 6px;
  }
  #sec3 .set1 .txt {
    text-align: inherit;
  }
  #sec3 .set1 .txt + .txt {
    margin-top: 32px;
  }
  #sec3 .set1 .box-tel {
    margin-top: 39px;
  }
  #sec3 .set1 .flex {
    margin: 80px 0 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec3 .set1 .flex .img {
    width: 750px;
    height: 600px;
    max-width: calc(100% - 449px);
  }
  #sec3 .set1 .flex .group-content {
    width: 449px;
    margin: 174px 0 0;
  }
  #sec3 .set1 .flex .group-content .title {
    font-size: 38px;
  }
  #sec3 .set1 .flex .group-content .price {
    margin: 15px 0 22px;
    font-size: 38px;
  }
  #sec3 .set1 .flex .group-content .price small {
    font-size: 30px;
  }
  #sec3 .set1 .flex .group-content .txt2 {
    width: 380px;
  }
  #sec3 .set2 {
    margin: 42px 0 0;
    background: url("../img/lunch/s3_deco2.png") no-repeat bottom center;
    padding: 0 0 101px;
  }
  #sec3 .set2 h2 {
    padding: 0;
  }
  #sec3 .set2 .flex {
    display: flex;
    align-items: flex-start;
  }
  #sec3 .set2 .flex .img {
    width: calc(50% + 49px);
    height: 500px;
    max-width: calc(100% - 545px);
  }
  #sec3 .set2 .flex .group-content {
    margin: 115px 0 0;
    width: 515px;
  }
  #sec3 .set2 .flex .group-content .title {
    font-size: 38px;
    line-height: 55px;
    padding: 0 0 0 98px;
    margin: 0 -20px 0 0;
  }
  #sec3 .set2 .flex .group-content .title::before {
    left: 0;
    bottom: 10px;
  }
  #sec3 .set2 .flex .group-content dl {
    line-height: 54px;
    font-size: 38px;
    margin: 45px 0 0 98px;
  }
  #sec3 .set2 .flex .group-content dl small {
    font-size: 30px;
  }
  #sec3 .set2 .flex .group-content dl dt {
    width: 128px;
    font-size: 30px;
  }
  #sec3 .set2 .flex2 {
    margin: 82px auto 0;
    width: 1060px;
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: calc(100% - 60px);
  }
  #sec3 .set2 .flex2 .item {
    width: 500px;
    max-width: 49%;
  }
  #sec3 .set2 .flex2 .item .img span {
    top: 20px;
    bottom: 20px;
    right: 71px;
    font-size: 38px;
    letter-spacing: -0.1em;
    line-height: 54px;
  }
  #sec3 .set2 .flex2 .item .price {
    margin: 26px 0 0;
    font-size: 38px;
  }
  #sec3 .set2 .flex2 .item .price small {
    font-size: 30px;
  }
  #sec3 .set2 .flex2 .item + .item .img span {
    left: 70px;
    letter-spacing: -0.05em;
  }
}