@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100lvh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #29282b;
  background: #c9c6c5;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body:before {
  content: "";
  width: 100vw;
  height: 100lvh;
  opacity: 0.7;
  position: fixed;
  inset: 0;
  z-index: -2;
  will-change: transform;
  transform: translate3d(0, 0, -1px);
}
@media (min-width: 768px) {
  body:before {
    background: url(../img/bg-img.jpg) no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  body:before {
    top: -20lvh;
    height: 130lvh;
    background: url(../img/bg-img_sp.jpg) no-repeat center/100%;
  }
}
body:after {
  content: "";
  width: 100vw;
  height: 100lvh;
  position: fixed;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.44'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
@media (max-width: 767px) {
  body:after {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%);
  }
}

p {
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p {
    text-align: center;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

h1,
h2,
h3 {
  margin-bottom: 0;
}

.content-wrap {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 30px 0;
  }
}

.inner {
  position: relative;
  z-index: 2;
  width: min(90%, 1200px);
  margin: 0 auto;
}

h3 {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 30px;
  }
}
h3:not(.fair-period h3) {
  position: relative;
}
h3:not(.fair-period h3):before {
  content: "";
  background: url(../img/ttl-bg.png) no-repeat center/contain;
  display: inline-block;
  width: min(100%, 400px);
  height: 180%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.6;
  z-index: -1;
}
h3 span.en img {
  max-width: 400px;
}
@media (max-width: 767px) {
  h3 span.en img {
    width: 70%;
  }
}
h3 span.ja {
  display: inline-block;
  font-size: 1rem;
}

.link-btn {
  position: relative;
  max-width: 500px;
  margin: 50px auto 0;
  padding: 20px;
  font-weight: 600;
  color: #fff;
  background: #970e17;
}
@media (min-width: 768px) {
  .link-btn {
    text-align: center;
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .link-btn {
    margin-top: 30px;
  }
}
.link-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 20px;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}
.note span {
  color: #970e17;
}

.bnr-img {
  max-width: 600px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .bnr-img {
    margin-bottom: 15px;
  }
}

p.fair-end {
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  color: #970e17;
}

#item-end {
  display: none;
}

.sec-ttl {
  padding: 30px 0;
  color: #fff;
  background: #000;
}
@media (max-width: 767px) {
  .sec-ttl {
    padding: 15px 0;
  }
}
.sec-ttl h2 {
  max-width: 500px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .sec-ttl h2 {
    width: 70%;
  }
}

.red {
  color: #970e17;
}

.keyvis_sec {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .keyvis_sec {
    padding: 30px 0;
  }
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li button:before {
  font-size: 12px;
}

.fair-period h3 {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: #970e17;
}
@media (max-width: 575px) {
  .fair-period h3 {
    font-size: 16px;
  }
}
.fair-period p {
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "veneer-two", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .fair-period p {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .fair-period p {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
  }
}
.fair-period p span {
  font-size: 0.6em;
}

.StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .StyleF_Frame_ {
    margin-bottom: 15px;
    gap: 8px;
  }
}

.StyleF_Item_ {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 5);
  padding: 10px;
  color: #fff;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.44'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
@media (max-width: 767px) {
  .StyleF_Item_ {
    width: calc((100% - 8px) / 2);
  }
}

.goods_name_ {
  margin: 1em 0;
  color: #fff;
}
@media (max-width: 767px) {
  .goods_name_ {
    font-size: 14px;
  }
}

.price_ {
  margin-bottom: 1em;
  text-align: right;
}

.comment_,
.rdt_ {
  display: none;
}

.name_ {
  margin: 0.5em 0;
  color: #fff;
}

.cart_btn_ {
  width: 100%;
  height: 30px;
  color: #fff;
  border: none;
}
.cart_btn_.order_ {
  background: #970e17;
}
.cart_btn_.reservation_ {
  background: #8e7943;
}
.cart_btn_.sold_out_, .cart_btn_.closed_ {
  display: block;
  line-height: 30px;
  text-align: center;
  background: #737373;
}

.cart_ {
  position: relative;
  width: 100%;
  height: 35px;
  margin-top: auto;
}
@media (max-width: 575px) {
  .cart_ {
    height: 30px;
  }
}
.cart_:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cart_:has(img[src*=soldout_s]):before {
  content: "完売";
  background: #737373;
}
.cart_:has(img[src*=close_s]):before {
  content: "販売終了";
  background: #737373;
}
.cart_ a {
  height: 35px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .cart_ a {
    height: 30px;
  }
}
.cart_ a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cart_ a:has(img[src*=cart_s]):before {
  content: "注文する";
  background: #970e17;
}
.cart_ a:has(img[src*=reserved_s]):before {
  content: "予約する";
  background: #8e7943;
}

footer {
  margin-top: 40px;
  padding: 1rem 0;
  background-color: #000000;
}
footer .link-pageup {
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: url(../img/pagetop.png) no-repeat center/contain;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
  }
}
footer .link-pageup:hover {
  color: #fff;
}
footer .link-pageup i {
  display: inline-block;
  margin-bottom: 5px;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header {
  padding: 20px;
  background: #fff;
  border-bottom: 4px solid #29282b;
}
@media (max-width: 767px) {
  header {
    padding: 10px;
  }
}
header .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 5px 20px;
}
@media (max-width: 767px) {
  header .flex-wrap {
    display: block;
    text-align: center;
  }
}
header h1 {
  font-weight: 800;
  font-size: 30px;
}
@media (min-width: 768px) {
  header h1 {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  header h1 {
    font-size: 18px;
  }
}
header .img-logo {
  width: 40vw;
  max-width: 160px;
}