@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

.body-wrap {
  position: relative;
  overflow: hidden;
}

main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.show--pc {
  display: block;
  visibility: visible;
}
@media (max-width: 768px) {
  .show--pc {
    display: none;
    visibility: hidden;
  }
}

.show--tab {
  display: none;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .show--tab {
    display: block;
    visibility: visible;
  }
}

.show--sp {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
    visibility: visible;
  }
}

.section__ttl {
  font-family: "Jost", sans-serif;
}

.btn--contact {
  background: #937446;
  border: 0;
  width: 240px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .btn--contact {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.btn--contact:hover {
  background: #553513;
  opacity: 1;
}

.btn--contact__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .btn--contact__inner {
    width: 100%;
    padding: 10px 25px;
  }
}

.inner {
  padding-block: 8.3333333333vw;
}
@media screen and (max-width: 960px) {
  .inner {
    padding-block: 10.6666666667vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  color: #000000;
  height: 80px;
}
@media (max-width: 960px) {
  header {
    height: 40px;
  }
}

.header__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__language {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .header__language {
    margin-right: 0;
  }
}

.header__language-logo {
  max-width: 16px;
}

.header__language-link {
  padding: 0 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
  color: #7C7E7C;
  line-height: 1;
}
@media (max-width: 960px) {
  .header__language-link {
    padding: 0 12px;
    font-size: 14px;
  }
}
.header__language-link.active {
  color: #e4e4e4;
  pointer-events: none;
}
.header__language-link:first-of-type {
  border-right: 1px solid #7C7E7C;
}
.header__language-link:hover {
  opacity: 0.5;
}

footer {
  background-color: #E4E4E4;
}

.footer__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 65px 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 25px 0px;
  }
}

footer .copyRight {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #1F1F1F;
  text-align: center;
}
@media (max-width: 768px) {
  footer .copyRight {
    font-size: 10px;
    line-height: 2.1;
  }
}

.js-mv-image {
  opacity: 0;
}

.js-fadeIn-item {
  opacity: 0;
}

.drink__swiper {
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about {
  background: url("../imgs/about-bg.webp") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  .about {
    background: none;
  }
  .about::before {
    background: url("../imgs/about-bg-sp01.webp") no-repeat center center/contain;
    content: "";
    position: absolute;
    right: 0;
    top: 21.3333333333vw;
    width: 192vw;
    height: 192vw;
    z-index: -1;
  }
  .about::after {
    background: url("../imgs/about-bg-sp02.webp") no-repeat center center/contain;
    content: "";
    position: absolute;
    left: 0;
    bottom: 10.6666666667vw;
    width: 149.3333333333vw;
    height: 149.3333333333vw;
    z-index: -1;
  }
}

.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.about__block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .about__block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .about__block:not(:first-child) {
    margin-top: 18.6666666667vw;
  }
  .about__block:not(:first-child) .about__img {
    margin-right: 0;
    margin-left: auto;
  }
}

.page-jp .about__block:nth-child(2n) .about__text:nth-child(1) {
  margin-top: -0.78125vw;
}
@media screen and (max-width: 960px) {
  .page-jp .about__block:nth-child(2n) .about__text:nth-child(1) {
    margin-top: -1.3333333333vw;
  }
}

.about__img {
  max-width: 62.5vw;
}
@media screen and (max-width: 960px) {
  .about__img {
    margin-right: auto;
    max-width: 93.3333333333vw;
  }
}

.about__text-box {
  margin-top: 5.625vw;
  width: calc(100% - 62.5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8229166667vw;
}
@media screen and (max-width: 960px) {
  .about__text-box {
    margin-top: 0;
    width: 100%;
    gap: 6.9333333333vw;
  }
}

.about__block:nth-child(2n) .about__text-box {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 960px) {
  .about__block:nth-child(2n) .about__text-box {
    margin-top: 0;
  }
}

.about__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: max(10px, 1.0416666667vw);
  line-height: 1.25;
  letter-spacing: 0.24em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .about__text {
    font-size: max(10px, 4vw);
    line-height: 1.3333333333;
    white-space: nowrap;
    letter-spacing: 0.25em;
  }
}

.page-en .about__block {
  gap: 4.1666666667vw;
}
@media screen and (max-width: 960px) {
  .page-en .about__block {
    gap: 8vw;
  }
}

.page-en .about__text-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 28.6458333333vw;
}
@media screen and (max-width: 960px) {
  .page-en .about__text-box {
    padding: 0 4vw;
    max-width: 100%;
  }
}

.page-en .about__block:nth-child(2n) .about__text-box {
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-en .about__text {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 3.5;
}
@media screen and (max-width: 960px) {
  .page-en .about__text {
    width: 100%;
    white-space: wrap;
    line-height: 3;
  }
}

/* アクセス・予約セクション */
.access {
  padding: 8.3333333333vw 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .access {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

.access__inner {
  max-width: 54.1666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .access__inner {
    max-width: 100%;
  }
}

.access__title {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: max(10px, 2.9166666667vw);
  letter-spacing: 0.1em;
  line-height: 1.4464285714;
  text-align: center;
  color: #937446;
}
@media screen and (max-width: 960px) {
  .access__title {
    font-size: max(10px, 8.5333333333vw);
  }
}

.access__content {
  margin-top: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 960px) {
  .access__content {
    padding: 0 5.3333333333vw;
    margin-top: 6.4vw;
    gap: 13.8666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.access__map {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .access__map {
    width: 100%;
  }
}

.access__map img {
  width: 100%;
  height: auto;
  display: block;
}

.access__info {
  width: 48%;
  font-size: max(10px, 0.8333333333vw);
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .access__info {
    width: 100%;
    font-size: max(10px, 4vw);
    line-height: 1.6666666667;
  }
}

.access__shop-name {
  margin-top: 1.0416666667vw;
  max-width: 20vw;
}
@media screen and (max-width: 960px) {
  .access__shop-name {
    margin-top: 0;
    max-width: 68.2666666667vw;
  }
}

.access__address {
  margin-top: 1.875vw;
}
@media screen and (max-width: 960px) {
  .access__address {
    margin-top: 6.4vw;
  }
}

.access__map-link {
  padding-right: 0.8333333333vw;
  text-decoration: underline;
  color: inherit;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .access__map-link {
    margin-top: 3.2vw;
    padding-right: 4.2666666667vw;
  }
}
.access__map-link:hover {
  text-decoration: none;
}
.access__map-link::after {
  content: "";
  position: absolute;
  right: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 0.4166666667vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.4166666667vw;
}
@media screen and (max-width: 960px) {
  .access__map-link::after {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
}

@media screen and (max-width: 960px) {
  .access__tel {
    margin-top: 3.2vw;
  }
}

.access__hours {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 960px) {
  .access__hours {
    margin-top: 9.0666666667vw;
  }
}

.access__hours-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .access__hours-item + .access__hours-item {
    margin-top: 3.2vw;
  }
}

.access__hours-item dt {
  width: 3.6458333333vw;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .access__hours-item dt {
    width: 16vw;
  }
}

.access__hours-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.access__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.78125vw;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 960px) {
  .access__buttons {
    margin-top: 18.6666666667vw;
    gap: 2.6666666667vw;
  }
}

.access__instagram-btn,
.access__reserve-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625vw 1.0416666667vw;
  height: 4.1666666667vw;
  max-width: 16.6666666667vw;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .access__instagram-btn,
  .access__reserve-btn {
    padding: 4vw;
    height: 13.3333333333vw;
    max-width: 100%;
  }
}

.access__instagram-btn {
  background-color: #7C7E7C;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: max(10px, 0.9375vw);
}
@media screen and (max-width: 960px) {
  .access__instagram-btn {
    font-size: max(10px, 3.7333333333vw);
  }
}

.access__instagram-btn:hover {
  background-color: #3C3E3C;
}

.access__reserve-btn {
  background-color: #a88c4c;
  color: #fff;
  font-size: max(10px, 1.0416666667vw);
}
@media screen and (max-width: 960px) {
  .access__reserve-btn {
    font-size: max(10px, 3.7333333333vw);
  }
}

.access__reserve-btn:hover {
  background-color: #553513;
}

.access__icon-instagram {
  display: inline-block;
  margin-right: 0.4166666667vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .access__icon-instagram {
    margin-right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

/* FVスタイル */
.fv {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 100%;
  }
}

.fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 37.1875vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    max-width: 86.6666666667vw;
  }
}

.fv__img {
  width: 100%;
}

.fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__foods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.fv__foods picture {
  width: 100%;
}

.fv__foods img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fv-scroll {
  position: absolute;
  right: 1.8229166667vw;
  bottom: 1.8229166667vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-scroll {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 18.6666666667vw;
    max-width: 11.7333333333vw;
  }
}

.fv-scroll__text {
  padding-bottom: 10.3645833333vw;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: max(10px, 0.8333333333vw);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #fff;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-scroll__text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding-bottom: 26.6666666667vw;
    font-size: max(10px, 3.2vw);
  }
}

.fv-scroll__line {
  background: #777;
  width: 2px;
  height: 8.3333333333vw;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 線がどこまで伸びたかを示す白い部分 */
  /* 円の設定 */
}
@media screen and (max-width: 767px) {
  .fv-scroll__line {
    width: 1px;
    height: 21.3333333333vw;
  }
}
.fv-scroll__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0; /* 初期高さは0 */
  background: #fff;
  left: 0;
  top: 0;
  -webkit-animation: lineGrowAnimation 2s ease-in-out infinite;
          animation: lineGrowAnimation 2s ease-in-out infinite;
}
.fv-scroll__line::before {
  content: "";
  position: absolute;
  width: 0.625vw;
  height: 0.625vw;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  border-radius: 50%;
  -webkit-animation: circleAnimation 2s ease-in-out infinite;
          animation: circleAnimation 2s ease-in-out infinite;
  z-index: 2; /* 線の上に表示 */
}
@media screen and (max-width: 767px) {
  .fv-scroll__line::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

/* 円のアニメーション - 上から下へ移動 */
@-webkit-keyframes circleAnimation {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes circleAnimation {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/* 線が伸びるアニメーション - 長さが0から100%に */
@-webkit-keyframes lineGrowAnimation {
  0% {
    height: 0;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes lineGrowAnimation {
  0% {
    height: 0;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
/* メニューセクションのスタイル */
.menu {
  background-color: #F3EEEB;
  position: relative;
}
.menu::before {
  background: url("../imgs/menu-bg.svg") repeat center center/33.3333333333vw 48.3854166667vw;
  content: "";
  position: absolute;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .menu::before {
    background: url("../imgs/menu-bg.svg") repeat center center/170.6666666667vw 247.7333333333vw;
  }
}

.menu__inner {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .menu__inner {
    padding-top: 21.3333333333vw;
  }
}

.menu__title {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: max(10px, 2.9166666667vw);
  letter-spacing: 0.1em;
  line-height: 1.4464285714;
}
@media screen and (max-width: 960px) {
  .menu__title {
    font-size: max(10px, 8.5333333333vw);
  }
}

.menu__section {
  padding-top: 12.8125vw;
  padding-bottom: 15.625vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .menu__section {
    padding-top: 45.3333333333vw;
    padding-bottom: 48vw;
  }
}
.menu__section::before {
  content: "";
  position: absolute;
  top: 4.4270833333vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBE8E6;
  -webkit-clip-path: polygon(0% 100%, 0 0%, 100% 5%, 100% 100%);
          clip-path: polygon(0% 100%, 0 0%, 100% 5%, 100% 100%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .menu__section::before {
    top: 16vw;
  }
}
.menu__section::after {
  background: url("../imgs/menu-bg.svg") repeat center center/33.3333333333vw 48.3854166667vw;
  content: "";
  position: absolute;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4.4270833333vw;
  -webkit-clip-path: polygon(0% 100%, 0 0%, 100% 5%, 100% 100%);
          clip-path: polygon(0% 100%, 0 0%, 100% 5%, 100% 100%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .menu__section::after {
    background: url("../imgs/menu-bg.svg") repeat center center/170.6666666667vw 247.7333333333vw;
    top: 16vw;
  }
}

.menu__section:last-child {
  padding-top: 0;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 960px) {
  .menu__section:last-child {
    padding-bottom: 21.3333333333vw;
  }
}
.menu__section:last-child::before {
  content: "";
  position: absolute;
  top: -8.3333333333vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F1EEED;
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .menu__section:last-child::before {
    top: -32vw;
  }
}
.menu__section:last-child::after {
  background: url("../imgs/menu-bg.svg") repeat center center/33.3333333333vw 48.3854166667vw;
  content: "";
  position: absolute;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  left: 0;
  top: -8.3333333333vw;
  pointer-events: none;
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .menu__section:last-child::after {
    background: url("../imgs/menu-bg.svg") repeat center center/170.6666666667vw 247.7333333333vw;
    top: -32vw;
  }
}
.menu__section:last-child .menu__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .menu__section:last-child .menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .menu__section:last-child .menu__main-image {
    margin-left: auto;
  }
}
.menu__section:last-child .menu__thumbnails {
  margin-top: 0.78125vw;
}
@media screen and (max-width: 960px) {
  .menu__section:last-child .menu__thumbnails {
    margin-top: 1.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu__section:last-child .menu__thumb {
  width: 20%;
  height: auto;
}

.menu__section-title {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: max(10px, 2.0833333333vw);
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .menu__section-title {
    font-size: 24px;
  }
}
.menu__section-title::before {
  height: 6.25vw;
  width: 1px;
  background: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9.375vw;
  content: "";
  position: absolute;
}
@media screen and (max-width: 960px) {
  .menu__section-title::before {
    height: 21.3333333333vw;
    top: -32vw;
  }
}

.menu__time {
  margin-top: 2.34375vw;
  font-size: max(10px, 0.9375vw);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .menu__time {
    margin-top: 6.4vw;
    font-size: 15px;
  }
}

.menu__content {
  margin-top: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 960px) {
  .menu__content {
    margin-top: 9.6vw;
    gap: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu__main-image {
  max-width: 62.5vw;
}
@media screen and (max-width: 960px) {
  .menu__main-image {
    max-width: 88vw;
  }
}

.menu__main-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__items {
  max-width: 28.75vw;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .menu__items {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.menu__list {
  border-top: 1px dotted #BABBBB;
}

.menu__item {
  padding: 1.25vw 1.6666666667vw 1.25vw 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #BABBBB;
  height: 3.8541666667vw;
}
@media screen and (max-width: 960px) {
  .menu__item {
    padding: 4.2666666667vw;
    height: 14.6666666667vw;
  }
}

.menu__item-name {
  font-size: max(10px, 0.8333333333vw);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .menu__item-name {
    font-size: max(10px, 4vw);
  }
}

.menu__price {
  font-size: max(10px, 0.8333333333vw);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .menu__price {
    font-size: max(10px, 4vw);
  }
}

.menu__tax {
  margin-top: 1.25vw;
  font-size: max(10px, 0.7291666667vw);
  text-align: right;
}
@media screen and (max-width: 960px) {
  .menu__tax {
    margin-top: 4.2666666667vw;
    font-size: 12px;
  }
}

.menu__thumbnails {
  margin-top: 7.03125vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.78125vw;
}
@media screen and (max-width: 960px) {
  .menu__thumbnails {
    margin-top: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}

.menu__thumb {
  width: 6.25vw;
  height: 6.25vw;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .menu__thumb {
    width: 16.5333333333vw;
    max-width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
}

.menu__thumb.active {
  opacity: 0.3;
}

.menu__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu__btn {
  margin: 5.2083333333vw auto 0;
  max-width: 16.6666666667vw;
  height: 4.1666666667vw;
  font-size: max(10px, 0.9375vw);
  font-family: "Jost", sans-serif;
  background: #3C3E3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .menu__btn {
    margin-top: 13.3333333333vw;
    max-width: 89.3333333333vw;
    height: 13.3333333333vw;
    font-size: max(10px, 3.7333333333vw);
  }
}
.menu__btn:hover {
  opacity: 0.7 !important;
}

.menu__attention {
  margin-top: 2.6041666667vw;
  font-size: max(10px, 0.9375vw);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .menu__attention {
    margin-top: 10.6666666667vw;
    font-size: max(10px, 3.7333333333vw);
  }
}

.drink__section {
  margin: 6.25vw auto 0;
  max-width: 77.6041666667vw;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .drink__section {
    padding: 2.6666666667vw;
    margin-top: 18.6666666667vw;
    max-width: 89.3333333333vw;
  }
}

.drink__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .drink__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.drink__content {
  padding: 1.25vw 1.25vw 1.25vw 2.6041666667vw;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .drink__content {
    padding: 8vw 5.3333333333vw;
  }
}

.page-en .drink__content {
  padding: 0.5208333333vw 1.25vw 0.5208333333vw 1.5625vw;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .page-en .drink__content {
    padding: 8vw 5.3333333333vw;
  }
}

.drink__title {
  font-size: max(10px, 1.0416666667vw);
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .drink__title {
    font-size: max(10px, 4vw);
    text-align: center;
    line-height: 1.5;
  }
}

.drink__items {
  margin-top: 1.0416666667vw;
  gap: 3.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .drink__items {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
}

.page-en .drink__items {
  gap: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .page-en .drink__items {
    gap: 6.4vw;
  }
}

@media screen and (max-width: 960px) {
  .drink__items-block {
    margin: 0 auto;
    max-width: 54.6666666667vw;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .page-en .drink__items-block {
    max-width: 54.6666666667vw;
  }
}

.drink__category-title {
  font-weight: bold;
  font-size: max(10px, 0.8333333333vw);
}
@media screen and (max-width: 960px) {
  .drink__category-title {
    font-size: max(10px, 4vw);
  }
}

.drink__list + .drink__category-title {
  margin-top: 1.25vw;
}
@media screen and (max-width: 960px) {
  .drink__list + .drink__category-title {
    margin-top: 6.4vw;
  }
}

.drink__list {
  margin-top: 0.625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 960px) {
  .drink__list {
    margin-top: 6.4vw;
    gap: 3.2vw;
  }
}

.drink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: max(10px, 0.8333333333vw);
}
@media screen and (max-width: 960px) {
  .drink__item {
    font-size: max(10px, 4vw);
    gap: 2.6666666667vw;
  }
}

.drink__price {
  position: relative;
  white-space: nowrap;
}
.drink__price .wave {
  position: absolute;
  right: -0.9375vw;
}
@media screen and (max-width: 960px) {
  .drink__price .wave {
    right: -4vw;
  }
}

.drink__note {
  margin-top: 1.5625vw;
  font-size: max(10px, 0.7291666667vw);
}
@media screen and (max-width: 960px) {
  .drink__note {
    margin-top: 6.4vw;
    font-size: max(10px, 3.2vw);
  }
}

.page-en .drink__note {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 960px) {
  .page-en .drink__note {
    margin-top: 6.4vw;
  }
}

.drink__main-image {
  max-width: 31.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .drink__main-image {
    max-width: 84vw;
  }
}

/* SPACEセクション用スタイル */
.space {
  background-color: #1a1a1a;
  color: #fff;
  padding-top: 8.3333333333vw;
  padding-bottom: 5.2083333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .space {
    padding-top: 21.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.space::before {
  height: 6.25vw;
  width: 1px;
  background: #937446;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.125vw;
  content: "";
  position: absolute;
}
@media screen and (max-width: 960px) {
  .space::before {
    height: 21.3333333333vw;
    top: -10.6666666667vw;
  }
}

.space__inner {
  margin: 0 auto;
  position: relative;
}

.space__title {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: max(10px, 2.9166666667vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #937446;
  line-height: 1.4464285714;
}
@media screen and (max-width: 960px) {
  .space__title {
    font-size: max(10px, 8.5333333333vw);
  }
}

.space__description {
  margin-top: 1.5625vw;
  text-align: center;
  line-height: 2;
  font-size: max(10px, 0.9375vw);
}
@media screen and (max-width: 960px) {
  .space__description {
    margin-top: 6.4vw;
    font-size: max(10px, 4vw);
  }
}

.space__slider-container {
  margin-top: 6.25vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .space__slider-container {
    margin-top: 13.3333333333vw;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-nav {
  margin: 2.6041666667vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.9895833333vw;
  max-width: 79.16%;
}
@media screen and (max-width: 960px) {
  .swiper-nav {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    max-width: 89.333%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.swiper-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
}
@media screen and (max-width: 960px) {
  .swiper-nav-left {
    gap: 3.7333333333vw;
  }
}

.swiper-nav-right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .swiper-nav-right {
    width: 100%;
  }
}

/* ページネーション（カウンター）のスタイル */
.space-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 960px) {
  .space-pagination {
    gap: 3.2vw;
    font-size: max(10px, 3.7333333333vw);
  }
  .space-pagination .small {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.space-pagination .current {
  font-weight: 700;
}

/* ナビゲーションボタン */
.space-button-prev,
.space-button-next {
  position: relative;
  width: 2.7083333333vw;
  height: 2.34375vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .space-button-prev,
  .space-button-next {
    width: 8.2666666667vw;
    height: 7.7333333333vw;
  }
}

.space-button-prev::after,
.space-button-next::after {
  background: url("../imgs/slider-btn-arrow.svg") no-repeat center center/cover;
  content: "";
  width: 2.7083333333vw;
  height: 2.0833333333vw;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 960px) {
  .space-button-prev::after,
  .space-button-next::after {
    width: 8.2666666667vw;
    height: 6.4vw;
  }
}

.space-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.space-button-prev:hover,
.space-button-next:hover {
  opacity: 0.7;
}

/* スクロールバーのスタイル */
.swiper-scrollbar {
  background-color: rgba(241, 238, 237, 0.5);
  width: 100%;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  bottom: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.swiper-scrollbar-drag {
  background-color: #FEFDFF;
}

/* キャッシュレスセクション */
.cashless {
  margin-top: -1px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 3.75vw 0 8.3333333333vw;
  position: relative;
}
@media screen and (max-width: 960px) {
  .cashless {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

.cashless__inner {
  margin: 0 auto;
  position: relative;
}

.cashless__title {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: max(10px, 2.9166666667vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #937446;
}
@media screen and (max-width: 960px) {
  .cashless__title {
    font-size: max(10px, 8.5333333333vw);
  }
}

.cashless__content {
  margin: 3.9583333333vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 960px) {
  .cashless__content {
    margin-top: 4.2666666667vw;
    gap: 8.5333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cashless__content + .cashless__content {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 960px) {
  .cashless__content + .cashless__content {
    margin-top: 10.6666666667vw;
  }
}

.cashless__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.33%;
  max-width: 10vw;
}
@media screen and (max-width: 960px) {
  .cashless__item {
    width: 50%;
    max-width: 34.1333333333vw;
  }
}

.cashless__icon {
  max-width: 8.3333333333vw;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .cashless__icon {
    max-width: 21.3333333333vw;
  }
}

.cashless__label {
  font-weight: bold;
  font-size: max(10px, 1.25vw);
  line-height: 1.3333333333;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .cashless__label {
    font-size: max(10px, 4.2666666667vw);
  }
}

.cashless__en {
  font-size: max(10px, 0.8333333333vw);
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .cashless__en {
    font-size: max(10px, 0.2666666667vw);
  }
}