* {
  font-family: "Noto Serif JP", serif;
}

body {
  background-image: url(./assets/images/common/background.webp);
  background-size: 600px 600px;
  background-repeat: repeat;
  background-color: #000000;
  background-position: left top;
  color: #ffffff;
}

p {
  font-size: 16px;
  line-height: 2;
}

.pc {
  display: none;
}

.side-nav__logo h1 {
  opacity: 0;
}

.header {
  background-color: #000000;
  height: 80px;
  padding: 10px 0;
}

.header-logo {
  display: block;
  object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

.side-nav {
  display: none;
}

.popup-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1002;
  display: flex;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #000;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.popup-menu p {
  color: #fff;
  margin-bottom: 10px;
}

.popup-menu__close-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}

.popup-menu__close-button {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.popup-menu__close-button img {
  width: 21px;
  height: 21px;
}

.close-button:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.popup-menu.open {
  right: 0;
}

.header_wrapper .yoyaku_button {
  display: none;
}

.popup-menu__nav {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -20px;
  align-items: center;
  gap: 30px;
  margin: auto auto;
  padding: 0 30px;
}

.popup-menu__nav-item {
  display: block;
  width: 100%;
  position: relative;
}

.popup-menu__nav-item a {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
}

a.popup-menu__insta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
}

.popup-menu__insta::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(./assets/images/common/icon-instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  padding: 19px min(16px, calc(16px + 50vw - 188px));
  z-index: 1000;
}

.mobile-nav__group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}

.mobile-nav__item {
  background-color: #bf1516;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: min(18px, 4.53vw);
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.mobile-nav__item:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/icon-phone.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-nav__menu-button {
  display: block;
  background: none;
  border: none;
  color: white;
  margin-left: 5px;
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  font-size: 12px;
  white-space: nowrap;
}

.mobile-nav__menu-button::before {
  content: "";
  display: block;
  width: 27px;
  height: 16px;
  background-image: url(./assets/images/common/icon-menu.png);
  background-size: contain;
}

.rights {
  background-color: #000000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
  height: 29px;
}

section {
  padding: 40px 27px;
}

.fv {
  padding: 0;
}

/* .fv-logo {
  width: 110px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 40px auto 0;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 20px #000;
} */

.section-title {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  text-shadow: 0px 0px 20px #000;
}

.fv-video-container {
  display: block;
  /* max-width: 1280px;
  margin: 40px auto 0; */
  width: 100%;
}

.fv-video {
  width: 100%;
  height: auto;
}

.intro .section-title {
  font-size: 22px;
}

.occasions .section-title {
  font-size: 20px;
  font-weight: 600;
}

.section-title span {
  font-size: 26px;
  font-weight: 600;
}

.occasions .section-title span:first-child {
  font-size: 31px;
}

.occasions .section-title span:nth-child(2) {
  font-size: 23px;
}

.occasions .section-title span:last-child {
  display: inline-block;
  width: 1%;
  position: relative;
  left: -7px;
}

.intro-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 984px;
}

.intro-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 24px auto 16px;
}

.intro-item:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.intro-item__image {
  width: calc(50% - 10px);
  aspect-ratio: 1;
  max-width: 252px;
}

.occasions {
  max-width: 1124px;
  margin: 0 auto;
}

.occasions-wrapper {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.occasion {
  max-width: 464px;
}

.occasion__image {
  display: block;

  aspect-ratio: 320 / 240;
}

.occasion__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.occasion__image::before {
  content: "デート";
  display: block;
  width: 100%;
  height: 48px;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(to right, #bf1516 0%, rgba(255, 0, 0, 0) 100%);
  margin-bottom: 8px;
  line-height: 48px;
  padding-left: 9px;
}

.occasion:nth-child(2) .occasion__image::before {
  content: "接 待";
}

.occasion:nth-child(3) .occasion__image::before {
  content: "記念日";
}

.occasion:last-child .occasion__image::before {
  content: "ご家族";
}

.occasion__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 8px;
}

.pr-article {
  margin: 80px auto 0;
}

.pr-title {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  width: 105%;
}

.pr-subtitle {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}

.pr-text {
  margin: 36px auto 0;
  max-width: 937px;
  font-weight: 500;
}

.kodawari-title {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #f7ff00;
  text-shadow: 0px 0px 20px #000;
  letter-spacing: 0.3em;
}

.kodawari-wrapper {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 932px;
}

.kodawari-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 744px;
}

.kodawari-item__logo {
  width: 100%;
  aspect-ratio: 320 / 298;
  max-width: 320px;
  background-image: url(./assets/images/kodawari/kodawari-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

.kodawari-item__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.kodawari-item__image {
  width: 100%;
  max-width: 360px;
}

.menu--meat {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.swiper-container * {
  position: relative;
  z-index: 2;
}

.swiper-container::before {
  position: absolute;
  content: "";
  display: block;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-image: url(./assets/images/menu/meat/swiper-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 15px;
  z-index: 1;
  filter: brightness(1.8);
  opacity: 0.5;
  max-width: 712px;
}

.swiper-slide {
  background-size: cover;
  text-align: center;
  color: white;
  padding: 20px 0px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: calc(100% - 56px);
  max-width: 552px;
}

.slide-title {
  font-size: 20px;
  line-height: 24px;
  color: #f7ff00;
  text-shadow: 0px 0px 20px #000;
  margin-bottom: 8px;
}

.slide-content img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.slide-price {
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0px 0px 20px #000;
  margin-bottom: 16px;
}
.slide-description {
  width: 100%;
  font-weight: 500;
  text-align: left;
}

.swiper-button-wrapper {
  position: relative;
  padding: 0 27px;
  margin: 16px auto 0;
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 936px;
}
.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(./assets/images/menu/meat/swiper-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.swiper-button-next {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}

.section__title {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 24px;
  text-align: center;
  color: #f7ff00;
  text-shadow: 0px 0px 20px #000;
}

.menu-wrapper {
  max-width: 1128px;
  margin: 0px auto;
  padding: 40px 0 0 0;
}

.menu-text {
  line-height: 24px;
  margin: 24px auto 0;
  padding: 0 27px;
  width: fit-content;
  font-weight: 500;
}

.menu__title {
  width: 100%;
  height: 60px;
  background-color: #bf1516;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  text-shadow: 0px 0px 20px #000;
  letter-spacing: 0.3em;
}

.menu {
  padding-left: 8px;
  padding-right: 8px;
}

.menu--dinner {
  margin-top: 40px;
}

.menu--drink {
  padding-top: 20px;
}

.menu--drink .menu__title {
  max-width: 360px;
}

.menu__gallery {
  margin: 44px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.menu__gallery-item {
  max-width: 360px;
}

.menu__gallery-image {
  aspect-ratio: 36 / 27;
  width: 100%;
  object-fit: cover;
}

.menu__gallery-name {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 35px;
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
}

.menu-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px auto 0;
  align-items: center;
  gap: 24px;
}

.menu-item {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 600px) and (max-width: 767px) {
  .menu-container {
    flex-direction: unset;
    align-items: normal;
  }

  .menu-item {
    width: calc(50% - 12px);
  }
}

.menu-item {
}

.menu-item h4 {
  background-color: #bf1516;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
}

.menu-item ul {
  list-style: none;
  padding: 12px 12px 0;
}

.menu-item li {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  font-size: 13px;
  font-weight: 700;
}

.item-name {
  text-align: left;
  flex: 1;
}

.item-price {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.menu__description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 24px auto 0;
  text-shadow: 0px 0px 20px #000;
  padding-right: 5px;
  width: fit-content;
  max-width: 721px;
}

.menu--lunch {
  margin-top: 80px;
}

.menu--lunch ul {
  padding: 0;
}

.menu--lunch .menu-container {
  gap: 0;
}

@media (min-width: 600px) {
  .menu--lunch .menu-container {
    gap: 20px;
  }

  .menu--drink .menu__title {
    max-width: none;
  }
}
.menu--drink .menu-container {
  margin-top: 24px;
}

.menu--nomihodai {
  margin-top: 95px;
}

.nomihodai-price {
  font-size: 32px;
  line-height: 46px;
  margin: 24px auto 0;
  text-align: center;
  text-shadow: 0px 0px 20px #000;
  font-weight: 700;
}

.nomihodai-text {
  text-align: center;
  margin: 24px auto 0;
  font-weight: 500;
  text-shadow: 0px 0px 20px #000;
}

.nomihodai-description {
  margin: 24px auto 0;
}

.nomihodai-description p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

.info .section__title {
  margin-bottom: 24px;
}

.info-images {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
}

.info-image {
  display: block;
  width: 100%;
  max-width: 552px;
}

.info-table {
  margin: 24px auto 0;
  background-color: #ffffff;
}
.info-table__header,
.info-table__data {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.info-table__row {
  border-bottom: 1px solid #707070;
}

.info-table__header {
  padding: 16px;
  background-color: #e2e2e2;
  vertical-align: top;
  width: min(102px, max(80px, calc(102px + 50vw - 188px)));
}

.info-table__data {
  padding: 16px;
}

.info-table__data--schedule {
  padding-right: 20px;
}

.map {
  padding: 0 0 40px 0;
}

.map iframe {
  width: 100%;
  max-height: 472px;
  aspect-ratio: 374 / 472;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .header {
    display: none;
    height: 0;
    padding: 0;
  }

  main,
  footer {
    width: calc(100% - 200px);
    margin-left: auto;
    overflow-x: hidden;
  }

  section {
    padding: 50px 27px;
  }

  .mobile-nav {
    top: 0;
    right: 29px;
    left: auto;
    background-color: transparent;
    padding: 0;
    height: 51px;
    width: fit-content;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .mobile-nav__group {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 24px;
    margin: 0 auto;
  }
  .mobile-nav__item {
    background-color: #bf1516;
    text-decoration: none;
    padding: 0 32px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 24px;
    line-height: 51px;
    transition: opacity 0.2s;
  }

  .mobile-nav__item:hover {
    opacity: 0.8;
  }

  .mobile-nav__menu-button {
    display: none;
  }

  .mobile-nav__item:first-child::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./assets/images/common/icon-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* .fv-logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
  } */

  /* .fv-video-container {
    margin: 40px auto 0;
  } */

  .fv-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .side-nav__logo {
    display: block;
    width: 120px;
    height: 198px;
    background-image: url(./assets/images/common/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
  }

  /* .fv-title {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin: 40px auto 0;
  } */

  .side-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100vh;
    background-color: #000000;
    padding: 40px 30px 50px;
  }

  .side-nav__menu {
    display: flex;
    flex-direction: column;
    gap: min(30px, max(15px, calc(30px + 100vh - 950px)));
    align-items: center;
    margin-top: min(120px, max(40px, calc(120px + 100vh - 1080px)));
  }

  .side-nav__link {
    color: #ffffff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    transition: opacity 0.2s;
  }

  .side-nav__link:hover {
    opacity: 0.8;
  }

  .side-nav__insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: min(80px, max(40px, calc(80px + 50vh - 540px)));
    transition: opacity 0.2s;
  }

  .side-nav__insta:hover {
    opacity: 0.8;
  }

  .side-nav__insta img {
    display: block;
    height: 48px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
  }

  .side-nav__insta::after {
    content: "Instagram";
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    color: #ffffff;
    font-weight: 500;
  }

  .side-nav__scroll {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin: min(73px, max(30px, calc(73px + 100vh - 1000px))) auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .side-nav__scroll::after {
    content: "";
    display: block;
    width: 10px;
    height: 23px;
    background-image: url(./assets/images/common/scroll-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
  }

  .intro .section-title {
    font-size: 40px;
    line-height: 57px;
    padding: 91px 20px 35px;
  }

  .intro-wrapper {
    flex-direction: row;
    gap: 20px;
    max-width: 984px;
    margin: 0 auto;
  }

  .intro-item:first-child {
    max-width: 712px;
    width: 72.4%;
  }

  .intro-item:last-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }

  .intro-video {
    margin: 0;
    aspect-ratio: 712 / 399;
  }

  .intro-item__image {
    width: min(252px, max(180px, 252px + 50vw - 620px));
  }

  .intro-item p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px;
  }

  .occasions {
    max-width: 1124px;
    padding-top: 208px;
  }
  .occasions .section-title,
  .section-title {
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    text-shadow: 0px 0px 20px #000;
  }

  .occasions .section-title {
    letter-spacing: normal;
    font-size: 48px;
    font-weight: 700;
  }

  .section-title span {
    font-size: 56px;
    line-height: 76px;
  }

  .occasions .section-title span:first-child {
    font-size: 72px;
  }

  .occasions .section-title span:nth-child(2) {
    font-size: 56px;
  }

  .occasions-wrapper {
    margin: 114px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }

  .occasion .pc {
    display: none;
  }

  @media (min-width: 1200px) {
    .occasion .pc {
      display: block;
    }

    .occasion {
      display: flex;
      flex-direction: row;
      gap: 48px;

      max-width: none;
      width: 100%;
    }

    .occasion:nth-child(even) {
      margin-left: min(132px, max(0px, calc(132px + 100vw - 1400px)));
    }

    .occasion__image {
      display: block;
      max-width: 464px;
      aspect-ratio: 464 / 320;
      position: relative;
    }

    .occasion__image::before {
      position: absolute;
      width: calc(100% + 62px);
      height: 80px;
      font-size: 40px;
      font-weight: 700;
      background: linear-gradient(
        to right,
        #bf1516 0%,
        rgba(255, 0, 0, 0) 100%
      );
      margin-bottom: 8px;
      line-height: 80px;
      padding-left: 32px;
      right: calc(-100% - 62px);
      box-sizing: border-box;
    }

    .occasion__text {
      font-size: 32px;
      line-height: 48px;
      margin-top: 0px;
      padding-top: 104px;
    }
  }

  .pr-article {
    margin: 120px auto 0;
  }

  .pr-title {
    font-size: 40px;
    line-height: 60px;
  }

  .pr-subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-top: 32px;
    letter-spacing: 0;
  }

  .pr-text {
    margin: 32px auto 0;
    max-width: 937px;
    text-align: center;
  }
  .kodawari-title {
    font-size: 40px;
    line-height: 57px;
  }

  .kodawari-wrapper {
    margin: 85px auto 0;
    gap: 120px;

    align-items: center;
  }

  .kodawari-item__text {
    font-size: 20px;
    line-height: 32px;
  }

  @media (min-width: 1400px) {
    .kodawari-wrapper {
      margin: 85px auto 0;
      gap: 120px;

      align-items: normal;
    }

    .kodawari-item:nth-child(even) {
      margin-left: 168px;
    }
  }

  .kodawari-item__logo {
    width: 100%;
    aspect-ratio: 732 / 312;
    max-width: 712px;
    background-image: url(./assets/images/kodawari/kodawari.png);
    background-size: contain;
  }

  .kodawari-item__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .section__title {
    font-size: 40px;
    line-height: 60px;
  }

  .menu-text {
    font-size: 20px;
    line-height: 32px;
    margin: 36px auto 0;
  }

  .menu__title {
    font-size: 40px;
    height: 72px;
    line-height: 72px;
  }

  @media (max-width: 1367px) {
    .menu__title {
      width: 744px;
    }
  }

  @media (max-width: 983px) {
    .menu__title {
      width: 100%;
    }

    .menu__gallery-item {
      width: min(360px, calc(50% - 12px));
    }
  }

  .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      initial
    );
    box-sizing: content-box;
    overflow: visible !important;
    margin-top: 139px;
  }

  .swiper-slide {
    background-size: cover;
    text-align: center;
    color: white;
    padding: 0 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 56px);
    max-width: 600px;
  }

  .slide-title {
    font-size: 40px;
    line-height: 60px;
    color: #f7ff00;
    margin-bottom: 0px;
  }

  .slide-price {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .slide-description {
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 0 24px;
  }

  .swiper-container::before {
    position: absolute;
    content: "";
    display: block;
    top: 80px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-position: center 15px;
    z-index: 1;
    filter: brightness(1.8);
    opacity: 0.6;
  }

  .swiper-button-wrapper {
    position: relative;
    padding: 0 27px;
    margin: 32px auto 0;
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 936px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url(./assets/images/menu/meat/swiper-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }

  .menu--drink {
    padding-top: 100px;
  }

  @media (min-width: 1200px) {
    .menu-container {
      max-width: 1200px;
      margin: auto;
      max-height: 487px;
      row-gap: 32px;
      column-gap: 24px;
      margin-top: 32px;
    }

    .menu-item {
      min-height: 199px;
    }

    .menu-container--2 {
      max-height: 400px;
      margin-top: 32px;
    }

    .menu-container--2 .menu-item {
      min-height: 0;
    }

    .menu-container--3 {
      max-height: 418px;
      margin-top: 32px;
    }

    .menu-container--3 .menu-item {
      min-height: 0;
    }

    .menu-wrapper {
      max-width: 1128px;
      margin: 0 auto;
      padding: 50px 20px;
      box-sizing: content-box;
    }

    .menu--dinner {
      margin-top: 80px;
    }

    .menu {
      padding-left: 0px;
      padding-right: 0px;
    }

    .menu__gallery {
      margin: 32px auto 0;
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
    }

    .menu--lunch {
      margin: 80px auto 0;
    }

    .menu__description {
      margin: 40px auto 0;
    }

    .menu--lunch .menu-container {
      flex-direction: row;
      gap: 64px;
      justify-content: center;
      align-items: normal;
    }
    .menu--lunch .menu-item {
      max-width: 436px;
    }

    .menu--drink .menu-container {
      margin-top: 32px;
    }

    .menu--drink .menu-container:nth-child(2) {
      flex-direction: unset;
      max-height: none;
      align-items: normal;
    }

    .menu--drink .menu-item {
      min-height: 0;
    }

    @media (max-width: 1382px) {
      .menu-container {
        max-height: 500px;
      }

      .menu-item {
        width: calc(33% - 24px);
        max-width: 360px;
      }

      .menu--drink .menu-container:nth-child(2) {
        max-height: none;
        align-items: normal;
        flex-direction: unset;
        column-gap: 32px;
      }
      .menu-item li {
        gap: 10px;
      }
    }
  }

  .menu--nomihodai {
    margin-top: 80px;
  }

  .nomihodai-price {
    margin: 32px auto 0;
  }

  .nomihodai-text {
    margin: 32px auto 0;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    max-width: 880px;
  }

  .nomihodai-description {
    width: 100%;
    margin: 32px auto 0;
    display: flex;
    flex-direction: row;
    max-width: 936px;
    justify-content: space-between;
    gap: 24px;
  }

  .nomihodai-description p {
    width: calc(50% - 12px);
  }

  .nomihodai-description p:last-child {
    padding-right: 10px;
  }

  .info {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .info .section__title {
    margin-bottom: 42px;
  }

  .info-table {
    margin: 80px auto 0;
    width: 936px;
    width: min(936px, max(520px, calc(936px + 100vw - 1200px)));
  }

  .info-table__header {
    padding: 21px;
    width: 142px;
  }

  .info-table__header,
  .info-table__data {
    font-size: 18px;
    line-height: 24px;
  }

  .rights {
    margin-bottom: 0;
    background-color: transparent;
    position: relative;
    line-height: 23px;
  }

  @media (max-width: 1199px) {
    .menu-container {
      display: flex;
      flex-direction: unset;
      flex-wrap: wrap;
      gap: 10px;
      margin: 40px auto 0;
      align-items: unset;
      justify-content: center;
      gap: 24px;
    }
    .menu-item {
      width: calc(50% - 12px);
    }

    .menu-item li {
      gap: 10px;
    }

    .menu-item:last-child:nth-child(odd) {
      margin-right: auto;
      margin-left: calc(50% - 12px - 360px);
    }

    .menu--lunch {
      margin-top: 90px;
    }

    .menu--lunch .menu-container {
      gap: 20px;
    }

    @media (max-width: 957px) {
      .menu-item:last-child:nth-child(odd) {
        margin-left: 0;
      }
    }
  }

  .map {
    padding: 0 0 80px 0;
  }
}
