.pageMv {
  height: 850px;
  background: url("../img/lunch/lunchMv.jpg") no-repeat center/cover;
}

#contents {
  font-weight: 400;
  overflow: hidden;
}

#sec1 {
  padding: 101px 0 0;
  position: relative;
}
#sec1 .deco {
  width: 272px;
  position: absolute;
  right: calc(50% + 407px);
  bottom: 42px;
}
#sec1 .wrap {
  width: 1100px;
}
#sec1 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 41px auto 0;
  width: 1000px;
  max-width: 100%;
}
#sec1 .flex h2 {
  text-align: center;
}
#sec1 .flex .txt {
  width: 661px;
  margin: 0 -30px 0 0;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  #sec1 .flex .txt {
    letter-spacing: 0.07em;
  }
}

.line {
  text-align: center;
  margin: 64px 0 55px;
}

#sec2 {
  position: relative;
}
#sec2 .deco {
  position: absolute;
  width: 193px;
  top: 175px;
  left: calc(50% + 494px);
}
#sec2 h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec2 h2 .ln1 {
  font-size: 36px;
  line-height: 1.5;
  padding: 0 20px 16px;
  margin: 0 0 6px;
  letter-spacing: 0.15em;
  position: relative;
}
#sec2 h2 .ln1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/ttlBorder.png");
  height: 2px;
}
#sec2 h2 .fs {
  font-size: 40px;
  line-height: 1.5;
}
#sec2 .txt {
  margin: 60px 0 0;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
}
#sec2 .txt + .txt {
  margin-top: 36px;
}
#sec2 .row1 {
  position: relative;
  margin: 12px 0 0;
  padding: 74px 0 87px;
}
#sec2 .row1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 131px);
  background: url("../img/shared/line.png");
}
#sec2 .row1 .wrap {
  position: relative;
  width: 1406px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#sec2 .row1 h3 {
  position: absolute;
  top: -10px;
  letter-spacing: 0.15em;
  padding: 54px 0 0;
  right: calc(50% + 146px);
  font-size: 39px;
  line-height: 2;
  background: url("../img/lunch/deco_ttl.png") no-repeat top center;
}
#sec2 .row1 .s2-thumb {
  width: 493px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 172px 0 0;
}
#sec2 .row1 .s2-thumb .thumb {
  background: url("../img/lunch/s2_bg_thumb.png") no-repeat center left;
  height: 123px;
  box-sizing: border-box;
  padding: 9px 0 0 47px;
  cursor: pointer;
  transition: all 0.5s;
}
#sec2 .row1 .s2-thumb .thumb dl {
  width: 380px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: baseline;
  line-height: 1.5;
}
#sec2 .row1 .s2-thumb .thumb dl dt {
  font-size: 38px;
  letter-spacing: 0;
}
#sec2 .row1 .s2-thumb .thumb dl .line2 {
  width: 100%;
  height: 2px;
  position: relative;
  bottom: 6px;
  background: #e8e7e2;
}
#sec2 .row1 .s2-thumb .thumb dl .price {
  font-size: 24px;
  letter-spacing: 0.15em;
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec2 .row1 .s2-thumb .thumb .txt2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: all 0.5s;
  margin: 2px 0 0;
}
@media (hover: hover) {
  #sec2 .row1 .s2-thumb .thumb:hover {
    background-image: url("../img/lunch/s2_bg_thumb2.png");
    color: #fff;
  }
}
#sec2 .row1 .s2-thumb .thumb.active {
  background-image: url("../img/lunch/s2_bg_thumb2.png");
  color: #fff;
}
#sec2 .row1 .s2-slider {
  width: 741px;
  max-width: calc(100% - 503px);
}
#sec2 .row2 {
  position: relative;
  margin: 53px 0 0;
  padding: 77px 0 87px;
}
#sec2 .row2 .deco2 {
  position: absolute;
  width: 309px;
  right: calc(50% + 459px);
  bottom: -142px;
}
#sec2 .row2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(50% - 131px);
  background: url("../img/shared/line.png");
}
#sec2 .row2 .wrap {
  position: relative;
  width: 1300px;
  display: flex;
}
#sec2 .row2 h3 {
  position: absolute;
  top: -4px;
  letter-spacing: 0.15em;
  padding: 54px 0 0;
  left: calc(50% + 160px);
  font-size: 39px;
  line-height: 2;
  background: url("../img/lunch/deco_ttl2.png") no-repeat top center;
}
#sec2 .row2 .s2-thumb2 {
  width: 493px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 169px 0 0 -42px;
  position: relative;
  z-index: 2;
}
#sec2 .row2 .s2-thumb2 .thumb {
  background: url("../img/lunch/s2_bg_thumb4.png") no-repeat center right;
  height: 123px;
  box-sizing: border-box;
  padding: 9px 0 0 69px;
  cursor: pointer;
  transition: all 0.5s;
}
#sec2 .row2 .s2-thumb2 .thumb dl {
  width: 380px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: baseline;
  line-height: 1.5;
}
#sec2 .row2 .s2-thumb2 .thumb dl dt {
  font-size: 38px;
  letter-spacing: 0;
}
#sec2 .row2 .s2-thumb2 .thumb dl .line2 {
  width: 100%;
  height: 2px;
  position: relative;
  bottom: 6px;
  background: #e8e7e2;
}
#sec2 .row2 .s2-thumb2 .thumb dl .price {
  font-size: 24px;
  letter-spacing: 0.15em;
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec2 .row2 .s2-thumb2 .thumb .txt2 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: all 0.5s;
  margin: 2px 0 0;
}
@media (hover: hover) {
  #sec2 .row2 .s2-thumb2 .thumb:hover {
    background-image: url("../img/lunch/s2_bg_thumb3.png");
    color: #fff;
  }
}
#sec2 .row2 .s2-thumb2 .thumb.active {
  background-image: url("../img/lunch/s2_bg_thumb3.png");
  color: #fff;
}
#sec2 .row2 .s2-slider2 {
  width: 746px;
  max-width: calc(100% - 451px);
}

#sec3 {
  margin: 83px 0 0;
}
#sec3 .wrap {
  position: relative;
  width: 1300px;
  background: url("../img/shared/line.png");
  padding: 60px 0 77px;
}
#sec3 h2 {
  text-align: center;
}
#sec3 .flex {
  margin: 32px 0 55px;
  display: flex;
  justify-content: center;
}
#sec3 .flex .col {
  width: 290px;
  padding: 8px 56px 10px;
}
#sec3 .flex .col dl {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#sec3 .flex .col .txt {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 16px;
}
#sec3 .flex .col + .col {
  border-left: 2px solid #e8e7e2;
}

#sec4 {
  margin: 83px 0 0;
}
#sec4 .wrap {
  background: url("../img/lunch/s4_border.png") no-repeat center top/100% 100%;
  width: 1200px;
  padding: 76px 30px 72px;
  box-sizing: border-box;
}
#sec4 .plus {
  position: absolute;
  top: -42px;
  right: 65px;
  background: url("../img/lunch/plus.png") no-repeat top 26px center, url("../img/lunch/s4_bg_ttl.png") no-repeat center;
  width: 151px;
  height: 145px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  padding: 56px 0 0;
  letter-spacing: 0.15em;
  color: #fff;
}
#sec4 .flex {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec4 .left h2 {
  position: relative;
  padding: 0 0 21px;
}
#sec4 .left h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  background: url("../img/lunch/s4_line.png") no-repeat bottom left;
  width: 538px;
  height: 14px;
}
#sec4 .left .txt {
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.15em;
  margin: 37px 0 48px;
}
#sec4 .left dl {
  width: 453px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0 14px 10px 22px;
  box-sizing: border-box;
  border-bottom: 1px dashed #d7cbc1;
  display: flex;
  justify-content: space-between;
}
#sec4 .left dl + dl {
  margin-top: 10px;
}
#sec4 .right {
  width: 410px;
  margin: 48px 0 0;
}
#sec4 .right dl {
  background: url("../img/lunch/s4_bg_ttl2.png") no-repeat center;
  width: 382px;
  padding: 3px 25px 3px 29px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 0.15em;
}
#sec4 .right dl + dl {
  margin-top: 6px;
}
#sec4 .right .txt {
  text-align: center;
  margin: 17px 0 0;
  line-height: 1.5625;
  font-size: 16px;
}
#sec4 .right .txt span {
  text-align: left;
  letter-spacing: 0.15em;
}
#sec4 .right .img {
  margin: 41px -45px 0 -46px;
}

#sec5 {
  margin: 91px 0 0;
  position: relative;
  padding: 0 0 74px;
}
#sec5::before {
  content: "";
  position: absolute;
  right: calc(50% - 500px);
  bottom: 0;
  left: 0;
  background: url("../img/lunch/s5_bg.png") no-repeat top right;
  height: 853px;
}
#sec5 .deco {
  position: absolute;
  width: 148px;
  top: -26px;
  left: calc(50% + 445px);
}
#sec5 .wrap {
  width: 1202px;
}
#sec5 h2 {
  padding: 86px 0 0;
  text-align: center;
  background: url("../img/lunch/s5_icon.png") no-repeat top center;
}
#sec5 h3 {
  text-align: center;
  padding: 0 0 34px;
  margin: 56px 0 0;
  background: url("../img/lunch/s5_line.png") no-repeat bottom center;
}
#sec5 .row1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 63px auto -170px;
  max-width: 100%;
  width: 1138px;
}
#sec5 .row1 .txt {
  width: 50%;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  #sec5 .row1 .txt {
    letter-spacing: 0.07em;
  }
}
#sec5 .row1 .group-img {
  margin: 34px 0 0;
  width: 416px;
  position: relative;
  z-index: 2;
}
#sec5 .row1 .group-img dl {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 14px 0 0;
}
#sec5 .row2 {
  max-width: 100%;
  width: 1173px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 0 auto;
}
#sec5 .row2 .left {
  width: 549px;
  max-width: calc(50% - 23px);
  position: relative;
  margin: 222px 0 0;
}
#sec5 .row2 .left .balloon {
  top: -80px;
  right: -152px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  #sec5 .row2 .left .balloon {
    top: -90px;
    right: -120px;
  }
}
#sec5 .row2 .left .img {
  text-align: right;
}
#sec5 .row2 .left .group-img2 {
  margin: -82px 0 0;
  width: 468px;
  position: relative;
}
#sec5 .row2 .left .group-img2 .img2 {
  filter: drop-shadow(5px 0 7px rgba(0, 0, 0, 0.1));
}
#sec5 .row2 .left .group-img2 dl {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 17px 0 0;
}
#sec5 .row2 .right {
  width: 425px;
  position: relative;
}
#sec5 .row2 .right .balloon {
  position: absolute;
  left: -111px;
  bottom: 127px;
}
@media screen and (max-width: 1200px) {
  #sec5 .row2 .right .balloon {
    left: -90px;
  }
}
#sec5 .row2 .right .txt {
  letter-spacing: 0.15em;
  line-height: 2.5;
  margin: 0 0 58px 26px;
}
@media screen and (max-width: 1300px) {
  #sec5 .row2 .right .txt {
    letter-spacing: 0.07em;
  }
}
#sec5 .row2 .right .s5-slider {
  width: 425px;
}
#sec5 .row2 .right .s5-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  bottom: -22px;
  gap: 9px;
  justify-content: center;
}
#sec5 .row2 .right .s5-slider .slick-dots button {
  display: none;
}
#sec5 .row2 .right .s5-slider .slick-dots li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0;
  background: #000;
  cursor: pointer;
}
@media (hover: hover) {
  #sec5 .row2 .right .s5-slider .slick-dots li:hover {
    background: #be0900;
  }
}
#sec5 .row2 .right .s5-slider .slick-dots li.slick-active {
  background: #be0900;
}

#sec6 {
  margin: 134px 0 0;
}
#sec6 .wrap {
  width: 1254px;
}
#sec6 .set1 h2 {
  padding: 81px 0 0;
  text-align: center;
  background: url("../img/lunch/s6_icon.png") no-repeat top center;
}
#sec6 .set1 .row1 {
  margin: 85px 0 0 auto;
  width: 1123px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#sec6 .set1 .row1 .img {
  width: 636px;
  max-width: calc(100% - 430px);
}
#sec6 .set1 .row1 .group-content {
  text-align: center;
  margin: 22px 0 0;
}
#sec6 .set1 .row1 .group-content .txt {
  margin: 49px 0 0;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  #sec6 .set1 .row1 .group-content .txt {
    letter-spacing: 0.07em;
  }
}
#sec6 .set1 .s6-slider {
  margin: 63px auto 0;
  width: 1000px;
  max-width: 100%;
}
#sec6 .set1 .s6-slider .slick-arrow {
  top: 238px;
  position: absolute;
  width: 75px;
  height: 75px;
  cursor: pointer;
  transform: none;
  z-index: 2;
}
#sec6 .set1 .s6-slider .slick-arrow::before {
  display: none;
}
@media (hover: hover) {
  #sec6 .set1 .s6-slider .slick-arrow:hover {
    opacity: 0.8;
  }
}
#sec6 .set1 .s6-slider .slick-arrow.slick-prev {
  background: url("../img/lunch/right.png") no-repeat center/100% auto;
  left: -18px;
  transform: rotate(180deg);
}
#sec6 .set1 .s6-slider .slick-arrow.slick-next {
  background: url("../img/lunch/right.png") no-repeat center/100% auto;
  right: -18px;
}
#sec6 .set1 .s6-slider .group-img {
  width: 850px;
  position: relative;
  margin: 0 auto;
}
#sec6 .set1 .s6-slider .group-img dl {
  position: absolute;
  color: #fff;
  bottom: 35px;
  right: 35px;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 270px;
}
#sec6 .set1 .s6-slider .group-img dl dt {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 10px 7px;
  letter-spacing: 0.15em;
  border-bottom: 2px solid;
}
#sec6 .set1 .s6-slider .group-img dl dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 4px 0 0 6px;
  gap: 20px;
  letter-spacing: 0.15em;
  font-size: 30px;
  line-height: 1.5;
}
#sec6 .set1 .s6-slider .group-img dl dd small {
  font-size: 24px;
}
#sec6 .set1 .s6-slider .txt {
  text-align: center;
  margin: 24px 0 0;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
#sec6 .row2 {
  margin-top: 57px;
  padding-bottom: 150px;
}
#sec6 .row2 .txt {
  margin: 0 0 28px;
}

#bnr {
  background: url("../img/shared/line.png");
  padding: 121px 0 200px;
  margin: 0 0 -68px;
}
#bnr .list {
  display: flex;
  justify-content: center;
  gap: 87px;
}
#bnr .list li {
  position: relative;
}
#bnr .list li .balloon {
  position: absolute;
  width: 109px;
  top: 33px;
  right: -94px;
}
#bnr .list li a {
  cursor: pointer;
  display: block;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2;
  background: url("../img/lunch/bnr_bg.png") no-repeat top center;
  width: 219px;
  height: 338px;
  box-sizing: border-box;
  padding: 110px 97px 0 82px;
  position: relative;
}
#bnr .list li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 15px;
  margin: 0 auto;
  background: url("../img/lunch/bnr_arrow.png") no-repeat center/100% auto;
  width: 18px;
  height: 18px;
  bottom: 51px;
}