@media only screen and (min-width: 768px) {
  body {
    background: url(../img/lunch/lunch_bg.jpg) repeat-y;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 767px) {
  #key-box #key h2 {
    width: 79vw;
    top: 56.5%;
  }
}

#lead {
  padding: 38vw 0 20vw;
  position: relative;
}

#lead .deco {
  width: 50%;
  height: 20vw;
  position: absolute;
  top: 7.7vw;
  right: 0;
}

#lead .deco img {
  object-position: top left;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#lead .row {
  position: relative;
}

#lead .row .img {
  margin-bottom: 8vw;
  margin-left: calc(50% - 50vw);
}

#lead .row .img img {
  object-position: top right;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#lead .row .desc h2 {
  width: 80%;
  margin-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  #lead {
    padding: 143px 0 153px;
  }

  #lead .deco {
    width: unset;
    height: 182px;
    top: 47px;
    right: 0;
    left: calc(50% + 213px);
  }

  #lead .row .img {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    margin-bottom: 0;
    height: 764px;
    right: calc(50% - 48px);
    margin-left: 0;
  }

  #lead .row .desc {
    width: 460px;
    margin-left: auto;
    margin-right: -92px;
    padding-top: 202px;
  }

  #lead .row .desc h2 {
    width: 404px;
    margin-left: -14px;
    margin-bottom: 55px;
  }
}

#teishoku {
  padding: 0 0 20vw;
  position: relative;
  z-index: 1;
}

#teishoku::before {
  content: "";
  position: absolute;
  background: url(../img/lunch/light_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 928/1450;
  width: 94vw;
  height: auto;
  top: -46vw;
  left: calc(50% - 50vw);
  mix-blend-mode: overlay;
  z-index: -1;
}

#teishoku .row h2 {
  margin: 0 auto 6vw;
  width: 22vw;
  position: relative;
}

#teishoku .row h2::before {
  content: "";
  position: absolute;
  background: url(../img/lunch/teishoku_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 232/210;
  width: 26vw;
  height: auto;
  bottom: -5vw;
  left: -12vw;
  z-index: -1;
}

#teishoku .row .note {
  font-size: 14px;
  color: #c8bca9;
  text-align: center;
  margin-bottom: 6vw;
}

#teishoku .row .img {
  margin: 0 calc(50% - 50vw) 8vw 0;
  height: 56vw;
  position: relative;
  margin-bottom: 8vw;
}

#teishoku .row .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#teishoku .row .img .price {
  color: #fff;
  line-height: 1.6em;
  font-weight: bold;
  font-size: 5vw;
  font-family: var(--ship);
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 5vw;
  right: 5vw;
  border-bottom: 2px solid #e9e2d7;
  padding-right: 3vw;
  padding-bottom: 2vw;
}

#teishoku .row .img .price dt {
  margin-right: 5vw;
}

#teishoku .row .img .price dd {
  font-size: 66.6666666667%;
  font-weight: 400;
  font-family: var(--sans);
  letter-spacing: 0.15em;
}

#teishoku .row .txt {
  margin-bottom: 6vw;
}

#teishoku .list .tabl {
  width: 75%;
  margin: 0 auto;
}

#teishoku .list .group {
  text-align: center;
  margin-bottom: 6vw;
}

#teishoku .list .group .img {
  width: 90%;
  margin: 0 auto 6vw;
}

#teishoku .list .group .img:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #teishoku {
    padding: 0 0 125px;
  }

  #teishoku::before {
    content: none;
  }

  #teishoku .row {
    margin-left: -100px;
    padding-top: 27px;
  }

  #teishoku .row h2 {
    margin: 0 0 153px 23px;
    width: 136px;
  }

  #teishoku .row h2::before {
    width: 232px;
    bottom: -91px;
    left: -134px;
  }

  #teishoku .row .note {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: -100px;
  }

  #teishoku .row .img {
    margin: 0;
    height: 798px;
    position: absolute;
    right: calc(50% - 50vw);
    left: calc(50% - 365px);
    top: 102px;
  }

  #teishoku .row .img img {
    object-position: top left;
  }

  #teishoku .row .img .price {
    font-size: 36px;
    bottom: 165px;
    right: 113px;
    padding-right: 52px;
    padding-bottom: 11px;
  }

  #teishoku .row .img .price dt {
    margin-right: 49px;
  }

  #teishoku .row .txt {
    position: relative;
    width: 323px;
    margin-bottom: 182px;
    z-index: 2;
  }

  #teishoku .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: -210px;
    margin-right: -115px;
    margin-top: -83px;
    position: relative;
    z-index: 3;
  }

  #teishoku .list .tabl {
    width: 248px;
    margin: 0;
  }

  #teishoku .list .group {
    display: flex;
    margin-right: 62px;
    margin-top: 36px;
    margin-bottom: 0;
  }

  #teishoku .list .group .img {
    margin-right: 15px;
    margin-bottom: 0;
    width: 500px;
  }

  #teishoku .list .group .img:last-child {
    margin-right: 0;
  }
}

#hirunomi {
  padding: 20vw 0 20vw;
}

#hirunomi .row h2 {
  margin: 0 auto 6vw;
  width: 40vw;
  position: relative;
}

#hirunomi .row h2::before {
  content: "";
  position: absolute;
  background: url(../img/lunch/teishoku_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 215/250;
  width: 26vw;
  height: auto;
  top: -5vw;
  right: -12vw;
  z-index: -1;
}

#hirunomi .row h2::after {
  content: "";
  position: absolute;
  background: url(../img/lunch/light_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1022/1450;
  width: 94vw;
  height: auto;
  top: -60vw;
  right: calc(50% - 50vw);
  z-index: -2;
}

#hirunomi .row .txt {
  margin-bottom: 6vw;
}

#hirunomi .row .img {
  margin: 0 0 8vw calc(50% - 50vw);
  height: 56vw;
}

#hirunomi .row .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#hirunomi .wrap-slider {
  margin-right: calc(50% - 50vw);
}

#hirunomi .slider {
  display: flex;
}

#hirunomi .slider .photo {
  width: 40vw;
  margin: 0 2%;
}

@media only screen and (min-width: 768px) {
  #hirunomi {
    padding: 0 0 80px;
  }

  #hirunomi .row {
    position: relative;
  }

  #hirunomi .row h2 {
    margin: 0 -63px 56px auto;
    width: 174px;
    position: relative;
    z-index: 2;
  }

  #hirunomi .row h2::before {
    width: 215px;
    top: -84px;
    right: -133px;
  }

  #hirunomi .row h2::after {
    content: none;
  }

  #hirunomi .row .txt {
    width: 460px;
    margin-left: auto;
    margin-bottom: 143px;
    position: relative;
    z-index: 2;
    margin-right: -79px;
  }

  #hirunomi .row .img {
    margin: 0;
    height: 700px;
    position: absolute;
    left: calc(50% - 50vw);
    right: -93px;
    top: 86px;
  }

  #hirunomi .row .img img {
    object-position: center right;
  }

  #hirunomi .wrap-slider {
    margin-left: -250px;
    margin-right: calc(50% - 50vw);
  }

  #hirunomi .slider .photo {
    width: 459px;
    margin: 0 6px;
  }
}

#bnr .bnr {
  padding: 16vw 0;
  position: relative;
}

#bnr .bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: -1;
}

#bnr .bnr .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#bnr .bnr .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#bnr .bnr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bnr .bnr h2 {
  margin-bottom: 20px;
  font-family: var(--ship);
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#bnr .bnr .btn-all .fak {
  border-color: #fff;
  background: transparent;
  width: 275px;
}

#bnr .bnr .btn-all .fak::before {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  #bnr .bnr {
    margin: 0 -100px;
    box-sizing: border-box;
    padding: 30px 0 30px;
    min-height: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  #bnr .bnr::before {
    transition: all 0.3s ease;
  }

  #bnr .bnr:hover::before {
    opacity: 0;
  }

  #bnr .bnr:hover .img {
    filter: blur(6.6px);
  }

  #bnr .bnr:hover .btn-all .fak {
    background: #fff;
    color: #000;
  }

  #bnr .bnr:hover .btn-all .fak::before {
    filter: brightness(1) invert(1);
  }

  #bnr .bnr h2 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }

  #bnr .bnr .img {
    transition: all 0.3s ease;
  }

  #bnr .bnr .btn-all .fak {
    width: 381px;
    height: 87px;
    font-size: 26px;
  }

  #bnr .bnr .btn-all .fak::before {
    transition: all 0.3s ease;
  }
}

#floor {
  padding: 62vw 0 20vw;
  position: relative;
}

#floor .list {
  position: absolute;
  top: 18vw;
  left: 6%;
  z-index: -1;
  display: flex;
  align-items: flex-start;
}

#floor .list .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#floor h2 {
  width: 61vw;
  margin: 0 auto 10.8vw;
}

#floor .wrap-slider {
  margin-bottom: 6vw;
}

#floor .slider .slick-dots {
  position: relative;
  bottom: 0;
}

#floor .slider .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

#floor .slider .slick-dots li {
  margin: 0 7px;
  width: 47px;
  height: 8px;
}

#floor .slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #c8a985;
  opacity: 1;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

#floor .slider .slick-dots button::before {
  content: none;
}

#floor .slider .slick-dots .slick-active button {
  background-color: #864900;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #floor .list .photo2 {
    width: 26vw;
    margin-top: 14vw;
    margin-right: 6vw;
  }

  #floor .list .photo3 {
    width: 34vw;
    order: 1;
  }

  #floor .list .photo1 {
    width: 16.9vw;
    margin-top: 67vw;
    margin-left: -13vw;
    order: 4;
  }

  #floor .list .photo4 {
    width: 30.9vw;
    margin-top: 32vw;
    margin-left: -7vw;
    order: 3;
  }
}

@media only screen and (min-width: 768px) {
  #floor {
    padding: 100px 0 201px;
  }

  #floor .list {
    top: 115px;
    left: calc(50% - 690px);
  }

  #floor .list .photo1 {
    margin-top: 101px;
    margin-right: 86px;
  }

  #floor .list .photo2 {
    margin-right: 88px;
  }

  #floor .list .photo3 {
    margin-top: 27px;
    margin-right: 106px;
  }

  #floor .list .photo4 {
    margin-top: 56px;
  }

  #floor h2 {
    width: 292px;
    margin: 185px -64px 44px auto;
  }

  #floor .wrap-slider {
    width: 746px;
    margin-bottom: 0;
    position: absolute;
    top: 156px;
    left: -65px;
  }

  #floor .slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 17px;
  }

  #floor .slider .slick-dots li {
    transition: all 0.3s ease;
  }

  #floor .slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }

  #floor .txt {
    width: 340px;
    margin-left: auto;
    margin-right: -78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #lead .row .desc {
    margin-right: -25px;
  }

  #lead .row .img {
    right: calc(50% - 20px);
  }

  #teishoku .row {
    margin-left: 0;
  }

  #teishoku .row .img {
    left: calc(50% - 265px);
  }

  #teishoku .list {
    margin-right: -50px;
  }

  #teishoku .list .group .img {
    width: 400px;
  }

  #teishoku .list .tabl {
    width: 220px;
  }

  #teishoku .row .note {
    right: 0;
  }

  #hirunomi .row .img {
    right: 70px;
  }

  #hirunomi .row h2 {
    margin-right: 50px;
  }

  #hirunomi .row .txt {
    margin-right: 80px;
  }

  #floor h2 {
    margin-right: 0;
  }

  #floor .txt {
    margin-right: -25px;
  }

  #floor .wrap-slider {
    width: 700px;
  }
}