@charset "UTF-8";
@font-face {
  font-family: "LocalSans";
  src: local("Noto Sans JP"), local("Noto Sans CJK JP Regular");
}
@font-face {
  font-family: "LocalSerif";
  src: local("Noto Serif JP"), local("Noto Serif CJK JP Regular");
}
html {
  scroll-behavior: smooth;
}

body {
  background: #000000;
  color: #FFFFFF;
  line-height: 1.5;
  font-family: "LocalSans", "Noto Sans JP", sans-serif;
}

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

.br-pc-only {
  display: inline;
}
@media (max-width: 768px) {
  .br-pc-only {
    display: none;
  }
}

.br-sp-only {
  display: none;
}
@media (max-width: 420px) {
  .br-sp-only {
    display: inline;
  }
}

.br-md-only {
  display: none;
}
@media (max-width: 768px) {
  .br-md-only {
    display: inline;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.sec-wrap {
  max-width: 1036px;
  margin-inline: auto;
  padding-inline: 20px;
}

hgroup {
  margin-bottom: 2.8em;
}
hgroup h2 {
  font-size: clamp(18px, 17.3px + 0.19vw, 20px);
  line-height: 1;
}
hgroup p {
  margin-bottom: 0.35em;
  font-family: "Marcellus", serif;
  font-size: clamp(40px, 38.59px + 0.38vw, 44px);
  line-height: 1;
}

h2 {
  margin-bottom: 0.35em;
  line-height: 1;
  font-family: "Marcellus", serif;
  font-size: clamp(40px, 38.59px + 0.38vw, 44px);
}

dt {
  font-weight: normal;
}

section:not(.fv-sec, .info-sec, .info-reserve-sec) {
  padding-bottom: clamp(100px, 97.1831px + 0.7746vw, 110px);
}

h3:not(.Philosophy__copy) {
  margin-bottom: 0.8em;
  font-size: clamp(20px, 18.59px + 0.38vw, 24px);
  font-family: "LocalSerif", "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  h3:not(.Philosophy__copy) {
    margin-bottom: 0.3em;
  }
}

.sec-txt {
  font-size: clamp(14px, 13.3px + 0.19vw, 16px);
  font-family: "LocalSans", "Noto Sans JP", sans-serif;
  line-height: 2.9;
}
@media (max-width: 768px) {
  .sec-txt {
    line-height: 2.3;
  }
}

.lang-ja {
  display: inline;
}

.lang-en {
  display: none;
}

html.g-translate .lang-ja,
html.translated-ltr .lang-ja {
  display: none;
}
html.g-translate .lang-en,
html.translated-ltr .lang-en {
  display: inline;
}

/* はみ出し対策用の共通クラス */
.u-overflow-clip {
  overflow-x: clip;
}

.swiper {
  position: fixed;
  z-index: -10;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), var(--bg-img);
}

/* 各スライドに背景画像を適用 */
.slide-1 {
  --bg-img: url('../img/bg_01.jpg');
}
@media (max-width: 420px) {
  .slide-1 {
    --bg-img: url('../img/bg_sp01.jpg');
  }
}

.slide-2 {
  --bg-img: url('../img/bg_02.jpg');
}
@media (max-width: 420px) {
  .slide-2 {
    --bg-img: url('../img/bg_sp02.jpg');
  }
}

.slide-3 {
  --bg-img: url('../img/bg_03.jpg');
}
@media (max-width: 420px) {
  .slide-3 {
    --bg-img: url('../img/bg_sp03.jpg');
  }
}

.slide-4 {
  --bg-img: url('../img/bg_04.jpg');
}
@media (max-width: 420px) {
  .slide-4 {
    --bg-img: url('../img/bg_sp04.jpg');
  }
}

.slide-5 {
  --bg-img: url('../img/bg_05.jpg');
}
@media (max-width: 420px) {
  .slide-5 {
    --bg-img: url('../img/bg_sp05.jpg');
  }
}

.slide-6 {
  --bg-img: url('../img/bg_06.jpg');
}
@media (max-width: 420px) {
  .slide-6 {
    --bg-img: url('../img/bg_sp06.jpg');
  }
}

.slide-7 {
  --bg-img: url('../img/bg_07.jpg');
}
@media (max-width: 420px) {
  .slide-7 {
    --bg-img: url('../img/bg_sp07.jpg');
  }
}

.translate-menu {
  position: absolute;
  z-index: 20;
  right: 0;
  width: 163px;
  color: #000000;
  font-family: "LocalSans", "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 11.3px + 0.19vw, 14px);
}
.translate-menu__trigger {
  width: 100%;
  padding: 1.5em 1.43em;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  transition: background 0.3s;
}
.translate-menu__trigger::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 1px;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #D9D9D9 transparent transparent transparent;
}
.translate-menu__trigger:hover {
  background: #333333;
  transition: background 0.3s;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sub-menu.is-open {
  display: block;
}
.sub-menu .menu-item {
  border-bottom: 1px solid #FFFFFF;
  background: #000;
  opacity: 0;
}
.sub-menu .menu-item:first-child {
  border-top: 1px solid #FFFFFF;
}
.sub-menu .menu-item:last-child {
  border-bottom: none;
}
.sub-menu .menu-item:not(.exit) {
  animation: enter 0.3s ease-out forwards;
}
.sub-menu .menu-item.exit {
  opacity: 1;
  animation: exit 0.3s ease-in forwards;
}
.sub-menu .menu-item:nth-child(1):not(.exit) {
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(1).exit {
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(2):not(.exit) {
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(2).exit {
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3):not(.exit) {
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(3).exit {
  animation-delay: 0s;
}
.sub-menu .menu-item a {
  display: block;
  padding: 1.5em 1.43em;
  color: #FFFFFF;
  text-align: center;
  transition: background 0.3s;
}
.sub-menu .menu-item a:hover {
  background: #333333;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes exit {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: scaleY(0.98) translateY(-10px);
  }
}
nav {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 473px;
  font-size: clamp(11px, 9.94px + 0.28vw, 14px);
}
@media (max-width: 420px) {
  nav {
    width: 100%;
  }
}
nav ul.flex {
  justify-content: flex-end;
  gap: 0.3em;
}
@media (max-width: 420px) {
  nav ul.flex {
    justify-content: space-between;
  }
}
nav ul.flex li {
  padding: 1.2em 1.3em;
  background: #000000;
  color: #FFFFFF;
  transition: background 0.3s;
}
@media (max-width: 420px) {
  nav ul.flex li:first-child {
    flex: 2 1 auto;
  }
  nav ul.flex li:last-child {
    flex: 1 1 auto;
  }
}
nav ul.flex li .nav-inner {
  align-items: center;
  justify-content: center;
  gap: 1.1em;
  white-space: nowrap;
}
nav ul.flex li .nav-inner img {
  flex-shrink: 0;
  width: clamp(35px, 31.83px + 0.85vw, 44px);
  max-width: none;
  transition: opacity 0.3s;
}
nav ul.flex li .nav-inner img:hover {
  opacity: 0.7;
}

.fv-sec {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
.fv-sec h1 {
  position: fixed;
  z-index: -1;
  right: clamp(-100px, -7%, -80px);
  bottom: 3%;
  width: clamp(341px, 42.9vw, 618px);
}
.fv-sec .fv__copy {
  margin-top: 18em;
  margin-left: 6em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .fv-sec .fv__copy {
    margin-top: 7em;
    margin-left: 1.5em;
  }
}
.fv-sec .fv__copy .en {
  margin-bottom: 0.3em;
  font-family: "Marcellus", serif;
  letter-spacing: 0.01em;
  font-size: clamp(24px, 18.36px + 1.5vw, 40px);
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .fv-sec .fv__copy .en {
    font-size: 21px;
  }
}
.fv-sec .fv__copy .ja {
  margin-bottom: 1.2em;
  font-family: "LocalSerif", "Noto Serif JP", serif;
  font-size: clamp(14px, 11.89px + 0.56vw, 20px);
}
@media screen and (max-width: 370px) {
  .fv-sec .fv__copy .ja {
    font-size: 11px;
  }
}

.info-sec {
  background-color: #000000;
  color: #FFFFFF;
  font-size: clamp(12px, 11.3px + 0.19vw, 14px);
}
.info-sec .info {
  justify-content: flex-start;
  align-items: center;
  gap: 2.3em;
  width: 100%;
  padding: 2.4em 0;
}
@media (max-width: 420px) {
  .info-sec .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.info-sec h2 {
  font-size: clamp(12px, 9.89px + 0.56vw, 18px);
  margin-bottom: 0;
}

.gradient-wrap {
  position: relative;
}
.gradient-wrap::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(270deg, rgba(39, 38, 38, 0.9) 0%, rgba(39, 38, 38, 0.6) 50%, rgba(39, 38, 38, 0.9) 100%);
  mix-blend-mode: multiply;
  content: "";
  pointer-events: none;
}

.Philosophy-sec {
  padding-top: 93px;
}
.Philosophy-sec img {
  width: 100%;
}
.Philosophy-sec hgroup {
  margin-bottom: -0.4em;
}
.Philosophy-sec .Philosophy {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: calc((100vw - 996px) / 2 + 20px) minmax(120px, 258px) minmax(calc(2em - 46px), min(5.5em, 5vw)) minmax(0, 10px) minmax(0, 197px) minmax(0, 333px) calc((100vw - 996px) / 2 - 333px);
  grid-template-areas: ".     .      copy   sign   sign   glass   ." ".     food   copy   txt    txt    txt    ." "shop  shop   copy   txt    txt    txt    ." "shop  shop     .    .      work   work   ." ".       .       .   .      work   work   .";
  gap: 46px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy {
    grid-template-columns: minmax(65px, 1fr) auto minmax(10px, 42px) minmax(5px, 23px) minmax(0, 128px) 15px minmax(0, 135px) minmax(0, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-template-areas: ".    copy  .     sign  sign  .     .     ." ".    copy  .     .     .     .     glass ." ".    copy  .     .    food  food  food  ." ".    txt   txt   txt   txt   txt   txt   ." "shop shop  shop  shop  shop  shop  shop  shop" "work work  work  work  work  work  work  work";
    gap: 0;
    margin-top: 2em;
  }
}
.Philosophy-sec .Philosophy__copy {
  grid-area: copy;
  align-self: start;
  justify-self: center;
  font-family: "LocalSerif", "Noto Serif JP", serif;
  font-size: clamp(22px, 20.59px + 0.38vw, 26px);
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__copy {
    letter-spacing: 0.28em;
  }
}
.Philosophy-sec .Philosophy__txt {
  grid-area: txt;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 449px;
  font-family: "LocalSerif", "Noto Serif JP", serif;
  font-size: clamp(14px, 12.59px + 0.38vw, 18px);
}
.Philosophy-sec .Philosophy__txt p {
  line-height: 2.5;
}
.Philosophy-sec .Philosophy__txt p:last-child {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__txt {
    justify-self: center;
    width: fit-content;
    max-width: none;
    margin: 2em 20px 3.5em -2.5em;
  }
}
@media screen and (max-width: 329px) {
  .Philosophy-sec .Philosophy__txt .br-mq-329px {
    display: none;
  }
}
.Philosophy-sec .Philosophy__img--food {
  grid-area: food;
  justify-self: start;
  width: 100%;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__img--food {
    justify-self: end;
    max-width: 222px;
  }
}
.Philosophy-sec .Philosophy__img--shop {
  grid-area: shop;
  justify-self: end;
  max-width: 538px;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__img--shop {
    justify-self: center;
    width: 100%;
    max-width: 440px;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
}
.Philosophy-sec .Philosophy__img--shop img {
  width: 100%;
  max-width: 538px;
  object-fit: cover;
  object-position: right;
}
.Philosophy-sec .Philosophy__img--glass {
  grid-area: glass;
  width: 100%;
  max-width: 190px;
  margin-top: -2em;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__img--glass {
    justify-self: end;
    margin-top: -2.5em;
  }
}
.Philosophy-sec .Philosophy__img--sign {
  grid-area: sign;
  max-width: 249px;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__img--sign {
    justify-self: start;
    width: 100%;
    max-width: 249px;
    min-width: 0;
  }
}
.Philosophy-sec .Philosophy__img--work {
  grid-area: work;
  justify-self: start;
  max-width: 373px;
  margin-left: 5em;
}
@media (max-width: 768px) {
  .Philosophy-sec .Philosophy__img--work {
    justify-self: center;
    width: 100%;
    max-width: 440px;
    margin-left: 0;
  }
}

.Gastronomy {
  display: grid;
  grid-template-columns: minmax(0, 196px) minmax(15px, 28px) minmax(0, 175px) minmax(25px, 1fr) minmax(320px, 572px);
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "fish  .     .     .  txt-A" "fish  .     miso  .  txt-B" "rice  rice  rice  .  txt-B" "kamo  kamo  kamo  .  txt-B";
}
@media (max-width: 768px) {
  .Gastronomy {
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 215px) 9px minmax(0, 215px) 20px minmax(0, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-template-areas: ". . txt-A txt-A txt-A . ." "fish fish fish . miso miso miso" ". . txt-B txt-B txt-B . ." "rice rice rice rice rice rice rice" "kamo kamo kamo kamo kamo kamo kamo";
    gap: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.Gastronomy img {
  width: 100%;
}
.Gastronomy__txt-A {
  grid-area: txt-A;
  justify-self: start;
  container-type: inline-size;
  width: 100%;
}
@media (max-width: 768px) {
  .Gastronomy__txt-A {
    margin-bottom: 0.5em;
  }
}
@container (max-width: 497px) {
  .Gastronomy__txt-A .br-ct-497px {
    display: none;
  }
}
@media screen and (max-width: 361px) {
  .Gastronomy__txt-A br.br-mq-361px {
    display: none;
  }
}
.Gastronomy__txt-B {
  grid-area: txt-B;
  justify-self: start;
  container-type: inline-size;
  width: 100%;
}
@container (max-width: 497px) {
  .Gastronomy__txt-B .br-ct-497px {
    display: none;
  }
}
@container (max-width: 471px) {
  .Gastronomy__txt-B .br-ct-471px {
    display: none;
  }
}
@container (max-width: 461px) {
  .Gastronomy__txt-B .br-ct-461px {
    display: none;
  }
}
@container (max-width: 524px) {
  .Gastronomy__txt-B .br-ct-524px {
    display: none;
  }
}
.Gastronomy__txt-B .br-mq-448px {
  display: inline;
}
@media screen and (max-width: 448px) {
  .Gastronomy__txt-B .br-mq-448px {
    display: none;
  }
}
.Gastronomy__txt-B .br-mq-457px {
  display: none;
}
@media screen and (max-width: 457px) {
  .Gastronomy__txt-B .br-mq-457px {
    display: inline;
  }
}
.Gastronomy__txt-B .br-mq-428px {
  display: none;
}
@media screen and (max-width: 428px) {
  .Gastronomy__txt-B .br-mq-428px {
    display: inline;
  }
}
@media screen and (max-width: 347px) {
  .Gastronomy__txt-B .br-mq-347px {
    display: none;
  }
}
@media screen and (max-width: 333px) {
  .Gastronomy__txt-B .br-mq-333px {
    display: none;
  }
}
@media (max-width: 768px) {
  .Gastronomy__txt-B {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}
.Gastronomy__img--fish {
  grid-area: fish;
  width: 100%;
  max-width: 196px;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .Gastronomy__img--fish {
    justify-self: end;
    max-width: 215px;
    margin-top: 0;
  }
}
.Gastronomy__img--miso {
  grid-area: miso;
  justify-self: start;
  align-self: center;
  width: 100%;
  max-width: 175px;
  margin-top: -4em;
}
@media (max-width: 871px) {
  .Gastronomy__img--miso {
    margin-top: -6em;
  }
}
@media (max-width: 800px) {
  .Gastronomy__img--miso {
    margin-top: -8em;
  }
}
@media (max-width: 768px) {
  .Gastronomy__img--miso {
    justify-self: start;
    max-width: 215px;
    margin-top: 0;
  }
}
.Gastronomy__img--rice {
  grid-area: rice;
  justify-self: start;
  align-self: center;
  max-width: 399px;
  margin-top: 0.5em;
}
@media (max-width: 871px) {
  .Gastronomy__img--rice {
    justify-self: center;
    width: 100%;
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  .Gastronomy__img--rice {
    margin-bottom: 1.3em;
  }
}
.Gastronomy__img--kamo {
  grid-area: kamo;
  align-self: end;
  max-width: 399px;
  margin-bottom: -1.5em;
}
@media (max-width: 940px) {
  .Gastronomy__img--kamo {
    margin-bottom: 0;
  }
}
@media (max-width: 871px) {
  .Gastronomy__img--kamo {
    align-self: center;
    margin-bottom: -1em;
  }
}
@media (max-width: 768px) {
  .Gastronomy__img--kamo {
    justify-self: center;
    width: 100%;
    max-width: 440px;
  }
}

.Craftsmanship {
  column-gap: 40px;
}
@media (max-width: 768px) {
  .Craftsmanship {
    flex-direction: column;
    max-width: 440px;
    margin-inline: auto;
  }
}
.Craftsmanship__txt-wrap {
  width: 100%;
  max-width: 420px;
}
.Craftsmanship figure {
  align-self: center;
  max-width: 425px;
  margin-top: -3em;
}
@media (max-width: 768px) {
  .Craftsmanship figure {
    width: 100vw;
    max-width: 440px;
    margin-top: 2.5em;
    margin-inline: calc(50% - 50vw);
  }
}

.future-and-sdgs {
  column-gap: 27px;
}
@media (max-width: 768px) {
  .future-and-sdgs {
    flex-direction: column-reverse;
    max-width: 440px;
    margin-inline: auto;
  }
}
.future-and-sdgs figure {
  max-width: 446px;
}
@media (max-width: 768px) {
  .future-and-sdgs figure {
    align-self: center;
    width: 100vw;
    max-width: 440px;
    margin: 0 auto;
    margin-top: 2.5em;
    margin-inline: calc(50% - 50vw);
  }
}
.future-and-sdgs__txt-wrap {
  width: 100%;
  max-width: 573px;
}

section.products-sec {
  padding-bottom: 3em;
}

.products {
  column-gap: 27px;
}
@media (max-width: 768px) {
  .products {
    flex-direction: column;
    max-width: 440px;
    margin-inline: auto;
  }
  .products .products__txt-wrap,
  .products .products__txt {
    display: contents;
  }
  .products h3 {
    order: 1;
  }
  .products .products__txt--A {
    order: 2;
  }
  .products .products__txt--B {
    order: 4;
  }
  .products .products__img-wrap {
    order: 3;
  }
}
.products__txt-wrap {
  flex: 1;
  min-width: 300px;
}
@media (max-width: 768px) {
  .products__txt-wrap {
    min-width: unset;
  }
}
.products .products__txt {
  container-type: inline-size;
  width: 100%;
}
@container (max-width: 460px) {
  .products .products__txt p .br-ct-460px {
    display: none;
  }
}
@container (max-width: 371px) {
  .products .products__txt p .br-ct-371px {
    display: none;
  }
}
@container (max-width: 341px) {
  .products .products__txt p .br-ct-341px {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .products .products__txt p .br-mq-390px {
    display: none;
  }
}
.products__img-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  transform: translateY(-5em);
  max-width: 400px;
  margin-bottom: -5em;
}
@media (max-width: 768px) {
  .products__img-wrap {
    transform: translateY(0);
    max-width: 400px;
    margin-inline: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.products__img-wrap figure {
  width: calc((100% - 10px) / 2);
  max-width: 193px;
}
@media (max-width: 768px) {
  .products__img-wrap figure {
    max-width: none;
  }
}
.products__img-wrap figure img {
  width: 100%;
}

.info-reserve-sec {
  position: relative;
  background: #000000;
}
@media (max-width: 768px) {
  .info-reserve-sec {
    overflow-x: clip;
  }
}
.info-reserve-sec .sec-wrap {
  align-items: flex-start;
  column-gap: 38px;
}
@media (max-width: 768px) {
  .info-reserve-sec .sec-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 440px;
  }
}
.info-reserve-sec .info-reserve__sticky {
  position: sticky;
  top: 0;
  margin-left: max(50% - 50vw, 50% - 720px);
  max-width: 556px;
}
@media (max-width: 768px) {
  .info-reserve-sec .info-reserve__sticky {
    position: static;
    align-items: center;
    width: 100vw;
    max-width: 440px;
    margin: 0;
  }
}
.info-reserve-sec .info-reserve {
  container-type: inline-size;
  width: 100%;
  max-width: 625px;
  margin-top: 7em;
  margin-bottom: 6.5em;
}
@media (max-width: 768px) {
  .info-reserve-sec .info-reserve .info-reserve__content {
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .info-reserve-sec .info-reserve {
    margin-top: 2.5em;
  }
}
.info-reserve-sec .info-reserve__content {
  font-size: clamp(14px, 13.3px + 0.19vw, 16px);
  font-family: "LocalSans", "Noto Sans JP", sans-serif;
  line-height: 2.9;
}
.info-reserve-sec .info-reserve__content dt {
  font-family: "LocalSerif", "Noto Serif JP", serif;
  font-size: 18px;
}
.info-reserve-sec .info-reserve__content .info-reserve__shop {
  margin-bottom: 3.5em;
}
@media (max-width: 768px) {
  .info-reserve-sec .info-reserve__content .info-reserve__shop {
    margin-bottom: 1.3em;
  }
}
@container (max-width: 509px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve .br-ct-509px {
    display: none;
  }
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.8px;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(546px, 100%);
  padding: 1em clamp(3em, 8vw, 8em) 1em clamp(1.5em, 4vw, 3em);
  margin-bottom: 1.5em;
  color: #000000;
  background: #D9D9D9;
  font-size: clamp(16px, 15.3px + 0.19vw, 18px);
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-ja {
  display: inline-flex;
}
html.g-translate .info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-ja, html.translated-ltr .info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-ja {
  display: none;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-en {
  display: none;
}
html.g-translate .info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-en, html.translated-ltr .info-reserve-sec .info-reserve__content .info-reserve__reserve a.link-en {
  display: inline-flex;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
  position: absolute;
  right: 7em;
  top: 50%;
  transform: translateY(-45%);
  width: 0;
  height: 0;
  border-left: 14px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
}
@container (max-width: 528px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 6.5em;
  }
}
@container (max-width: 511px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 6em;
  }
}
@container (max-width: 491px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 5.5em;
  }
}
@container (max-width: 473px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 5em;
  }
}
@container (max-width: 453px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 4.5em;
  }
}
@container (max-width: 439px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 4em;
  }
}
@container (max-width: 420px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 3.5em;
  }
}
@media (max-width: 768px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a {
    padding: 1.5em;
    padding-left: 0;
    margin-top: 1em;
  }
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 2.5em;
  }
}
@media screen and (max-width: 408px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 2em;
  }
}
@media screen and (max-width: 390px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 1.5em;
  }
}
@media screen and (max-width: 370px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 1em;
  }
}
@media screen and (max-width: 355px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 0.5em;
  }
}
@media screen and (max-width: 335px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a {
    font-size: 14px;
  }
  .info-reserve-sec .info-reserve__content .info-reserve__reserve a::after {
    right: 0.5em;
  }
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel {
  overflow: hidden;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__label {
  float: left;
  margin-right: 1em;
  margin-top: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 885px) {
  .info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__label {
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__tel {
  font-family: "LocalSerif", "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.7;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__tel span {
  font-size: 18px;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__tel a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1.8px;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__sub-data {
  clear: both;
  margin-left: 0;
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__sub-time {
  font-size: clamp(14px, 12.59px + 0.38vw, 18px);
}
.info-reserve-sec .info-reserve__content .info-reserve__reserve-tel .info-reserve__sub-txt {
  font-size: clamp(12px, 11.3px + 0.19vw, 14px);
  margin-bottom: 3em;
}
@container (max-width: 501px) {
  .info-reserve-sec .info-reserve__content .info-reserve__pairing .br-ct-501px {
    display: none;
  }
}
@container (max-width: 568px) {
  .info-reserve-sec .info-reserve__content .info-reserve__private .br-ct-568px {
    display: none;
  }
}

.instagram-sec {
  padding-top: 6em;
  background: #484343;
}
.instagram-sec h2 {
  margin-bottom: 0.8em;
}
.instagram-sec .instagram__widget {
  pointer-events: none;
}
.instagram-sec .icon-box {
  justify-content: space-around;
  max-width: 284px;
  margin-inline: auto;
  margin-top: 3.8em;
}
.instagram-sec .icon-box a img {
  width: clamp(32px, 8vw, 40px);
}
.instagram-sec .icon-box p {
  font-size: clamp(20px, 18.24px + 0.47vw, 25px);
}
@media (max-width: 768px) {
  .instagram-sec .icon-box {
    max-width: 227px;
  }
}

section.access-sec {
  padding-top: 4.3em;
  background: #000000;
}
@media (max-width: 768px) {
  section.access-sec {
    padding-bottom: 0;
  }
}
section.access-sec .access__box {
  align-items: flex-start;
  gap: 2.4em;
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  section.access-sec .access__box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2.7em;
    max-width: 440px;
    margin-inline: auto;
  }
}
section.access-sec iframe {
  flex: 1 1 472px;
  object-fit: cover;
  width: 100%;
  min-width: 280px;
  max-width: 472px;
  height: auto;
  aspect-ratio: 472/386;
  margin-top: 0.3em;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  section.access-sec iframe {
    flex: unset;
    width: 100vw;
    max-width: 440px;
    aspect-ratio: 375/307;
  }
}
section.access-sec .access__address {
  font-size: clamp(14px, 12.59px + 0.38vw, 18px);
  line-height: 2.3;
}
@media (max-width: 768px) {
  section.access-sec .access__address {
    margin-right: auto;
  }
}
section.access-sec .access__address .access__title {
  font-size: clamp(28px, 27.3px + 0.19vw, 30px);
  line-height: normal;
}
section.access-sec .access__address a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.8px;
}
section.access-sec .access__address li {
  position: relative;
  padding-left: 0.8em;
}
section.access-sec .access__address li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.25em;
  height: 0.25em;
  background: currentColor;
  border-radius: 50%;
  content: "";
}
@media (max-width: 768px) {
  section.access-sec .access__info {
    display: flex;
    gap: 1.5em;
  }
}

footer {
  padding-top: 3em;
  padding-bottom: 7em;
  background: #4B4B4B;
  text-align: center;
}
footer small {
  font-size: 12px;
}

.js-anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}
.js-anim-group.is-active .js-anim:not(.js-anim-self) {
  opacity: 1;
  transform: translateY(0);
}
.js-anim.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-anim-fv.is-active .js-anim {
  opacity: 1;
  transform: translateY(0);
}

.fv-sec .fv__copy-item:nth-child(1) {
  transition-delay: 0s;
}
.fv-sec .fv__copy-item:nth-child(2) {
  transition-delay: 0.5s;
}

.Philosophy-sec.is-active hgroup {
  transition-delay: 0s;
}
.Philosophy-sec.is-active .Philosophy__copy {
  transition-delay: 0.4s;
}
.Philosophy-sec.is-active .Philosophy__txt {
  transition-delay: 0.8s;
}
.Philosophy-sec.is-active .Philosophy__img--sign {
  transition-delay: 1.2s;
}
.Philosophy-sec.is-active .Philosophy__img--glass {
  transition-delay: 1.6s;
}
.Philosophy-sec.is-active .Philosophy__img--food {
  transition-delay: 2s;
}

.Gastronomy-sec.is-active hgroup {
  transition-delay: 0s;
}
.Gastronomy-sec.is-active .Gastronomy__copy {
  transition-delay: 0.4s;
}
.Gastronomy-sec.is-active .Gastronomy__txt-A .sec-txt,
.Gastronomy-sec.is-active .Gastronomy__txt-B {
  transition-delay: 0.8s;
}

.Craftsmanship-sec.is-active hgroup {
  transition-delay: 0s;
}
.Craftsmanship-sec.is-active h3 {
  transition-delay: 0.4s;
}
.Craftsmanship-sec.is-active .sec-txt {
  transition-delay: 0.8s;
}

.future-and-sdgs-sec.is-active hgroup {
  transition-delay: 0s;
}
.future-and-sdgs-sec.is-active h3 {
  transition-delay: 0.4s;
}
.future-and-sdgs-sec.is-active .sec-txt {
  transition-delay: 0.8s;
}

.products-sec.is-active hgroup {
  transition-delay: 0s;
}
.products-sec.is-active h3 {
  transition-delay: 0.4s;
}
.products-sec.is-active .sec-txt {
  transition-delay: 0.8s;
}
.products-sec.is-active .products__img-wrap.js-anim {
  transform: translateY(-5em);
  transition-property: opacity;
}
@media (max-width: 768px) {
  .products-sec.is-active .products__img-wrap.js-anim {
    transform: translateY(0);
  }
}
.products-sec.is-active .products__img-wrap.is-active.js-anim {
  transform: translateY(-5em);
  opacity: 1;
}
@media (max-width: 768px) {
  .products-sec.is-active .products__img-wrap.is-active.js-anim {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */