@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
header {
  background: #000;
}
header .flex {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
header .flex .logo {
  width: 157.1225px;
}
@media screen and (max-width: 860px) {
  header .flex .logo {
    width: 25%;
  }
}
header .flex .shop_name {
  width: 267.1985px;
}
@media screen and (max-width: 860px) {
  header .flex .shop_name {
    width: 60%;
  }
}

#bnrBox {
  background: #e50012;
}
#bnrBox .bg {
  background: url(../image/bg_red.webp) no-repeat center/cover;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 18.5rem;
}
#bnrBox .cont {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #bnrBox .cont {
    width: 90%;
  }
}
#bnrBox .cont + .cont {
  margin-top: 7.4rem;
}
#bnrBox .cont p {
  color: #fff;
  font-size: 2.2rem;
  margin: 3.5rem auto 5rem;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 860px) {
  #bnrBox .cont p {
    -webkit-text-stroke: 2px #000;
    paint-order: stroke fill;
  }
}

footer {
  background: #000019;
}
footer .cont {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  footer .cont {
    aspect-ratio: 1.1/1;
  }
  footer .cont img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */