@charset "UTF-8";
#sec1 {
  padding-bottom: 15vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#sec1::before {
  content: "";
  position: absolute;
  bottom: -90px;
  right: 0;
  background: url(../img/lunch/sec1_deco1.jpg) center/contain no-repeat;
  width: 80vw;
  aspect-ratio: 750/500;
  z-index: -1;
}
#sec1 .group {
  display: flex;
  margin-bottom: 6.25vw;
  padding-top: 9.375vw;
}
#sec1 .img1 {
  margin-top: 17.5vw;
}
#sec1 h2 {
  color: #222;
  flex-shrink: 0;
  position: relative;
  font-size: 5vw;
  font-family: var(--ship);
  letter-spacing: 0.25em;
  margin: 0 5%;
  line-height: 1.6em;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  top: -9.375vw;
  left: -50%;
  width: min(8.75vw, 50px);
  height: min(8.75vw, 50px);
  background: url(../img/shared/effect2.png) center/contain no-repeat;
  opacity: 0.3;
}
#sec1 .txt-vertical-pc {
  letter-spacing: 2.3px;
  line-height: 2.34;
  margin-bottom: 26px;
}
#sec1 .txt-vertical-pc:last-child {
  margin-bottom: 0;
}

#sec2 {
  background-color: #fff;
  padding-bottom: 15vw;
}
#sec2 .row1 {
  margin-bottom: 12.5vw;
}
#sec2 .row1 .desc {
  width: fit-content;
  margin: 10.9375vw auto;
  padding: 0 3.3%;
}
#sec2 .row1 .tit1 {
  font-size: 6.25vw;
  margin-bottom: 1.5625vw;
  letter-spacing: 0.25em;
  font-family: var(--ship);
  text-align: center;
  line-height: 1;
}
#sec2 .row1 .price {
  text-align: center;
  font-size: 4.375vw;
  position: relative;
  padding-bottom: 6.25vw;
  margin-bottom: 6.25vw;
  letter-spacing: 0.2083333333em;
  line-height: 1;
}
#sec2 .row1 .price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: 0 auto;
  width: 17.5vw;
  height: 2px;
  border: 0px solid #000;
  border-width: 1px 0;
}
#sec2 .row1 .small {
  font-size: 75%;
}
#sec2 .row1 .tit2 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
}
#sec2 .row1 .txt-vertical-pc {
  line-height: 2.33;
  width: fit-content;
  margin: 0 auto;
}
#sec2 .row2 {
  margin-bottom: 12.5vw;
}
#sec2 .row2 .list {
  display: flex;
  gap: 5px;
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0;
  width: fit-content;
}
#sec2 .row2 .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 14.0625vw;
  background-color: #be2e1e;
}
#sec2 .row3 h2 {
  font-size: 6.25vw;
  font-family: var(--ship);
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 3.4375vw;
  line-height: 1.6em;
}
#sec2 .row3 .note {
  text-align: center;
  margin-bottom: 4.0625vw;
}
#sec2 .row3 .item {
  padding: 3.125vw 0;
  position: relative;
  line-height: 2.3;
  letter-spacing: 0.16em;
}
#sec2 .row3 .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border: 0px solid #bfbfbf;
  border-width: 1px 0;
}
#sec2 .row3 .tit {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  line-height: 1.8;
}

#sec3 {
  position: relative;
  z-index: 0;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/lunch/sec3_deco5.jpg) center/contain no-repeat;
  width: 80vw;
  aspect-ratio: 1100/380;
  z-index: -1;
}
#sec3 .row1 {
  padding-top: 15vw;
  position: relative;
  z-index: 0;
}
#sec3 .row1 h2 {
  text-align: center;
  font-size: 6.25vw;
  margin-bottom: 9.375vw;
  line-height: 1.6em;
  font-family: var(--ship);
  letter-spacing: 0.2333333333em;
}
#sec3 .row1 h2 .small {
  font-size: 80%;
}
#sec3 .row1 .group {
  margin-bottom: 9.375vw;
}
#sec3 .row1 .list {
  display: flex;
  justify-content: center;
  margin-bottom: 6.25vw;
  gap: 3.75vw;
}
#sec3 .row1 .list li {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  padding: 0 3.75vw;
  font-size: 5vw;
  font-weight: 700;
  font-family: var(--ship);
  height: 56.25vw;
  width: 14.4vw;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec3 .row1 .list li::before, #sec3 .row1 .list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.1875vw;
}
#sec3 .row1 .list li::before {
  left: 0;
  background: url(../img/lunch/linestyle1.png) top left/contain no-repeat;
}
#sec3 .row1 .list li::after {
  right: 0;
  background: url(../img/lunch/linestyle2.png) bottom right/contain no-repeat;
}
#sec3 .row1 .list li:nth-child(even) {
  margin-top: 60px;
}
#sec3 .row1 .txt {
  line-height: 2.33;
  letter-spacing: 2.2px;
  position: relative;
  padding: 8vw 6% 0;
  box-sizing: border-box;
}
#sec3 .row1 .txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(../img/shared/effect3.png) center/contain no-repeat;
  opacity: 0.3;
}
#sec3 .row1 .img-eff {
  margin-right: -3.5%;
  position: relative;
}
#sec3 .row1 .img {
  position: relative;
}
#sec3 .row1 .img::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 3.5%;
  height: 80px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  margin: 0 auto;
}
#sec3 .row1 .note {
  position: absolute;
  top: 6.25vw;
  left: 6.25vw;
  color: #fff;
  font-size: 5.25vw;
  letter-spacing: 0.2333333333em;
}
#sec3 .row1 .note .small {
  font-size: 80%;
}
#sec3 .row1 .deco1 {
  position: relative;
  z-index: 1;
  width: 31.25vw;
  margin-left: auto;
  margin-bottom: -20px;
}
#sec3 .row2 {
  padding-top: 8vw;
  padding-bottom: 8vw;
  position: relative;
  z-index: 0;
}
#sec3 .row2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.5%;
  width: 31.25vw;
  background: url(../img/shared/main_bg2.jpg) center/auto repeat;
  z-index: -1;
}
#sec3 .row2 .deco2 {
  margin-bottom: 8vw;
  width: 34.375vw;
}
#sec3 .row2 .tit {
  color: #be2e1e;
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.15em;
}
#sec3 .row2 .list {
  max-width: 700px;
  margin: 0 auto 8vw;
}
#sec3 .row2 .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 10px 10px 25px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2.1;
  position: relative;
}
#sec3 .row2 .list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#sec3 .row2 .list li::before {
  content: "・";
  position: absolute;
  top: 10px;
  left: 0;
}
#sec3 .row2 .deco3 {
  width: 34.375vw;
  margin-left: auto;
}
#sec3 .row3 {
  padding-bottom: 15vw;
  position: relative;
}
#sec3 .row3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.5%;
  width: 31.25vw;
  background: url(../img/shared/main_bg2.jpg) center/auto repeat;
  z-index: -1;
}
#sec3 .row3 .deco4 {
  width: 37.5vw;
}
#sec3 .row3 .tel-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40.625vw;
  padding: 4.6875vw 6%;
  border: 1px solid #000;
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 8vw;
}
#sec3 .row3 .tel-box::before {
  content: "";
  position: absolute;
  inset: 0 3.125vw;
  z-index: -1;
  border: 0px solid #000;
  border-width: 0 1px;
}
#sec3 .row3 .tel-box dt {
  margin-bottom: 3.125vw;
  font-size: 6.25vw;
  font-family: var(--gara);
  letter-spacing: 0.1em;
}
#sec3 .row3 .tel-box dd {
  font-size: 2.65vw;
  line-height: 1.6;
}
#sec3 .row3 .tit {
  font-family: var(--serif);
  display: block;
  font-size: 4.0625vw;
  line-height: 1.65;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 3.125vw;
}

#sec4 {
  padding-bottom: 15vw;
  position: relative;
}
#sec4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.5%;
  width: 31.25vw;
  background: url(../img/shared/main_bg2.jpg) center/auto repeat;
  z-index: -1;
}
#sec4 .bnr {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
#sec4 .bnr:last-child {
  margin-bottom: 0;
}
#sec4 .link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#sec4 .tit {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 212px;
  }
  #sec1::before {
    height: 410px;
    aspect-ratio: unset;
    width: unset;
    bottom: 0;
    right: 0;
    left: 50%;
    background-size: cover;
  }
  #sec1 .wrap {
    width: 1100px;
  }
  #sec1 .group {
    padding-top: 70px;
    margin-bottom: 0;
  }
  #sec1 .txt-vertical {
    padding: 116px 71px 70px;
    font-size: 36px;
    margin: 0;
  }
  #sec1 .txt-vertical::before {
    width: 66px;
    height: 66px;
    top: -70px;
    left: 34px;
  }
  #sec1 .img1 {
    margin-top: 170px;
    height: 700px;
  }
  #sec1 .img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .img2 {
    height: 700px;
  }
  #sec1 .img2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .txt {
    width: 700px;
    height: 424px;
    display: flex;
    flex-direction: row-reverse;
    gap: 34px;
    margin: -71px auto 0;
    position: relative;
    z-index: 1;
    transform: translateX(2px);
  }
  #sec1 .txt .txt-vertical-pc:nth-child(1) {
    width: 211px;
  }
  #sec1 .txt .txt-vertical-pc:nth-child(2) {
    width: 281px;
  }
  #sec1 .txt .txt-vertical-pc:nth-child(3) {
    width: 141px;
  }
  #sec2 {
    padding-bottom: 181px;
  }
  #sec2 .row1 {
    max-width: 1500px;
    margin: 0 auto 89px;
    display: flex;
  }
  #sec2 .row1 .img {
    height: 550px;
    transform: translateY(-100px);
  }
  #sec2 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec2 .row1 .desc {
    flex-shrink: 0;
    margin-top: 115px;
    margin-bottom: 0;
    padding: 0 50px;
    width: 280px;
  }
  #sec2 .row1 .tit1 {
    padding-left: 14px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  #sec2 .row1 .price {
    padding-left: 12px;
    font-size: 24px;
    padding-bottom: 54px;
    margin-bottom: 42px;
  }
  #sec2 .row1 .price::before {
    width: 100px;
  }
  #sec2 .row1 .tit2 {
    padding-left: 4px;
  }
  #sec2 .row2 {
    margin-bottom: 108px;
  }
  #sec2 .row2 .wrap {
    width: 1160px;
  }
  #sec2 .row2 .list {
    margin-left: auto;
    padding-left: 80px;
    padding-bottom: 30px;
  }
  #sec2 .row2 .list::before {
    right: 40px;
    height: 150px;
  }
  #sec2 .row3 h2 {
    padding-left: 5px;
    font-size: 30px;
    margin-bottom: 9px;
  }
  #sec2 .row3 .note {
    margin-bottom: 22px;
  }
  #sec2 .row3 .dish {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 0 30px;
  }
  #sec2 .row3 .item {
    width: calc(50% - 20px);
    padding: 20px 0 19px;
  }
  #sec2 .row3 .item:nth-child(1) {
    order: 1;
  }
  #sec2 .row3 .item:nth-child(2) {
    order: 3;
    padding-bottom: 17px;
  }
  #sec2 .row3 .item:nth-child(3) {
    order: 2;
    padding: 24px 0 10px;
  }
  #sec2 .row3 .item:nth-child(4) {
    order: 4;
    padding-top: 23px;
    padding-bottom: 13px;
  }
  #sec3::before {
    height: 380px;
    width: unset;
    aspect-ratio: unset;
    left: 0;
    right: calc(50% - 350px);
    background-size: cover;
  }
  #sec3 .row1 {
    padding-top: 189px;
  }
  #sec3 .row1::before {
    right: -250px;
    width: 500px;
  }
  #sec3 .row1 h2 {
    font-size: 30px;
    padding-left: 10px;
    margin-bottom: 88px;
  }
  #sec3 .row1 .group {
    display: flex;
    margin-left: 37px;
    margin-bottom: 80px;
  }
  #sec3 .row1 .list {
    justify-content: flex-start;
    flex-shrink: 0;
    margin-right: 80px;
    margin-bottom: 0;
    gap: 29px;
    margin-bottom: 0;
  }
  #sec3 .row1 .list li {
    padding: 0 12px 0px 13px;
    height: 194px;
    font-size: 22px;
    width: 61px;
  }
  #sec3 .row1 .list li::before, #sec3 .row1 .list li::after {
    width: 7px;
  }
  #sec3 .row1 .list li:nth-child(2) {
    margin-right: 1px;
  }
  #sec3 .row1 .list li:nth-child(3) {
    margin-right: 2px;
  }
  #sec3 .row1 .list li:nth-child(even) {
    margin-top: 90px;
  }
  #sec3 .row1 .txt {
    width: 380px;
    padding: 0;
    margin-right: 80px;
    position: relative;
    padding-top: 29px;
  }
  #sec3 .row1 .txt::before {
    top: -30px;
    width: 66px;
    height: 66px;
    right: -80px;
  }
  #sec3 .row1 .img::before {
    bottom: -100px;
    right: 248px;
    height: 200px;
  }
  #sec3 .row1 .note {
    top: 144px;
    left: 165px;
    font-size: 30px;
  }
  #sec3 .row1 .deco1 {
    position: absolute;
    top: -270px;
    right: 0;
    margin-bottom: 0;
    width: fit-content;
  }
  #sec3 .row1 .img-eff {
    margin-right: -250px;
  }
  #sec3 .row2 {
    padding-top: 128px;
    padding-bottom: 101px;
  }
  #sec3 .row2::before {
    left: calc(50% + 250px);
    right: calc(50% - 50vw);
    width: unset;
  }
  #sec3 .row2 .deco2 {
    position: absolute;
    left: -230px;
    width: fit-content;
    margin-bottom: 0;
    top: 50px;
  }
  #sec3 .row2 .tit {
    padding-left: 4px;
    font-size: 18px;
    margin-bottom: 43px;
  }
  #sec3 .row2 .list {
    margin-bottom: 0;
  }
  #sec3 .row2 .list li {
    font-size: 18px;
    padding: 20px 17px 19px 41px;
  }
  #sec3 .row2 .list li::before {
    top: 19px;
    left: 21px;
  }
  #sec3 .row2 .list li:nth-child(2) {
    padding-top: 18px;
    padding-bottom: 19px;
  }
  #sec3 .row2 .list li:nth-child(3) {
    padding-top: 18px;
    padding-bottom: 19px;
  }
  #sec3 .row2 .list li:nth-child(4) {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  #sec3 .row2 .list li:nth-child(5) {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  #sec3 .row2 .deco3 {
    right: -111px;
    width: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    z-index: -1;
  }
  #sec3 .row3 {
    padding-bottom: 150px;
  }
  #sec3 .row3::before {
    left: calc(50% + 250px);
    right: calc(50% - 50vw);
    width: unset;
  }
  #sec3 .row3 .deco4 {
    position: absolute;
    left: -250px;
    bottom: -60px;
    width: auto;
    margin: 0;
  }
  #sec3 .row3 .tit {
    padding-left: 14px;
    font-size: 18px;
    margin-bottom: 19px;
  }
  #sec3 .row3 .tel-box {
    height: 303px;
    padding: 20px;
    margin-bottom: 0;
  }
  #sec3 .row3 .tel-box::before {
    inset: 0 19px;
  }
  #sec3 .row3 .tel-box dt {
    font-size: 30px;
    margin-bottom: 21px;
  }
  #sec3 .row3 .tel-box dd {
    margin-left: 9px;
    font-size: 15px;
  }
  #sec4 {
    padding-bottom: 200px;
  }
  #sec4::before {
    right: 0;
    width: unset;
    left: calc(50% + 250px);
  }
  #sec4 .list {
    display: flex;
    justify-content: center;
    gap: 41px;
    transform: translateX(1px);
  }
  #sec4 .bnr {
    margin: 0;
    transition: all 0.3s ease;
  }
  #sec4 .bnr:hover {
    opacity: 0.7;
  }
  #sec4 .tit {
    inset: 0px 0 3px 3px;
    font-size: 20px;
  }
}
