@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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: 'Noto Sans JP', sans-serif;weight:100-900;
font-family: 'Noto Serif JP', serif;font-weight:200-900;
*/
body {
  color: #744D2E;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 70px;
  background: #D2A257;
  line-break: strict;
}
@media (max-width: 435px) {
  body {
    padding-top: 50px;
  }
}

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

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

.cmn-footer {
  position: relative;
}

.ichigo2026 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (max-width: 435px) {
  .ichigo2026 {
    background: transparent url("../../images/bg-sp.png") right bottom 34.6666666667vw no-repeat;
    background-size: 53.6vw auto;
  }
}
.ichigo2026--caption {
  color: white;
  position: absolute;
  bottom: 36px;
  left: calc(50% - 500px);
  font-size: 12px;
  line-height: 1;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 435px) {
  .ichigo2026--caption {
    line-height: 1.3;
    display: block;
    position: static;
    width: 100%;
    padding: 0 15px 15px;
  }
  .ichigo2026--caption li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.ichigo2026--pagetop {
  position: sticky;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  padding-right: 88px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (max-width: 435px) {
  .ichigo2026--pagetop {
    padding: 0 10px 10px 0;
  }
}
.ichigo2026--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;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  will-change: transform;
  z-index: 2;
}
.ichigo2026--pagetop-btn:hover {
  filter: brightness(1.8) drop-shadow(0 0 3px rgba(255, 255, 255, 0.6666666667));
}
.ichigo2026--pagetop-btn.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 435px) {
  .ichigo2026--pagetop-btn {
    width: 65px;
    height: 65px;
  }
}
.ichigo2026--announce {
  width: 164px;
  height: 164px;
  background: #FAE0AA;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (max-width: 435px) {
  .ichigo2026--announce {
    width: 100px;
    height: 100px;
  }
}
.ichigo2026--announce-txt {
  position: absolute;
  left: 17%;
  top: 55%;
  display: block;
  color: #744D2E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
@media (max-width: 435px) {
  .ichigo2026--announce-txt {
    font-size: 14px;
    left: 13%;
    top: 58%;
  }
}
.ichigo2026--announce_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}

.mv {
  position: relative;
  height: 660px;
  background: transparent;
  background-size: auto 660px;
  overflow: hidden;
}
@media (max-width: 435px) {
  .mv {
    height: 150.6666666667vw;
  }
}
.mv:after {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  text-align: center;
  grid-template: auto/auto;
  align-items: center;
  content: "LOADING";
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5em;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #D2A257;
  opacity: 1;
  animation: loading ease-in-out 3s both infinite;
  transition: 0.2s ease-in;
}
@keyframes loading {
  0% {
    color: rgba(223, 164, 94, 0);
  }
  100% {
    color: #dfa45e;
  }
}
.mv.loaded:after {
  animation: none;
  opacity: 0;
  visibility: hidden;
}
.mv--title-img {
  position: absolute;
  left: calc(50% - 309px);
  top: 70px;
  z-index: 1;
}
.loaded .mv--title-img {
  animation: scalein 0.8s ease-out 0.5s both;
}
@media (max-width: 435px) {
  .mv--title-img {
    left: calc(50% - 42.8vw);
    top: 14vw;
    width: 88.2666666667vw;
  }
}
.mv--date {
  position: absolute;
  left: calc(50% - 229px);
  top: 224px;
  z-index: 1;
}
@media (max-width: 435px) {
  .mv--date {
    width: 50.9333333333vw;
    left: calc(50% - 25.4666666667vw);
    top: 70.4vw;
  }
}
.loaded .mv--date {
  animation: scalein 1s ease-out 3.5s both;
}
.mv--fork {
  position: absolute;
  left: calc(50% - 153px);
  bottom: 0;
}
@media (max-width: 435px) {
  .mv--fork {
    left: calc(50% - 12.6666666667vw);
    bottom: 0;
    width: 12.1333333333vw;
  }
}
.loaded .mv--fork {
  animation: slidein 0.8s ease-out 0.5s both;
}
.mv--ornaments {
  position: absolute;
  left: calc(50% - 657px);
  bottom: 0;
}
@media (max-width: 435px) {
  .mv--ornaments {
    left: 0;
    top: 8.2666666667vw;
    width: 100%;
  }
}
.loaded .mv--ornaments {
  animation: ornament 1.3s ease-out 1.2s both;
}
.mv--item01 {
  position: absolute;
  left: calc(50% - 594px);
  top: 38px;
}
@media (max-width: 435px) {
  .mv--item01 {
    left: calc(50% - 48.3466666667vw);
    top: 29.3333333333vw;
    width: 22.08vw;
  }
}
.loaded .mv--item01 {
  animation: itemin 2s ease-out 2.9s both;
}
.mv--item02 {
  position: absolute;
  left: calc(50% - 470px);
  top: 466px;
}
@media (max-width: 435px) {
  .mv--item02 {
    left: calc(50% - 52.9333333333vw);
    top: 119.44vw;
    width: 19.04vw;
  }
}
.loaded .mv--item02 {
  animation: itemin 1.5s ease-out 2.8s both;
}
.mv--item03 {
  position: absolute;
  left: calc(50% - 405px);
  top: 204px;
}
@media (max-width: 435px) {
  .mv--item03 {
    left: calc(50% - 10.1066666667vw);
    top: 88.96vw;
    width: 15.68vw;
  }
}
.loaded .mv--item03 {
  animation: itemin 1.5s ease-out 2.5s both;
}
.mv--item04 {
  position: absolute;
  left: calc(50% - 343px);
  top: 320px;
}
@media (max-width: 435px) {
  .mv--item04 {
    left: calc(50% - 30.3466666667vw);
    top: 92.72vw;
    width: 18.2933333333vw;
  }
}
.loaded .mv--item04 {
  animation: itemin 1.5s ease-out 2.3s both;
}
.mv--item05 {
  position: absolute;
  left: calc(50% - 26px);
  top: 306px;
}
@media (max-width: 435px) {
  .mv--item05 {
    left: calc(50% - 10.88vw);
    top: 51.44vw;
    width: 28.96vw;
  }
}
.loaded .mv--item05 {
  animation: itemin 1.5s ease-out 2.4s both;
}
.mv--item06 {
  position: absolute;
  left: calc(50% + 184px);
  top: 260px;
}
@media (max-width: 435px) {
  .mv--item06 {
    left: calc(50% - 25.68vw);
    top: 34.72vw;
    width: 64.4vw;
  }
}
.loaded .mv--item06 {
  animation: itemin 1.5s ease-out 2.2s both;
}
.mv--item07 {
  position: absolute;
  left: calc(50% + 253px);
  top: 104px;
}
@media (max-width: 435px) {
  .mv--item07 {
    left: calc(50% - 1.1733333333vw);
    top: 86.96vw;
    width: 29.8133333333vw;
  }
}
.loaded .mv--item07 {
  animation: itemin 1.5s ease-out 2.9s both;
}
.mv--item08 {
  position: absolute;
  left: calc(50% + 346px);
  top: 23px;
}
@media (max-width: 435px) {
  .mv--item08 {
    left: calc(50% + 31.6266666667vw);
    top: 17.76vw;
    width: 16.72vw;
  }
}
.loaded .mv--item08 {
  animation: itemin 1.5s ease-out 2.6s both;
}
.mv--item09 {
  position: absolute;
  left: calc(50% + 360px);
  top: 44px;
}
@media (max-width: 435px) {
  .mv--item09 {
    left: calc(50% + 23.2vw);
    top: 48.4266666667vw;
    width: 30.7733333333vw;
  }
}
.loaded .mv--item09 {
  animation: itemin 2s ease-out 3s both;
}
@keyframes scalein {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ornament {
  0% {
    transform: scale(0.98) translate(0, 20px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes itemin {
  0% {
    transform: translate(0, 5px) scale(1.1);
    opacity: 0;
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.bld {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  z-index: 2;
  padding-top: 15px;
  background: #3A1A00;
}
@media (max-width: 435px) {
  .bld {
    position: sticky;
    top: 50px;
    left: 0;
    gap: 0;
    padding: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.bld--btn {
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 570px;
  height: 90px;
  border-right: 1px solid white;
  padding-bottom: 30px;
  background-color: transparent;
  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: 19px auto;
  background-position: center bottom 16px;
  background-repeat: no-repeat;
  transition: 0.2s linear;
  will-change: transform;
}
.bld--btn:first-of-type {
  border-left: 1px solid white;
}
@media (max-width: 435px) {
  .bld--btn:first-of-type {
    border-left: none;
  }
}
@media (max-width: 435px) {
  .bld--btn:last-of-type {
    border-right: none;
  }
}
.bld--btn:hover {
  color: white;
  background-position: center bottom 12px;
  filter: contrast(1.5) saturate(2) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6666666667));
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bld--btn {
    margin: 0 20px;
  }
}
@media (max-width: 435px) {
  .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;
    background-color: #FAE0AA;
  }
  .bld--btn:hover {
    filter: none;
    background-position: right 13.7px center;
  }
  .bld--btn.active {
    background-color: #3A1A00;
  }
}
.bld--btn-small {
  color: #FAE0AA;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.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: 2;
}
.bld_fixed--btn {
  writing-mode: vertical-rl;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 195px;
  background-color: #744D2E;
  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%;
  margin: 0 0 98px;
  padding-top: 121px;
  background-color: transparent;
  background-image: url("../../images/floor-bg.png");
  background-repeat: no-repeat;
  background-size: 1318px auto;
  background-position: center 15px;
}
@media (max-width: 435px) {
  .floor {
    margin-bottom: 60px;
    padding: 22.8vw 10px 0;
    background-image: url("../../images/floor-bg-sp.png");
    background-position: center top;
    background-size: 94.4vw auto;
  }
}
.floor:last-of-type {
  margin-bottom: 110px;
}
@media (max-width: 435px) {
  .floor:last-of-type {
    margin-bottom: 25px;
  }
}
.floor--title {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-size: 52px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
  filter: drop-shadow(0 1px 10px rgba(58, 26, 0, 0.5333333333));
}
@media (max-width: 435px) {
  .floor--title {
    font-size: 8.5333333333vw;
    letter-spacing: 0.025em;
    margin-bottom: 4.8vw;
    filter: drop-shadow(0 1px 4px rgba(58, 26, 0, 0.5333333333));
  }
}
.floor--title-en {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media (max-width: 435px) {
  .floor--title-en {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
.floor--switcher {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 62px;
}
@media (max-width: 435px) {
  .floor--switcher {
    gap: 8.2666666667vw;
    margin-bottom: 14.4vw;
  }
}
.floor--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s linear;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FAE0AA;
  height: 64px;
  border: 1px solid #D2A257;
  border-left: none;
  border-right: none;
  will-change: transform;
  padding: 0 2px 4px;
}
@media (max-width: 435px) {
  .floor--btn {
    font-size: 8.5333333333vw;
    width: auto;
    height: auto;
  }
}
.floor--btn span {
  font-size: 28px;
  margin: 10px 0 0 4px;
}
@media (max-width: 435px) {
  .floor--btn span {
    font-size: 6.4vw;
  }
}
.floor--btn:hover {
  transform: scale(1.05);
}
.f12 .floor--btn[data-floor=f12], .f13 .floor--btn[data-floor=f13] {
  color: white;
  border-color: white;
  pointer-events: none;
}
.floor--img {
  max-width: 100%;
  height: auto;
}

.card_grid {
  width: 100%;
  max-width: 1010px;
  min-height: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 67px 10px;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: center top;
}
@media (max-width: 435px) {
  .card_grid {
    grid-template: auto/repeat(2, 1fr);
    gap: 10.6666666667vw 2.9333333333vw;
  }
}
.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: transparent url("../../images/card-bg.png") left top no-repeat;
  background-size: 100% auto;
  padding-top: 5px;
}
@media (max-width: 435px) {
  .card {
    padding-bottom: 0.8vw;
    background-image: url("../../images/card-bg-sp.png");
  }
  .card_modal .card {
    padding-bottom: 0;
    max-width: 328px;
    background-image: url("../../images/card-bg.png");
  }
}
.card:after {
  position: absolute;
  left: 0;
  bottom: -26px;
  content: "";
  background: transparent url("../../images/card-bottom.png") left bottom no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 26px;
}
@media (max-width: 435px) {
  .card:after {
    background-image: url("../../images/card-bottom-sp.png");
    height: 10px;
    bottom: -10px;
  }
  .card_modal .card:after {
    background-image: url("../../images/card-bottom.png");
    height: 26px;
    bottom: -26px;
  }
}
.card--title {
  color: #D86274;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 435px) {
  .card--title {
    font-size: 14px;
    letter-spacing: -0.05em;
    height: 40px;
    padding: 0;
    white-space: nowrap;
  }
  .card_modal .card--title {
    font-size: 18px;
    height: 64px;
    padding: 0;
  }
}
.card--title-narrow span {
  letter-spacing: -0.05em;
}
@media (max-width: 435px) {
  .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: 435px) {
  .card--title-small {
    font-size: 10px;
  }
  .card_modal .card--title-small {
    font-size: 14px;
  }
}
.card--title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -28px;
  width: 100%;
  height: 26px;
  background-color: transparent;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 435px) {
  .card--title:before {
    width: 100%;
    height: 17px;
    left: 0px;
    top: -25px;
  }
  .card_modal .card--title:before {
    top: -28px;
    height: 26px;
  }
}
.card_tw12 .card--title:before {
  background-image: url("../../images/badge-tw12.png");
}
@media (max-width: 435px) {
  .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: 435px) {
  .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: 435px) {
  .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: 435px) {
  .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: 0 13px 12px;
}
@media (max-width: 435px) {
  .card--img {
    width: 40vw;
    height: 27.7333333333vw;
    margin: 2px auto 6px;
  }
  .card_modal .card--img {
    width: 300px;
    height: auto;
    object-fit: contain;
    margin: 0 13px 12px;
  }
}
.card--tags {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
@media (max-width: 435px) {
  .card--tags {
    margin-bottom: 8px;
    gap: 3px;
  }
  .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: fit-content;
  min-width: 110px;
  border-radius: 11px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  background: #AE8748;
  padding: 3px 18px 4px;
}
.card--tag span {
  text-align: left;
}
@media (max-width: 435px) {
  .card--tag {
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    padding: 3px 8px 5px;
  }
}
.card--tag-towers {
  background: #D3A358;
}
@media (max-width: 435px) {
  .card--tag-towers {
    display: none;
  }
  .card_modal .card--tag-towers {
    display: flex;
  }
}
.card--tag-gate {
  background: #D3A358;
}
@media (max-width: 435px) {
  .card--tag-gate {
    display: none;
  }
  .card_modal .card--tag-gate {
    display: flex;
  }
}
.card--tag-fair {
  background: #EA5548;
}
@media (max-width: 435px) {
  .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: 435px) {
  .card--tag-double {
    flex-direction: column;
    height: auto;
    gap: 0;
    text-align: center;
    padding: 6px 18px;
    border-radius: 10px;
  }
}
.card--tag-ichigo {
  color: #EA5548;
  background: white url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010.88%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.24%2013.11c-1.61-1.41-2.73-3.31-3.17-5.4v-.1c-.03-.13-.04-.26-.05-.39v-.16s-.02-.18-.02-.18c-.04-1.1.38-2.16%201.15-2.94.18-.18.38-.34.6-.48h.02c.39-.28.85-.45%201.33-.49h4.67c1.89.31%203.23%202%203.09%203.91-.06%201.38-.49%202.72-1.27%203.87l-.05.08c-.18.29-.39.58-.6.85l-.04.06c-.28.36-.59.71-.92%201.03-.13.13-.25.25-.37.34-1.22%201.19-3.16%201.19-4.38%200zm2.01-2.03c-.15.18-.23.42-.22.66%200%20.41.19.75.42.75l.2-.09c.15-.18.23-.42.22-.65%200-.18-.04-.37-.12-.53-.05-.12-.17-.21-.3-.22l-.2.09zm1.87-2.35c-.15.18-.23.42-.22.65%200%20.41.19.75.42.75l.2-.1c.15-.18.23-.42.22-.66%200-.18-.04-.37-.12-.53-.05-.12-.17-.21-.3-.22l-.2.1zm-3.82-.08c-.15.18-.23.42-.22.66%200%20.41.19.75.42.75l.2-.09c.15-.18.23-.42.22-.66%200-.18-.04-.37-.12-.53-.05-.12-.17-.21-.3-.22zm5-2.76c-.15.18-.23.42-.22.66%200%20.41.19.75.42.75l.2-.09c.29-.39.29-.92%200-1.31l-.2-.09-.2.09zm-3.05%200c-.15.18-.23.42-.22.66%200%20.41.19.75.42.75l.2-.09c.15-.18.23-.42.22-.66%200-.41-.19-.75-.42-.75zm-3.4%200c-.15.18-.23.42-.22.66-.01.24.07.47.22.66l.2.09.2-.09c.15-.18.23-.42.22-.66%200-.18-.04-.37-.12-.53-.05-.12-.17-.21-.3-.22l-.19.09zm-.54-4.58.64.09%201.19.17.72-1.57.3.23%201.27.97%201.56-1.21.14.3.58%201.27%201.83-.27-.19.42-.35.78-7.11.04-.57-1.23z%22%20fill%3D%22%23ea5548%22%2F%3E%3C%2Fsvg%3E") 12px center no-repeat;
  background-size: 11px auto;
  border: 2px solid #EA5548;
  border-radius: 12px;
  height: 22px;
  padding: 0 14px 0 28px;
}
@media (max-width: 435px) {
  .card--tag-ichigo {
    border-width: 1px;
    padding: 0 8px 0 20px;
    background-position: 8px center;
    background-size: 10px auto;
  }
  .card_modal .card--tag-ichigo {
    border-width: 2px;
    padding: 0 14px 0 28px;
    backgronud-position: 12px center;
    background-size: 11px auto;
  }
}
.card--food {
  color: #D3A257;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.33;
  margin: 0 14px 11px;
}
@media (max-width: 435px) {
  .card--food {
    font-size: 14px;
    line-height: 1.28;
    margin: 0 0 4px;
  }
  .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: 435px) {
  .card--food-small {
    font-size: 12px;
  }
  .card_modal .card--food-small {
    font-size: 14px;
  }
}
@media (max-width: 435px) {
  .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.7;
  text-align: justify;
  margin: 0 0 17px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 435px) {
  .card--desc {
    display: none;
  }
  .card_modal .card--desc {
    display: revert;
  }
}
.card--price {
  color: #744D2E;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 14px;
  padding: 0 20px;
  text-align: right;
  max-width: 100%;
}
@media (max-width: 435px) {
  .card--price {
    font-size: 12px;
    text-align: center;
    padding: 0;
  }
  .card_modal .card--price {
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
  }
}
.card--price-num {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 2px 0 4px;
}
@media (max-width: 435px) {
  .card--price-num {
    font-size: 20px;
    margin: 0 2px;
  }
  .card_modal .card--price-num {
    font-size: 30px;
    margin: 0 2px 0 4px;
  }
}
.card--price-caption {
  display: block;
  margin-top: 1em;
  font-size: 13px;
  text-align: justify;
}
.card--price-center {
  display: block;
  width: 100%;
  text-align: center;
}
.card--price-center:not(:first-of-type) {
  margin-top: 1em;
}
.card--caption {
  display: block;
  font-size: 11px;
  line-height: 1.3;
  text-align: justify;
  padding: 0 20px 0 calc(20px + 1em);
  text-indent: -1em;
  margin: 0 0 18px;
  align-self: flex-start;
}
.card--caption-red {
  color: #E83820;
}
.card--caption + .card--caption {
  margin-top: -14px;
}
@media (max-width: 435px) {
  .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-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  width: calc(100% - 40px);
  height: 49px;
  background-color: transparent;
  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"), url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2247.001%22%20viewBox%3D%220%200%20278.001%2047.001%22%20width%3D%22278.001%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8233%209351a8.008%208.008%200%200%200%20-8-8v-31a8.011%208.011%200%200%200%208-7.97v-.03h262a8%208%200%200%200%20.193%201.754v.016c0%20.02.01.039.014.059s.01.042.016.063v.013a8.017%208.017%200%200%200%207.563%206.091h.079.135v-8h-3.825%203.827v39a8.013%208.013%200%200%200%20-8%208zm270%200v-4.088%202.044-2.432z%22%20fill%3D%22%23981a1f%22%20transform%3D%22translate(-8225%20-9303.999)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 14px, 100% auto;
  background-position: right 11px center, left top;
  margin: auto 20px 0;
  border-radius: 10px;
  transition: 0.2s linear;
}
.card--btn:hover {
  opacity: 0.8;
}
@media (max-width: 435px) {
  .card--btn {
    display: none;
  }
  .card_modal .card--btn {
    display: flex;
  }
}
.card--more {
  display: none;
}
@media (max-width: 435px) {
  .card--more {
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 22px;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2222.001%22%20viewBox%3D%220%200%2072.001%2022.001%22%20width%3D%2272.001%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8288%2010792h-64a4.006%204.006%200%200%200%20-4-4v-14a4%204%200%200%200%204-4h64a4.006%204.006%200%200%200%204%204v-4%2022-4a4.005%204.005%200%200%200%20-4%204z%22%20fill%3D%22%23981a1f%22%20transform%3D%22translate(-8220.003%20-10769.998)%22%2F%3E%3C%2Fsvg%3E") left top no-repeat;
    background-size: 100% auto;
    margin: auto auto 0;
    cursor: pointer;
  }
  .card_modal .card--more {
    display: none;
  }
}

.dishes {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 403px;
  width: 100%;
  height: 100%;
}
@media (max-width: 435px) {
  .dishes {
    display: none;
  }
}
.dishes--img {
  display: block;
  position: absolute;
  width: 400px;
  height: auto;
  transition: 1s ease-out;
  opacity: 0;
  transform: translate(0, 60px) rotate(30deg);
  will-change: transform;
}
.dishes--img:nth-of-type(odd) {
  left: calc(50% - 587px - 200px);
}
.dishes--img:nth-of-type(even) {
  left: calc(50% + 600px - 200px);
}
.dishes--img.active {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}
.dishes--img-tw01 {
  top: 501px;
}
.dishes--img-tw02 {
  top: 1254px;
}
.dishes--img-tw03 {
  top: 2644px;
}
.dishes--img-tw04 {
  top: 3391px;
}
.dishes--img-tw05 {
  top: 4536px;
}
.dishes--img-tw06 {
  top: 5350px;
}
.dishes--img-gt01 {
  top: 513px;
}
.dishes--img-gt02 {
  top: 1270px;
}
.dishes--img-gt03 {
  top: 2657px;
}
.dishes--img-gt04 {
  top: 3462px;
}
.dishes--img-gt05 {
  top: 5093px;
}
.dishes--left {
  display: block;
  position: absolute;
  left: calc(50% - 718px);
  width: 233px;
  height: auto;
}
@keyframes rise {
  0% {
    transform: translate(-4px, 120px);
    opacity: 0;
  }
  15%, 85% {
    opacity: 1;
  }
  50% {
    transform: translate(4px, 60px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
.dishes--left-tw01 {
  top: 51px;
}
.dishes--left-tw02 {
  top: 2112px;
}
.dishes--left-tw03 {
  top: 4075px;
}
.dishes--left-gt01 {
  top: 0;
}
.dishes--left-gt02 {
  top: 2131px;
}
.dishes--left-gt03 {
  top: 4462px;
}
.dishes--right {
  display: block;
  position: absolute;
  left: calc(50% + 470px);
  width: 231px;
  height: auto;
}
.dishes--right-tw01 {
  top: 520px;
}
.dishes--right-tw02 {
  top: 2767px;
}
.dishes--right-tw03 {
  top: 4715px;
}
.dishes--right-gt01 {
  top: 639px;
}
.dishes--right-gt02 {
  top: 2839px;
}
.dishes--rabbit {
  position: absolute;
  left: calc(50% - 658px);
  width: 135px;
  height: auto;
}
@keyframes rabbit {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.dishes--rabbit-tw01 {
  top: 1590px;
}
.dishes--rabbit-tw02 {
  top: 3609px;
}
.dishes--rabbit-tw03 {
  top: 5564px;
}
.dishes--rabbit-gt01 {
  top: 1514px;
}
.dishes--rabbit-gt02 {
  top: 3821px;
}
.dishes--bird {
  position: absolute;
  left: calc(50% + 529px);
  width: 160px;
  height: auto;
}
@keyframes bird {
  0%, 15%, 35% {
    transform: rotate(0);
  }
  5%, 20% {
    transform: rotate(-3deg);
  }
}
.dishes--bird-tw01 {
  top: 258px;
}
.dishes--bird-tw02 {
  top: 2341px;
}
.dishes--bird-tw03 {
  top: 4371px;
}
.dishes--bird-gt01 {
  top: 349px;
}
.dishes--bird-gt02 {
  top: 2333px;
}
.dishes--bird-gt03 {
  top: 4461px;
}

.card_modal {
  visibility: hidden;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  padding: 54px 28px;
  opacity: 0;
  transition: 0.2s linear;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.card_modal.active {
  visibility: visible;
  opacity: 1;
}
.card_modal--bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background: #744D2E;
  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);
}

/*# sourceMappingURL=ichigo2026.css.map */
