#lead {
  padding: 24.4vw 0 20vw;
}

#lead .row1 {
  margin-bottom: 36.5vw;
  position: relative;
  z-index: 1;
}

#lead .row1 .deco1 {
  width: 17.3vw;
  position: absolute;
  top: 64vw;
  right: 2vw;
  z-index: -1;
}

#lead .row1 .deco2 {
  width: 57.9vw;
  position: absolute;
  top: 45vw;
  left: 6vw;
  z-index: -1;
}

#lead .row1 h2 {
  font-size: 8vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.1em;
  line-height: 2em;
  color: #000;
  white-space: nowrap;
  margin: 0 auto 37.5vw;
}

#lead .row1 .img1 {
  height: 109.3vw;
  margin-bottom: 16.3vw;
}

#lead .row1 .img2 {
  width: 50.4vw;
  margin: 0 auto 17.5vw;
}

#lead .row2 {
  position: relative;
  z-index: 1;
}

#lead .row2 .deco3 {
  width: 17.3vw;
  position: absolute;
  top: -30vw;
  right: 6vw;
  z-index: -1;
}

#lead .row2 .img1 {
  width: 88vw;
  margin-bottom: 18.5vw;
}

#lead .row2 .txt {
  font-size: 18px;
  text-align: center;
  line-height: 2.22em;
  margin-bottom: 15.6vw;
}

#lead .row2 .img2 {
  height: 82.4vw;
}

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

  #lead .row1 {
    margin-right: -100px;
    margin-bottom: 166px;
  }

  #lead .row1 .deco1 {
    width: 113px;
    top: 14px;
    right: calc(50% - 335px);
  }

  #lead .row1 .deco2 {
    width: 343px;
    top: 294px;
    left: calc(50% + 133px);
  }

  #lead .row1 h2 {
    padding-top: 94px;
    font-size: 40px;
    line-height: 2em;
    margin: 0 calc(50% - 200px) 201px auto;
  }

  #lead .row1 .img1 {
    height: auto;
    margin-bottom: 0;
    position: absolute;
    top: 19px;
    left: -149px;
  }

  #lead .row1 .img2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw + 50px);
    left: calc(50% + 375px);
    height: 448px;
  }

  #lead .row1 .txt {
    font-size: 18px;
    line-height: 40px;
    width: 485px;
    margin-left: auto;
    letter-spacing: 0.05em;
  }

  #lead .row2 {
    display: flex;
    justify-content: space-between;
    margin: 0 -146px 0 -19px;
  }

  #lead .row2 .deco3 {
    width: 113px;
    top: 203px;
    right: calc(50% + 580px);
  }

  #lead .row2 .group {
    display: flex;
    flex-direction: column-reverse;
    width: 534px;
  }

  #lead .row2 .img1 {
    width: auto;
    margin-bottom: 0;
  }

  #lead .row2 .txt {
    width: 350px;
    height: 280px;
    margin: 0 auto 98px;
    font-size: 20px;
    text-align: left;
    line-height: 50px;
  }

  #lead .row2 .img2 {
    height: 669px;
  }
}

#sozai {
  padding: 20.6vw 0 68.7vw;
  position: relative;
}

#sozai::before {
  content: "";
  position: absolute;
  background: url(../img/index/sozai_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1427/507;
  width: 310vw;
  height: auto;
  top: 0;
  left: -110vw;
  right: 0;
  margin: 0 auto;
}

#sozai h2 {
  font-size: 8.8vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.2em;
  line-height: 2em;
  color: #000;
  text-align: center;
  margin-bottom: 16vw;
  position: relative;
  padding-top: 21.1vw;
}

#sozai h2::before {
  content: "";
  position: absolute;
  background: url(../img/index/sozai_ico.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 124/71;
  width: 16.5vw;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

#sozai .img {
  margin: 0 calc(50% - 50vw) 14.5vw;
  height: 88vw;
}

#sozai h3 {
  text-align: center;
}

#sozai .txt {
  margin-bottom: 15.2vw;
}

#sozai .deco1 {
  width: 26.9vw;
  position: absolute;
  bottom: 32vw;
  right: 7.3vw;
}

@media only screen and (min-width: 768px) {
  #sozai {
    padding: 95px 0 205px;
  }

  #sozai::before {
    width: 1427px;
    top: -48px;
    left: 0;
    right: 0;
  }

  #sozai h2 {
    font-size: 40px;
    margin-bottom: 75px;
    padding-top: 79px;
  }

  #sozai h2::before {
    width: 66px;
  }

  #sozai .img {
    margin: 0 -200px 120px;
    height: 660px;
  }

  #sozai .txt {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 75px;
  }

  #sozai .deco1 {
    width: 147px;
    bottom: 101px;
    right: unset;
    left: calc(50% + 362px);
  }
}

.wrap-box-img {
  position: relative;
  z-index: 1;
}

.wrap-box-img::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  width: 31.1vw;
  top: 0;
  left: 0;
  bottom: -10.7vw;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .wrap-box-img {
    padding-left: 70px;
    padding-bottom: 200px;
  }

  .wrap-box-img::before {
    width: unset;
    top: 151px;
    right: calc(50% + 475px);
    bottom: 0;
  }
}

.box-img-para {
  padding: 20vw 0 20vw;
  position: relative;
  height: 278.7vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10.7vw;
  z-index: 1;
}

.box-img-para .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.box-img-para .label-all {
  position: absolute;
  top: 11.5vw;
  left: 5%;
  z-index: 2;
  white-space: nowrap;
  color: #fff;
  font-size: 4.5vw;
  letter-spacing: 0.15em;
  line-height: 1em;
  font-weight: 400;
  padding-top: 4.7vw;
}

.box-img-para .label-all::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1.5vw;
  height: 1.5vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-img-para .desc {
  box-sizing: border-box;
  padding: 0 5%;
}

.box-img-para .desc .tit {
  color: #fff;
  font-size: 8vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 8vw;
}

.box-img-para .desc .txt {
  color: #fff;
  margin-bottom: 15.3vw;
}

.box-img-para .desc .btn-all a {
  margin-left: 0;
  background: #2b241e;
  border: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .box-img-para {
    width: 100%;
    height: 800px;
    padding: 0;
    margin-bottom: 0;
  }

  .box-img-para .label-all {
    top: 81px;
    left: unset;
    right: 60px;
    font-size: 18px;
    line-height: 60px;
    padding-top: 18px;
  }

  .box-img-para .label-all::before {
    width: 6px;
    height: 6px;
  }

  .box-img-para .label-all::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 230px;
    display: inline-block;
    margin-top: 10px;
    opacity: 40%;
  }

  .box-img-para .desc {
    padding: 0;
    width: 364px;
    position: absolute;
    bottom: 111px;
    right: 148px;
  }

  .box-img-para .desc .tit {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 60px;
    margin-bottom: 35px;
  }

  .box-img-para .desc .txt {
    letter-spacing: 0.03em;
    margin-bottom: 85px;
  }

  .box-img-para .desc .btn-all {
    width: 100%;
  }

  .box-img-para .desc .btn-all a {
    color: #fff;
    width: 100%;
    margin-left: 0;
    background: transparent;
    border: 2px solid #fff;
  }

  .box-img-para .desc .btn-all a::before {
    filter: brightness(0) invert(1);
  }

  .box-img-para .desc .btn-all a:hover {
    border-color: #1f1710;
  }

  .box-img-para .desc .btn-all a:hover::after {
    background: #2b241e;
  }
}

@media only screen and (min-width: 768px) {
  #dinner {
    margin-bottom: 70px;
  }
}

.bg-parallax-pc {
  height: 106.7vw;
  position: relative;
  z-index: 1;
}

.bg-parallax-pc .img-parallax {
  position: absolute;
  inset: 0;
}

@media only screen and (min-width: 768px) {
  .bg-parallax-pc {
    height: 700px;
    position: relative;
  }

  .bg-parallax-pc .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .bg-parallax-pc .img-parallax img {
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
  }
}

#lunch {
  padding: 11.1vw 0 20vw;
}

#lunch .row {
  position: relative;
}

#lunch .row .label-all {
  position: absolute;
  top: 6.5vw;
  left: 1%;
  z-index: 2;
  white-space: nowrap;
  color: #000;
  font-size: 4.5vw;
  letter-spacing: 0.15em;
  line-height: 1em;
  font-weight: 400;
  padding-top: 4.7vw;
}

#lunch .row .label-all::before {
  content: "";
  position: absolute;
  background: #1f1710;
  width: 1.5vw;
  height: 1.5vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#lunch .row .img {
  margin: 0 calc(50% - 50vw) 9vw;
}

#lunch .row .desc h2 {
  font-size: 8vw;
  font-weight: 400;
  font-family: var(--ship);
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #000;
  margin-bottom: 5.4vw;
}

#lunch .row .desc h2 .small {
  font-size: 75%;
}

#lunch .row .desc .txt {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  #lunch {
    padding: 127px 0 160px;
  }

  #lunch .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #lunch .row .label-all {
    top: 2px;
    left: unset;
    right: -90px;
    font-size: 18px;
    line-height: 60px;
    padding-top: 18px;
  }

  #lunch .row .label-all::before {
    width: 6px;
    height: 6px;
  }

  #lunch .row .label-all::after {
    content: "";
    background: #000;
    width: 1px;
    height: 230px;
    display: inline-block;
    margin-top: 10px;
    opacity: 40%;
  }

  #lunch .row .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 149px);
    height: 638px;
  }

  #lunch .row .desc {
    width: 362px;
    margin-left: auto;
    padding-top: 24px;
  }

  #lunch .row .desc h2 {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 60px;
    margin-bottom: 34px;
  }

  #lunch .row .desc .txt {
    letter-spacing: 0.05em;
    margin-bottom: 52px;
  }

  #lunch .row .desc .btn-all {
    width: 100%;
  }

  #lunch .row .desc .btn-all a {
    width: 100%;
  }
}

#floor {
  padding-bottom: 16vw;
}

#floor .row1 {
  margin-bottom: 12vw;
}

#floor .row1 .wrap-js-infinity {
  margin-bottom: 10vw;
}

#floor .row1 .wrap-js-infinity .js-infinity {
  display: flex;
}

#floor .row1 .wrap-js-infinity .photo {
  width: 44vw;
  margin: 0 0.8vw;
}

#floor .row1 .desc h2 {
  text-align: center;
  margin-bottom: 10vw;
}

#floor .row1 .desc .txt {
  box-sizing: border-box;
  padding: 0 4%;
}

#floor .row2 {
  margin-bottom: 12vw;
  position: relative;
  z-index: 1;
}

#floor .row2::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  width: 20vw;
  top: 24vw;
  right: calc(50% - 50vw);
  bottom: 8vw;
  z-index: -1;
}

#floor .row2 .wrap-slider {
  margin-left: calc(50% - 50vw);
  margin-bottom: 10vw;
}

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

#floor .row2 .group-img {
  display: flex;
  align-items: flex-end;
  gap: 7.3vw;
}

#floor .row2 .img1 {
  width: 42.5vw;
}

#floor .row2 .img2 {
  width: 40vw;
  margin-bottom: 10.3vw;
}

#floor .row3 .txt {
  margin-bottom: 10vw;
}

#floor .row3 h3 {
  margin-bottom: 4vw;
}

#floor .row3 .floor-map {
  margin-bottom: 5vw;
}

#floor .row3 .note {
  font-size: 13px;
  text-align: center;
}

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

  #floor .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #floor .row1 {
    margin-bottom: 181px;
  }

  #floor .row1 .wrap-js-infinity {
    margin-bottom: 0;
    position: absolute;
    top: 48px;
    right: calc(50% - 50vw);
    left: calc(50% - 200px);
  }

  #floor .row1 .wrap-js-infinity .photo {
    width: 459px;
    margin: 0 7px;
  }

  #floor .row1 .desc {
    width: 260px;
    position: relative;
    padding-left: 57px;
    padding-top: 100px;
    letter-spacing: 0.05em;
  }

  #floor .row1 .desc h2 {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: -55px;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }

  #floor .row1 .desc .txt {
    padding: 0;
  }

  #floor .row2 {
    margin-bottom: 77px;
  }

  #floor .row2::before {
    width: unset;
    top: 165px;
    right: calc(50% - 50vw);
    left: calc(50% + 525px);
    bottom: -502px;
  }

  #floor .row2 .wrap-slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 297px);
    margin-bottom: 0;
  }

  #floor .row2 .wrap-slider .slick-dots {
    margin-top: 29px;
    left: -34px;
  }

  #floor .row2 .wrap-slider .photo {
    height: 677px;
  }

  #floor .row2 .group-img {
    flex-direction: column-reverse;
    gap: 103px;
    position: absolute;
    top: 74px;
    right: -88px;
  }

  #floor .row2 .img1 {
    width: auto;
  }

  #floor .row2 .img2 {
    width: auto;
    margin-bottom: 0;
    margin-right: 18px;
  }

  #floor .row3 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 78px;
  }

  #floor .row3 .txt {
    width: 290px;
    margin-top: 41px;
    margin-bottom: 0;
    letter-spacing: 0.06em;
  }

  #floor .row3 h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

  #floor .row3 .group {
    display: flex;
    flex-direction: column-reverse;
  }

  #floor .row3 .floor-map {
    margin-bottom: 31px;
  }

  #floor .row3 .floor-map a {
    pointer-events: none;
  }

  #floor .row3 .note {
    display: none;
  }
}

#para2 {
  margin-bottom: -17.9vw;
}

@media only screen and (min-width: 768px) {
  #para2 {
    margin-bottom: 0;
  }
}

#shopinfo {
  background: url(../img/shared/main_bg.jpg) repeat;
  position: relative;
  z-index: 2;
  padding: 17vw 0 12vw;
}

#shopinfo .right {
  margin-bottom: 17.3vw;
}

#shopinfo .right .logo {
  text-align: center;
  width: 71px;
  margin: 0 auto 45px;
}

#shopinfo .right .contact {
  margin-bottom: 38px;
}

#shopinfo .right .tel-info {
  text-align: center;
  margin-bottom: 10px;
}

#shopinfo .right .tel-info dt {
  margin-bottom: 0;
}

#shopinfo .right .btn-web {
  margin: 0 auto;
}

#shopinfo .right .info {
  margin: 0 4vw;
}

#shopinfo .right .info dl {
  font-weight: 400;
  font-family: var(--ship);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-bottom: 1px dotted #60523f;
  color: #000;
  padding: 12px 5px;
}

#shopinfo .right .info dl dt {
  margin-bottom: 10px;
}

#shopinfo .right .info dl dd {
  padding-left: 10px;
}

#shopinfo .right .info dl.full {
  display: block;
}

#shopinfo .left .img {
  width: 65.2vw;
  margin: 0 auto;
}

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

  #shopinfo .js-row {
    position: relative;
    z-index: 1;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #shopinfo .right {
    width: 660px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  #shopinfo .right .logo {
    width: 83px;
    margin: 0 auto 58px;
  }

  #shopinfo .right .contact {
    margin-bottom: 100px;
  }

  #shopinfo .right .tel-info {
    text-align: center;
    margin-bottom: 10px;
  }

  #shopinfo .right .info {
    margin: 0 30px 0 -30px;
  }

  #shopinfo .right .info dl {
    display: flex;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding: 13px 38px 12px;
  }

  #shopinfo .right .info dl:first-child {
    padding-top: 0;
  }

  #shopinfo .right .info dl dt {
    width: 166px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  #shopinfo .right .info dl dd {
    padding-left: 0;
  }

  #shopinfo .right .info dl.full {
    padding-bottom: 21px;
  }

  #shopinfo .right .info dl.full dt {
    width: 100%;
    margin-bottom: 9px;
  }

  #shopinfo .right .info dl.full dd {
    padding-left: 58px;
    letter-spacing: normal;
  }

  #shopinfo .left {
    width: calc(100% - 660px);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 593px;
    padding-left: 59px;
  }

  #shopinfo .left {
    padding-top: 26px;
  }

  #shopinfo .left .img {
    width: 453px;
    height: 100%;
    margin: 0;
  }
}

#gmap {
  padding: 10vw 0 16vw;
}

#gmap h2 {
  text-align: center;
}

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

#gmap .map {
  height: 66.7vw;
  margin-bottom: 12vw;
}

#gmap .map iframe {
  width: 100%;
  height: 100%;
}

#gmap .list {
  display: none;
}

#gmap .btn-map a {
  margin: 0 auto;
  width: 318px;
  height: 78px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  background: #241f1d;
  border: 1px solid #1f1710;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 38px;
}

#gmap .btn-map a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_map2.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 34/42;
  width: 17px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 95px;
  margin: auto 0;
}

@media only screen and (min-width: 768px) {
  #gmap {
    padding: 53px 0 233px;
  }

  #gmap .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #gmap h2 {
    text-align: left;
    margin-bottom: 54px;
  }

  #gmap .txt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 214px;
  }

  #gmap .group {
    position: absolute;
    top: 16px;
    right: 30px;
    width: 660px;
  }

  #gmap .map {
    width: 100%;
    height: 500px;
    margin-bottom: 6px;
  }

  #gmap .list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
    margin-right: 9px;
  }

  #gmap .list .btn-all a {
    display: inline;
    width: unset;
    height: unset;
    border: none;
    background: transparent;
    font-family: var(--zen);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #000;
    line-height: 26px;
    text-decoration: none;
    padding-right: 15px;
    z-index: 1;
  }

  #gmap .list .btn-all a::before {
    content: "";
    position: absolute;
    background: url(../img/index/icon_print2.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 5/8;
    width: 5px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    filter: unset;
  }

  #gmap .list .btn-all a::after {
    display: none;
  }

  #gmap .list .btn-all a:hover {
    text-decoration: underline;
  }

  #gmap .list .btn a {
    font-family: var(--zen);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 26px;
    text-decoration: none;
    padding-right: 23px;
    position: relative;
    z-index: 1;
  }

  #gmap .list .btn a::before {
    content: "";
    position: absolute;
    background: url(../img/index/icon_print.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 15/12;
    width: 15px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
  }

  #gmap .list .btn a:hover {
    text-decoration: underline;
  }

  #gmap .btn-map {
    margin-left: 24px;
  }

  #gmap .btn-map a {
    margin: 0;
    width: 300px;
    height: 90px;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: 2px solid #1f1710;
    padding-left: 19px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }

  #gmap .btn-map a::before {
    width: 17px;
    left: 62px;
    filter: brightness(1) invert(1);
    transition: all 0.3s ease-out;
  }

  #gmap .btn-map a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f1710;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease-out;
    z-index: -1;
  }

  #gmap .btn-map a:hover {
    color: #fff;
  }

  #gmap .btn-map a:hover::before {
    filter: brightness(0) invert(1);
  }

  #gmap .btn-map a:hover::after {
    transform: scale(2);
  }
}

#news {
  padding: 10vw 0 21.3vw;
  position: relative;
}

#news::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 0;
  height: 1px;
  opacity: 0.2;
  background: #000;
}

#news h2 {
  text-align: center;
}

#news #feed {
  margin-bottom: 11.7vw;
}

#news #feed .row {
  border-bottom: 1px dotted #60523f;
  padding-bottom: 15px;
}

#news #feed .row dl {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.15em;
}

#news #feed .row dl .date {
  font-family: var(--amiri);
  color: #794f15;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-size: 13px;
}

#news #feed .row dl .title {
  font-size: 100%;
  position: relative;
  padding-right: 30px;
}

#news #feed .row dl .title::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow1.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 32/6;
  width: 20px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

#news #feed .row dl .title a {
  font-size: 100%;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#news .btn-all a {
  font-size: 14px;
  height: 50px;
}

#news .btn-all a::before {
  background-image: url(../img/shared/icon_arrow2.png);
  aspect-ratio: 34/8;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  #news {
    padding: 107px 0 223px;
  }

  #news::before {
    left: 50px;
    right: 50px;
    max-width: 1400px;
    margin: 0 auto;
  }

  #news .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
  }

  #news .flex-pc {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  #news h2 {
    text-align: left;
    margin-bottom: 0;
  }

  #news #feed {
    width: 796px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  #news #feed .row {
    padding-bottom: 8px;
  }

  #news #feed .row dl {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 60px;
    padding-left: 40px;
  }

  #news #feed .row dl .date {
    flex-shrink: 0;
    width: 100px;
    line-height: 60px;
    font-size: 14px;
    margin-top: 5px;
  }

  #news #feed .row dl .title {
    padding-right: 30px;
    width: calc(100% - 156px);
  }

  #news #feed .row dl .title::before {
    width: 20px;
  }

  #news #feed .row dl .title a {
    -webkit-line-clamp: 1;
    width: 558px;
  }

  #news #feed .row dl .title a:hover {
    text-decoration: underline;
  }

  #news .btn-all {
    position: absolute;
    bottom: -72px;
    right: 11px;
  }

  #news .btn-all a {
    border: none;
    width: unset;
    height: unset;
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 35px;
    border-bottom: 1px solid #000;
    transition: none;
  }

  #news .btn-all a::before {
    display: none;
  }

  #news .btn-all a::after {
    display: none;
  }

  #news .btn-all a:hover {
    color: #000;
    border-bottom-color: transparent;
  }
}

#para3 {
  height: 84vw;
}

#para3 img {
  object-position: center left;
}

@media only screen and (min-width: 768px) {
  #para3 {
    height: 640px;
    margin: 0 20px;
  }

  #para3 img {
    object-position: center;
  }
}

.remodal-overlay {
  /* background: rgba(0, 0, 0, .9); */
}

.remodal-overlay::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .9);
  z-index: 1;
  inset: 0;
}

.remodal-wrapper {
  padding: 5% 0;
}

.popup-pic .popup {
  margin-top: 12.1vw;
}

.popup-pic .img-zoom {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}

.popup-pic .img-zoom.is-ready {
  opacity: 1;
}

.popup-pic .img-zoom img {
  max-width: none;
  display: block;
  width: 669px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  #lunch .row .label-all {
    right: -30px;
  }

  #lunch .row .desc {
    margin-right: 40px;
  }

  #floor .row1 .desc h2 {
    left: -30px;
  }
}

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

  #lead .row1 .img2 {
    left: calc(50% + 345px);
    right: calc(50% - 50vw);
  }

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

  #floor .row1 .wrap-js-infinity {
    left: calc(50% - 100px);
  }

  #shopinfo .left {
    width: calc(100% - 600px);
    padding-left: 39px;
  }

  #shopinfo .left .img {
    width: 420px;
  }

  #shopinfo .right {
    width: 600px;
  }

  #shopinfo .right .info dl {
    padding: 13px 10px 12px;
  }

  #gmap .txt {
    font-size: 16px;
  }

  #floor .row2 .wrap-slider {
    margin-right: calc(50% - 240px);
  }
}