@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

#contentsblock * {
  box-sizing: initial;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.fn-sub-heading {
  display: none;
}

/*
font-family: "M PLUS 1p", sans-serif;
font-weight:100-900;
*/
body {
  color: #9F7944;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 70px;
  background: #fff;
  line-break: strict;
}
@media (max-width: 428px) {
  body {
    padding-top: 50px;
  }
}

.sp {
  display: none;
}
@media (max-width: 428px) {
  .sp {
    display: revert;
  }
  .card_modal .sp {
    display: none;
  }
}

.pc {
  display: unset;
}
@media (max-width: 428px) {
  .pc {
    display: none;
  }
  .card_modal .pc {
    display: unset;
  }
}

.niku2025 {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (max-width: 428px) {
  .niku2025 {
    background-position: left -10vw bottom 30vw;
    background-size: 110vw;
    position: relative;
    z-index: 1;
  }
}
.niku2025--caption {
  color: #1A1311;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 500px);
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .niku2025--caption {
    position: static;
    margin: 0 auto 60px;
  }
}
@media (max-width: 428px) {
  .niku2025--caption {
    display: block;
    position: static;
    width: 100%;
    padding: 0 15px 15px;
  }
  .niku2025--caption li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.niku2025--pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  padding-right: 88px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 428px) {
  .niku2025--pagetop {
    padding: 0 10px 10px 0;
  }
}
.niku2025--pagetop-btn {
  font-size: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../../images/btn-pagetop.png") left top no-repeat;
  background-size: contain;
  pointer-events: auto;
  transition: 0.3s ease-out;
  will-change: transform;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.niku2025--pagetop-btn:hover {
  filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667));
}
.niku2025--pagetop-btn.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 428px) {
  .niku2025--pagetop-btn {
    width: 65px;
    height: 65px;
  }
}
.niku2025--announce {
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  height: 164px;
  background: #D36201;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 10;
}
@media (max-width: 428px) {
  .niku2025--announce {
    width: 90px;
    height: 90px;
  }
}
.niku2025--announce-txt {
  position: absolute;
  left: 17%;
  top: 55%;
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
@media (max-width: 428px) {
  .niku2025--announce-txt {
    font-size: 12px;
    left: 13%;
    top: 58%;
  }
}
.niku2025--content {
  background-image: url(../../images/floor-bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  overflow: hidden;
}
.niku2025--note {
  position: relative;
}

.mv {
  position: relative;
  background: transparent;
  background-size: auto 660px;
  overflow: hidden;
}
@media (max-width: 428px) {
  .mv {
    height: 149.3333333333vw;
  }
}
.mv:after {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  text-align: center;
  grid-template: auto/auto;
  align-items: center;
  content: "LOADING";
  color: #9F7944;
  font-size: 14px;
  letter-spacing: 0.5em;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #1A1311;
  opacity: 1;
  -webkit-animation: loading ease-in-out 3s both infinite;
          animation: loading ease-in-out 3s both infinite;
  transition: 0.2s ease-in;
}
@-webkit-keyframes loading {
  0% {
    color: #fff;
  }
  100% {
    color: #9F7944;
  }
}
@keyframes loading {
  0% {
    color: #fff;
  }
  100% {
    color: #9F7944;
  }
}
.mv.loaded:after {
  -webkit-animation: none;
          animation: none;
  opacity: 0;
  visibility: hidden;
}
.mv--title-img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.loaded .mv--title-img {
  -webkit-animation: titlein 0.5s ease-out 1s both;
          animation: titlein 0.5s ease-out 1s both;
}
@-webkit-keyframes titlein {
  0% {
    scale: 1.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes titlein {
  0% {
    scale: 1.5;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .mv--title-img {
    width: 48%;
    translate: -50% calc(-50% - 10px);
    height: auto;
  }
}
.mv--date {
  position: absolute;
  left: 50%;
  top: 274px;
  translate: -50% 0;
  z-index: 1;
}
@media (max-width: 428px) {
  .mv--date {
    width: 59.7333333333vw;
    translate: calc(-50% - 0.8vw) 0;
    top: 99.4666666667vw;
    height: auto;
  }
}
.loaded .mv--date {
  -webkit-animation: catchin 0.5s ease-out 1.1s both;
          animation: catchin 0.5s ease-out 1.1s both;
}
.mv--catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% calc(-50% - 16px);
  z-index: 1;
}
.loaded .mv--catch {
  -webkit-animation: catchin 0.5s ease-out 1.5s both;
          animation: catchin 0.5s ease-out 1.5s both;
}
@-webkit-keyframes catchin {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes catchin {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 428px) {
  .mv--catch {
    left: 14.1333333333vw;
    translate: 0 -100px;
    width: 8vw;
  }
}
.mv--photo {
  vertical-align: top;
  width: 100%;
}
.mv--dish1 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0s both;
          animation: catchin 0.5s ease-out 0s both;
}
.mv--dish2 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.05s both;
          animation: catchin 0.5s ease-out 0.05s both;
}
.mv--dish3 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.1s both;
          animation: catchin 0.5s ease-out 0.1s both;
}
.mv--dish4 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.15s both;
          animation: catchin 0.5s ease-out 0.15s both;
}
.mv--dish5 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.2s both;
          animation: catchin 0.5s ease-out 0.2s both;
}
.mv--dish6 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.25s both;
          animation: catchin 0.5s ease-out 0.25s both;
}
.mv--dish7 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.3s both;
          animation: catchin 0.5s ease-out 0.3s both;
}
.mv--dish8 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.35s both;
          animation: catchin 0.5s ease-out 0.35s both;
}
.mv--dish9 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.4s both;
          animation: catchin 0.5s ease-out 0.4s both;
}
.mv--dish10 {
  position: absolute;
  -webkit-animation: catchin 0.5s ease-out 0.45s both;
          animation: catchin 0.5s ease-out 0.45s both;
}
.mv--dish1 {
  width: 39.3850658858%;
  top: 13px;
  left: -7.8330893119%;
}
@media (max-width: 428px) {
  .mv--dish1 {
    width: 56.5333333333vw;
    top: 6.6666666667vw;
    left: -11.4666666667vw;
  }
}
.mv--dish2 {
  width: 22.2547584187%;
  top: -3px;
  left: 30.7467057101%;
}
@media (max-width: 428px) {
  .mv--dish2 {
    width: 43.4666666667vw;
    top: 70.9333333333vw;
    left: unset;
    right: -8.8vw;
  }
}
.mv--dish3 {
  width: 14.2752562225%;
  top: 46px;
  right: 26.0614934114%;
}
@media (max-width: 428px) {
  .mv--dish3 {
    width: 23.4666666667vw;
    top: 41.3333333333vw;
    right: 1.3333333333vw;
  }
}
.mv--dish4 {
  width: 28.9897510981%;
  top: -26px;
  right: -4.39238653%;
}
@media (max-width: 428px) {
  .mv--dish4 {
    width: 42.9333333333vw;
    top: 5.3333333333vw;
    right: -6.9333333333vw;
  }
}
.mv--dish5 {
  width: 15.8857979502%;
  top: 29%;
  left: 23.2796486091%;
}
@media (max-width: 428px) {
  .mv--dish5 {
    width: 37.8666666667vw;
    top: unset;
    bottom: 45.0666666667vw;
    left: -9.8666666667vw;
  }
}
.mv--dish6 {
  width: 11.5666178624%;
  top: 24%;
  right: 23.4260614934%;
}
@media (max-width: 428px) {
  .mv--dish6 {
    width: 21.3333333333vw;
    top: 2.6666666667vw;
    right: 37.0666666667vw;
  }
}
.mv--dish7 {
  width: 28.7701317716%;
  bottom: -37px;
  left: -3.953147877%;
}
@media (max-width: 428px) {
  .mv--dish7 {
    width: 44vw;
    bottom: -3.4666666667vw;
    left: -8.8vw;
  }
}
.mv--dish8 {
  width: 14.7877013177%;
  bottom: 28%;
  left: 18.0819912152%;
}
@media (max-width: 428px) {
  .mv--dish8 {
    width: 26.1333333333vw;
    top: 70.1333333333vw;
    left: -5.8666666667vw;
  }
}
.mv--dish9 {
  width: 9.5168374817%;
  bottom: 13px;
  left: 25.9150805271%;
}
@media (max-width: 428px) {
  .mv--dish9 {
    width: 22.1333333333vw;
    top: unset;
    bottom: 31.7333333333vw;
    left: unset;
    right: 0.8vw;
  }
}
.mv--dish10 {
  width: 45.60761347%;
  bottom: -54px;
  right: -2.4158125915%;
}
@media (max-width: 428px) {
  .mv--dish10 {
    width: 80.8vw;
    bottom: -3.2vw;
    right: -8vw;
  }
}

.bld {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  z-index: 5;
  background: #9F7944;
}
@media (max-width: 428px) {
  .bld {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    gap: 0;
    padding: 0;
  }
}
.bld--btn {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 570px;
  height: 105px;
  padding-top: 20px;
  background-color: #9F7944;
  background-image: url("../../images/icon-bld.svg");
  background-size: 19px auto;
  background-position: center bottom 15px;
  background-repeat: no-repeat;
  transition: 0.2s linear;
  will-change: transform;
  position: relative;
}
.bld--btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 428px) {
  .bld--btn::before {
    height: 55px;
    display: none;
  }
}
@media (max-width: 428px) {
  .bld--btn:last-of-type::before {
    display: block;
  }
}
.bld--btn:last-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 428px) {
  .bld--btn:last-of-type::after {
    display: none;
  }
}
.bld--btn:hover {
  background-color: #D5B890;
  background-position: center bottom 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bld--btn {
    margin: 0 20px;
  }
}
@media (max-width: 428px) {
  .bld--btn {
    font-size: 14px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: 1fr;
    height: 55px;
    padding: 0 14px 0 0;
    background-position: right 13.7px center;
    background-size: 13px auto;
  }
  .bld--btn:hover {
    filter: none;
    background-position: right 13.7px center;
  }
  .bld--btn.active {
    background-color: #D5B890;
    background-image: url("../../images/icon-bld-active.svg");
    color: white;
  }
}
.bld--btn-small {
  display: grid;
  place-content: center;
}
@media (max-width: 428px) {
  .bld--btn-small {
    display: none;
  }
}

.bld_fixed {
  position: fixed;
  right: -75px;
  opacity: 0;
  transition: 0.3s linear;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
  z-index: 3;
}
.bld_fixed--btn {
  writing-mode: vertical-rl;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 195px;
  background-color: #503B36;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.52%22%20height%3D%2219.52%22%20viewBox%3D%220%200%2019.52%2019.52%22%3E%3Cpath%20d%3D%22M7531.759%2C10835.521a9.76%2C9.76%2C0%2C1%2C1%2C9.76-9.76A9.771%2C9.771%2C0%2C0%2C1%2C7531.759%2C10835.521Zm-6.546-12.594h0l6.545%2C8.264%2C6.546-8.265h-2.994l-3.552%2C4.484-3.551-4.484h-2.995Z%22%20transform%3D%22translate(-7521.999%20-10816.001)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 17px auto;
  background-position: center bottom 8px;
  padding-bottom: 24px;
  border-radius: 10px 0 0 10px;
  transition: 0.2s linear;
  will-change: transform;
}
.bld_fixed--btn:hover {
  background-position: center bottom 6px;
  filter: brightness(1.2);
}
.bld_fixed.active {
  right: 0;
  opacity: 1;
}

.floor {
  position: relative;
  width: 100%;
  padding-top: 130px;
  background-color: transparent;
  background-image: url("../../images/floor-header-bg.png");
  background-repeat: no-repeat;
  background-size: min(1300px, 100% - 66px) auto;
  background-position: center 50px;
}
@media (max-width: 428px) {
  .floor {
    margin-bottom: unset;
    padding: 100px 10px 0;
    background-image: url("../../images/floor-bg-sp.png");
    background-size: min(347px, 100% - 24px) auto;
    background-position: center 16px;
  }
}
.floor:last-of-type {
  background-position: center 120px;
  margin-bottom: 200px;
  padding-top: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .floor:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 428px) {
  .floor:last-of-type {
    background-position: center 40px;
    margin-bottom: 120px;
    padding-top: 125px;
  }
}
.floor--title {
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 428px) {
  .floor--title {
    margin-bottom: unset;
  }
}
.floor--title-en {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  .floor--title-en {
    margin-bottom: 25px;
  }
}
.floor--switcher {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 428px) {
  .floor--switcher {
    gap: 48px;
    margin-bottom: 28px;
  }
}
.floor--switcher::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  background-color: #9F7A44;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 428px) {
  .floor--switcher::before {
    width: 2px;
    height: 32px;
  }
}
.floor--btn {
  cursor: pointer;
  transition: 0.2s linear;
  will-change: transform;
}
.floor--btn:hover {
  transform: scale(1.05);
}
.floor--btn-img {
  display: block;
  aspect-ratio: 72/46;
  width: 72px;
  background: no-repeat center/cover;
}
@media (max-width: 428px) {
  .floor--btn-img {
    width: 50px;
  }
}
.floor--btn[data-floor=f12] .floor--btn-img {
  background-image: url(../../images/floor-btn-12.png);
}
.floor--btn[data-floor=f13] .floor--btn-img {
  background-image: url(../../images/floor-btn-13.png);
}
.f12 .floor--btn[data-floor=f12] {
  pointer-events: none;
}
.f12 .floor--btn[data-floor=f12] .floor--btn-img {
  background-image: url(../../images/floor-btn-12-active.png);
}
.f13 .floor--btn[data-floor=f13] {
  pointer-events: none;
}
.f13 .floor--btn[data-floor=f13] .floor--btn-img {
  background-image: url(../../images/floor-btn-13-active.png);
}
.floor--img-en, .floor--img-ja {
  height: auto;
}
@media (max-width: 428px) {
  .floor--img-ja {
    height: 78px;
    width: auto;
  }
}
@media (max-width: 428px) {
  .floor--img-en {
    width: 126px;
  }
}

.card_grid {
  width: 100%;
  max-width: 996px;
  min-height: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 28px 22px;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: center top;
  position: relative;
  z-index: 3;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 428px) {
  .card_grid {
    grid-template: auto/repeat(2, 1fr);
    gap: 8px 11px;
    min-height: unset;
  }
}
.card_grid.faded {
  opacity: 0;
  transform: scale(0, 1);
}
.card_grid.f12 .card_tw12,
.card_grid.f12 .card_gt12 {
  order: 1;
}
.card_grid.f12 .card_tw13,
.card_grid.f12 .card_gt13 {
  order: 2;
}
.card_grid.f13 .card_tw12,
.card_grid.f13 .card_gt12 {
  order: 2;
}
.card_grid.f13 .card_tw13,
.card_grid.f13 .card_gt13 {
  order: 1;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFDEA;
  border-radius: 4px;
  border: 2px solid #9F7944;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card {
    max-width: 32%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 20px 1% 10px 0;
  }
}
@media (max-width: 428px) {
  .card {
    padding-bottom: 16px;
    margin-top: 28px;
  }
  .card_modal .card {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
.card.is-show {
  display: flex;
}
.card--title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 88px;
  color: #fff;
  background-color: #9F7944;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 45px;
  padding-bottom: 24px;
}
@media (max-width: 428px) {
  .card--title {
    font-size: 14px;
    letter-spacing: -0.03em;
    height: 80px;
    padding: 6px 0 0;
    white-space: nowrap;
  }
  .card_modal .card--title {
    font-size: 18px;
    height: 88px;
    padding: 0 0 24px 20px;
  }
}
.card--title-narrow span {
  letter-spacing: -0.05em;
}
@media (max-width: 428px) {
  .card--title-narrow span {
    transform: scale(0.85, 1);
  }
  .card_modal .card--title-narrow span {
    transform: scale(1, 1);
  }
}
.card--title-small {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .card--title-small {
    font-size: 10px;
  }
  .card_modal .card--title-small {
    font-size: 14px;
  }
}
.card--title:before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: -16px;
  width: 72px;
  height: 72px;
  background-color: transparent;
  background-size: cover;
}
@media (max-width: 428px) {
  .card--title:before {
    left: -8px;
    top: -28px;
    width: 56px;
    height: 56px;
  }
  .card_modal .card--title:before {
    left: -12px;
    top: -16px;
    width: 72px;
    height: 72px;
    z-index: 2;
  }
}
.card_tw12 .card--title:before {
  background-image: url("../../images/badge-tw12.png");
}
@media (max-width: 428px) {
  .card_tw12 .card--title:before {
    background-image: url("../../images/badge-tw12-sp.png");
  }
  .card_modal .card_tw12 .card--title:before {
    background-image: url("../../images/badge-tw12.png");
  }
}
.card_tw13 .card--title:before {
  background-image: url("../../images/badge-tw13.png");
}
@media (max-width: 428px) {
  .card_tw13 .card--title:before {
    background-image: url("../../images/badge-tw13-sp.png");
  }
  .card_modal .card_tw13 .card--title:before {
    background-image: url("../../images/badge-tw13.png");
  }
}
.card_gt12 .card--title:before {
  background-image: url("../../images/badge-gt12.png");
}
@media (max-width: 428px) {
  .card_gt12 .card--title:before {
    background-image: url("../../images/badge-gt12-sp.png");
  }
  .card_modal .card_gt12 .card--title:before {
    background-image: url("../../images/badge-gt12.png");
  }
}
.card_gt13 .card--title:before {
  background-image: url("../../images/badge-gt13.png");
}
@media (max-width: 428px) {
  .card_gt13 .card--title:before {
    background-image: url("../../images/badge-gt13-sp.png");
  }
  .card_modal .card_gt13 .card--title:before {
    background-image: url("../../images/badge-gt13.png");
  }
}
.card--img {
  width: auto;
  height: 208px;
  margin: -24px 9px 16px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media (max-width: 428px) {
  .card--img {
    width: 40vw;
    height: 27.7333333333vw;
    margin: -16px auto 8px;
  }
  .card_modal .card--img {
    width: auto;
    height: 208px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: -24px 9px 16px;
  }
}
.card--icons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 28px;
  margin-bottom: 12px;
}
@media (max-width: 428px) {
  .card--icons:is(:not(.card_modal *)) {
    -moz-column-gap: 4px;
         column-gap: 4px;
    height: 16px;
    margin-bottom: 8px;
  }
}
.card--icon {
  opacity: 0.5;
  display: grid;
  place-content: center;
}
.card--icon img {
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 428px) {
  .card--icon img:is(:not(.card_modal *)) {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 428px) {
  .card--icon:is(:not(.card_modal *)).card--icon-beef img {
    width: 15px;
    height: 14px;
  }
  .card--icon:is(:not(.card_modal *)).card--icon-pork {
    margin-top: 3px;
  }
  .card--icon:is(:not(.card_modal *)).card--icon-pork img {
    width: 13px;
    height: 12px;
  }
  .card--icon:is(:not(.card_modal *)).card--icon-chicken img {
    width: 13px;
    height: 16px;
  }
  .card--icon:is(:not(.card_modal *)).card--icon-other img {
    width: 14px;
    height: 14px;
  }
}
.card[data-category01=beef] .card--icon-beef, .card[data-category02=beef] .card--icon-beef {
  opacity: 1;
}
.card[data-category01=pork] .card--icon-pork, .card[data-category02=pork] .card--icon-pork {
  opacity: 1;
}
.card[data-category01=chicken] .card--icon-chicken, .card[data-category02=chicken] .card--icon-chicken {
  opacity: 1;
}
.card[data-category01=other] .card--icon-other, .card[data-category02=other] .card--icon-other {
  opacity: 1;
}
.card--tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  .card--tags {
    margin-bottom: 8px;
    gap: 4px;
  }
  .card_modal .card--tags {
    margin-bottom: 16px;
    gap: 6px;
  }
}
.card--tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  border-radius: 11px;
  color: white;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  background: #7A6A56;
  padding: 3px 18px 4px;
}
.card--tag span {
  text-align: left;
}
@media (max-width: 428px) {
  .card--tag {
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    padding: 4px 8px 2px;
  }
  .card_modal .card--tag {
    gap: 6px;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card--tag-towers {
  background: #F4A452;
}
@media (max-width: 428px) {
  .card--tag-towers {
    display: none;
  }
  .card_modal .card--tag-towers {
    display: flex;
  }
}
.card--tag-gate {
  background: #F4A452;
}
@media (max-width: 428px) {
  .card--tag-gate {
    display: none;
  }
  .card_modal .card--tag-gate {
    display: flex;
  }
}
.card--tag-fair {
  background: #ED6D46;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 428px) {
  .card--tag-fair {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 428px) {
  .card--tag-qty {
    display: none;
  }
  .card_modal .card--tag-qty {
    display: flex;
  }
}
.card--tag-double {
  text-align: right;
  gap: 0.5em;
  height: 36px;
  border-radius: 18px;
}
@media (max-width: 428px) {
  .card--tag-double {
    flex-direction: column;
    height: auto;
    gap: 0;
    text-align: center;
    padding: 6px 18px;
    border-radius: 10px;
  }
}
.card--food {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.33;
  margin: 0 20px 9px;
}
@media (max-width: 428px) {
  .card--food {
    font-size: 14px;
    line-height: 1.28;
    margin: 0 10px 2px;
  }
  .card_modal .card--food {
    font-size: 18px;
    margin: 0 20px 9px;
  }
}
.card--food-small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 428px) {
  .card--food-small {
    font-size: 12px;
  }
  .card_modal .card--food-small {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .card--food-narrow_sp {
    display: inline-block;
    font-size: 12px;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .card_modal .card--food-narrow_sp {
    font-size: revert;
    letter-spacing: revert;
  }
}
.card--food rt {
  line-height: 1;
  margin-bottom: -0.5em;
}
.card--desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 20px 7px;
  max-width: 100%;
}
@media (max-width: 428px) {
  .card--desc {
    display: none;
  }
  .card_modal .card--desc {
    display: revert;
  }
}
.card--price {
  color: #DC000C;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 4px;
}
@media (max-width: 428px) {
  .card--price {
    font-size: 13px;
    text-align: center;
  }
  .card_modal .card--price {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card--price-num {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 2px 0 4px;
}
@media (max-width: 428px) {
  .card--price-num {
    font-size: 22px;
    margin: 0 2px;
  }
  .card_modal .card--price-num {
    font-size: 30px;
    margin: 0 2px 0 4px;
  }
}
.card--caption {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  text-align: justify;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 18px 1px;
  align-self: flex-start;
}
.card--caption-red {
  color: #DC000C;
}
.card--caption:last-of-type {
  margin-bottom: 16px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card--caption {
    margin: 0 0 25px;
    padding: 0 18px;
    max-width: 100%;
  }
}
@media (max-width: 428px) {
  .card--caption {
    display: none;
  }
  .card_modal .card--caption {
    display: revert;
  }
}
.card--btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  width: calc(100% - 40px);
  height: 50px;
  background-color: #9F7944;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2214%22%20viewBox%3D%220%200%2020%2014%22%3E%3Cpath%20id%3D%22arrow%22%20d%3D%22M7245.01%2C11856.723l4.666-3.7H7234v-1.5h15.677l-4.666-3.7v-1.53l7.544%2C5.977-7.544%2C5.976Z%22%20transform%3D%22translate(-7233.499%20-11845.266)%22%20fill%3D%22%23ffffff%22%20stroke%3D%22rgba(0%2C0%2C0%2C0)%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 14px;
  background-position: right 11px center;
  border-radius: 4px;
  margin: auto 20px 18px;
  transition: 0.2s linear;
}
.card--btn:hover {
  opacity: 0.8;
}
@media (max-width: 428px) {
  .card--btn {
    display: none;
  }
  .card_modal .card--btn {
    display: flex;
  }
}
.card--more {
  display: none;
}
@media (max-width: 428px) {
  .card--more {
    color: white;
    font-family: "Nunito Sans", serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 72px;
    height: 22px;
    border-radius: 4px;
    background: #9F7944;
    margin: auto auto 0;
    cursor: pointer;
  }
  .card_modal .card--more {
    display: none;
  }
}

.dishes {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 428px) {
  .dishes {
    display: none;
  }
}
.dishes--tw, .dishes--gt {
  display: none;
}
.dishes--tw.is-show, .dishes--gt.is-show {
  display: block;
}
@media (max-width: 428px) {
  .dishes--tw.is-show, .dishes--gt.is-show {
    display: none;
  }
}
.dishes--img {
  display: block;
  position: absolute;
  transition: 0.8s cubic-bezier(0.26, 0.07, 0.26, 1.64);
  opacity: 0;
  transform: scale(0.7);
  will-change: transform;
  z-index: 2;
}
.dishes--img:nth-of-type(odd) {
  transform-origin: left center;
}
.dishes--img:nth-of-type(even) {
  transform-origin: right center;
}
.dishes--img.active {
  opacity: 1;
  transform: scale(1);
}
.dishes--img-tw01 {
  top: 458px;
  left: calc(50% + 348px);
}
.dishes--img-tw02 {
  top: 1767px;
  right: calc(50% + 342px);
}
.dishes--img-tw03 {
  top: 2565px;
  left: calc(50% + 333px);
}
.dishes--img-tw04 {
  top: 3443px;
  right: calc(50% + 222px);
}
.dishes--img-tw05 {
  top: 4272px;
  left: calc(50% + 236px);
}
.dishes--img-tw06 {
  top: 6019px;
  right: calc(50% + 309px);
}
.dishes--img-tw07 {
  top: 6749px;
  left: calc(50% + 322px);
}
.dishes--img-tw08 {
  top: 8095px;
  right: calc(50% + 267px);
}
.dishes--img-tw09 {
  top: 8636px;
  left: calc(50% + 254px);
}
.dishes--img-gt01 {
  top: 440px;
  left: calc(50% + 315px);
}
.dishes--img-gt02 {
  top: 1820px;
  right: calc(50% + 349px);
}
.dishes--img-gt03 {
  top: 2397px;
  left: calc(50% + 298px);
}
.dishes--img-gt04 {
  top: 3796px;
  right: calc(50% + 316px);
}
.dishes--img-gt05 {
  top: 4054px;
  left: calc(50% + 294px);
}
.dishes--img-gt06 {
  top: 5772px;
  right: calc(50% + 334px);
}
.dishes--img-gt07 {
  top: 6461px;
  left: calc(50% + 284px);
}
.dishes--img-gt08 {
  top: 7748px;
  right: calc(50% + 309px);
}
.dishes--left {
  display: block;
  position: absolute;
  right: calc(50% + 491px);
  width: 176px;
  z-index: 1;
}
.dishes--left-tw01 {
  top: 1268px;
}
.dishes--left-tw01:is(.chicken *), .dishes--left-tw01:is(.other *) {
  display: none;
}
.dishes--left-tw02 {
  top: 2992.4444444444px;
}
.dishes--left-tw02:is(.pork *), .dishes--left-tw02:is(.other *) {
  display: none;
}
.dishes--left-tw03 {
  top: 5516.8888888889px;
}
.dishes--left-tw03:is(.beef *) {
  display: none;
}
.dishes--left-tw04 {
  top: 7641.3333333333px;
}
.dishes--left-gt01 {
  top: 1380px;
}
.dishes--left-gt02 {
  top: 3355.5px;
}
.dishes--left-gt03 {
  top: 5331px;
}
.dishes--left-gt04 {
  top: 7306.5px;
}
.dishes--right {
  display: block;
  position: absolute;
  left: calc(50% + 522px);
  width: 133px;
  z-index: 1;
}
.dishes--right-tw01 {
  top: 16px;
}
.dishes--right-tw01:is(.chicken *), .dishes--right-tw01:is(.other *) {
  display: none;
}
.dishes--right-tw02 {
  top: 2140.4444444444px;
}
.dishes--right-tw02:is(.pork *) {
  display: none;
}
.dishes--right-tw03 {
  top: 3864.8888888889px;
}
.dishes--right-tw04 {
  top: 6389.3333333333px;
}
.dishes--right-tw05 {
  top: 8013.7777777778px;
}
.dishes--right-gt01 {
  top: 16px;
}
.dishes--right-gt02 {
  top: 1991.5px;
}
.dishes--right-gt03 {
  top: 3667px;
}
.dishes--right-gt04 {
  top: 6042.5px;
}

.card_modal {
  visibility: hidden;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #1A1311;
  overflow-y: scroll;
  padding: 58px 24px;
  opacity: 0;
  transition: 0.2s linear;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
@media (max-width: 428px) {
  .card_modal {
    top: 50px;
  }
}
.card_modal.active {
  visibility: visible;
  opacity: 1;
}
.card_modal--bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1A1311;
  z-index: -1;
}
.card_modal--close {
  display: block;
  position: fixed;
  right: 7px;
  top: 7px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: black;
  cursor: pointer;
}
.card_modal--close:before, .card_modal--close:after {
  display: block;
  position: absolute;
  left: 19px;
  top: 10px;
  content: "";
  height: 20px;
  width: 2px;
  background: white;
}
.card_modal--close:before {
  transform: rotate(45deg);
}
.card_modal--close:after {
  transform: rotate(-45deg);
}

.filter {
  background-color: #1A1311;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 4;
}
@media (max-width: 428px) {
  .filter {
    top: 105px;
    padding-top: 16px;
  }
}
.filter--inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .filter--inner {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.filter--text {
  color: #fff;
  font-weight: 800;
  margin: 0 24px 0 0;
}
@media (max-width: 428px) {
  .filter--text {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }
}
.filter--buttons {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 10px;
  height: 34px;
}
@media (max-width: 428px) {
  .filter--buttons {
    height: 24px;
    gap: 5px;
    justify-content: center;
  }
}
.filter--button {
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 0;
  transition: 0.15s;
  cursor: pointer;
}
.filter--button:hover {
  opacity: 0.8;
}
@media (max-width: 428px) {
  .filter--button {
    width: auto;
  }
}
.filter--img {
  height: 34px;
}
@media (max-width: 428px) {
  .filter--img {
    height: 24px;
  }
}

.swiper-vertical {
  height: 100%;
  max-width: 100%;
}

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

.swiper-slide {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=niku2025.css.map */