:root {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  :root {
    font-size: 0.625vw;
  }
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

dl, dt, dd, p {
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.fade-in {
  opacity: 0;
  transition: 0.5s ease;
}
.fade-in.is-in {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .fade-in-sp {
    opacity: 0;
    transition: 0.5s ease;
  }
  .fade-in-sp.is-in {
    opacity: 1;
  }
}

.fade-up {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(0, 20px, 0);
}
.fade-up.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

main.teaser {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 769px) {
  main.teaser {
    display: flex;
    max-width: 160rem;
    width: 100%;
    margin-inline: auto;
  }
}
main.teaser .swiper-wrapper {
  height: auto;
}
@media screen and (min-width: 769px) {
  main.teaser .logo {
    position: absolute;
    top: 14.6rem;
    right: 37.8rem;
    z-index: 2;
    width: 14.4rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser .logo {
    width: 8.8rem;
    margin: 4.8rem auto 0;
  }
}
main.teaser .kv {
  width: 70rem;
}
@media screen and (max-width: 768px) {
  main.teaser .kv {
    width: 100%;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  main.teaser .kv .sticky-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
  main.teaser .kv .sticky-wrap img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  main.teaser .section-wrapper {
    width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser .section-wrapper {
    margin-top: 9.2rem;
  }
}
main.teaser section {
  position: relative;
  overflow: hidden;
}
main.teaser section h2 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main.teaser section h2 {
    font-size: 3.2rem;
  }
}
main.teaser section.main-visual {
  text-align: center;
}
@media screen and (min-width: 769px) {
  main.teaser section.main-visual {
    aspect-ratio: 90/99;
    padding-top: 39.3rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.main-visual {
    padding-inline: 2rem;
  }
}
main.teaser section.main-visual h1 {
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main.teaser section.main-visual h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
main.teaser section.main-visual p {
  position: relative;
  margin-top: 2.3rem;
  padding-bottom: 6.6rem;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  main.teaser section.main-visual p {
    width: 48rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.main-visual p {
    margin-top: 1.8rem;
    padding-bottom: 4.2rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
main.teaser section.main-visual p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8.8rem;
  height: 1px;
  background: #777;
}
@media screen and (max-width: 768px) {
  main.teaser section.main-visual p::after {
    width: 14.4rem;
  }
}
main.teaser section.main-visual .jp {
  margin-top: 6.7rem;
  color: #909090;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  main.teaser section.main-visual .jp {
    width: 56rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.main-visual .jp {
    margin-top: 4.2rem;
    line-height: 2.4rem;
  }
}
main.teaser section.profile {
  background: #3B210A;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile {
    margin-top: 9rem;
  }
}
main.teaser section.profile .image-slider .swiper-wrapper {
  transition-timing-function: linear;
}
main.teaser section.profile .image-slider .swiper-slide {
  width: 20.2rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .image-slider .swiper-slide {
    width: 19.1rem;
  }
}
main.teaser section.profile .aoki {
  position: relative;
  padding: 12rem 0 11.4rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki {
    padding: 9.6rem 2rem 9.2rem;
  }
}
main.teaser section.profile .aoki .label {
  position: absolute;
  top: 38.3rem;
  right: 1.7rem;
  z-index: 1;
  width: 49.7rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .label {
    top: 29rem;
    right: -1.6rem;
    width: 35rem;
  }
}
@media screen and (min-width: 769px) {
  main.teaser section.profile .aoki .image {
    width: 45.2rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .image {
    width: 100%;
  }
}
main.teaser section.profile .aoki .description {
  margin-top: 9.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main.teaser section.profile .aoki .description {
    width: 48rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .description {
    margin-top: 5.2rem;
  }
}
main.teaser section.profile .aoki .description .name {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .description .name {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
main.teaser section.profile .aoki .description P {
  margin-top: 3.2rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .description P {
    position: relative;
    margin-top: 1.5rem;
    padding-bottom: 4.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  main.teaser section.profile .aoki .description P::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 14.4rem;
    height: 1px;
    background: #777;
  }
}
main.teaser section.profile .aoki .description .jp {
  margin-top: 3.3rem;
  color: #F0EAE9;
  font-size: 12px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  main.teaser section.profile .aoki .description .jp {
    margin-top: 4.1rem;
    line-height: 2.4rem;
  }
}
main.teaser section.menu {
  padding: 11.7rem 6.4rem 0;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu {
    padding: 9rem 2rem 0;
  }
}
main.teaser section.menu h2 {
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu h2 {
    margin-bottom: 8.9rem;
  }
}
main.teaser section.menu .menu-list {
  position: relative;
}
main.teaser section.menu .menu-list h3 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
main.teaser section.menu .menu-list.food h3 {
  top: -16.7rem;
  width: 30.8rem;
}
@media screen and (min-width: 769px) {
  main.teaser section.menu .menu-list.food h3 {
    right: -4.5rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list.food h3 {
    top: -13.3rem;
    left: -1.7rem;
    width: 22.8rem;
  }
}
main.teaser section.menu .menu-list.drink {
  margin-top: 12.3rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list.drink {
    margin-top: 15.7rem;
  }
}
main.teaser section.menu .menu-list.drink h3 {
  top: -16.2rem;
  width: 37.4rem;
}
@media screen and (min-width: 769px) {
  main.teaser section.menu .menu-list.drink h3 {
    right: -6rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list.drink h3 {
    top: -13rem;
    left: -1.7rem;
    width: 27.6rem;
  }
}
main.teaser section.menu .menu-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem 2rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul {
    gap: 3.7rem 1.9rem;
  }
}
main.teaser section.menu .menu-list ul li {
  position: relative;
  width: 24.4rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li {
    width: 15.8rem;
  }
}
main.teaser section.menu .menu-list ul li .icon {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .icon {
    gap: 0 0.4rem;
    top: -1rem;
    right: -1rem;
  }
}
main.teaser section.menu .menu-list ul li .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1;
  background: #006934;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .icon i {
    width: 4.4rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .icon i.one-day {
    line-height: 1rem;
  }
}
main.teaser section.menu .menu-list ul li .image {
  aspect-ratio: 1/1;
}
main.teaser section.menu .menu-list ul li .detail {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
main.teaser section.menu .menu-list ul li .detail .name {
  font-family: "Jost", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.03em;
}
main.teaser section.menu .menu-list ul li .detail .jp {
  margin-top: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail .jp {
    margin-top: 0.5rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail .jp.short {
    letter-spacing: -0.06em;
  }
}
main.teaser section.menu .menu-list ul li .detail .price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-family: "Jost", sans-serif;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail .price {
    margin-top: 0.6rem;
  }
}
main.teaser section.menu .menu-list ul li .detail .price i {
  width: 100%;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  main.teaser section.menu .menu-list ul li .detail .price i {
    padding-right: 0.5em;
  }
}
main.teaser section.menu .menu-list ul li .detail .price span {
  margin-left: 0.4rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail .price span {
    margin-left: 0.8rem;
    font-size: 1.1rem;
  }
}
main.teaser section.menu .menu-list ul li .detail .note {
  margin-top: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #909090;
}
@media screen and (max-width: 768px) {
  main.teaser section.menu .menu-list ul li .detail .note {
    margin-top: 0.5rem;
  }
}
main.teaser section.shop {
  margin-top: 11.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.teaser section.shop {
    margin-top: 8.9rem;
  }
}
main.teaser section.shop h2 {
  position: relative;
}
main.teaser section.shop .shop-image {
  display: flex;
  justify-content: center;
  gap: 0 3.2rem;
  position: relative;
  margin-top: 5.1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main.teaser section.shop .shop-image {
    flex-direction: column;
    align-items: center;
    gap: 4rem 0;
    margin-top: 3.6rem;
    padding-bottom: 5.6rem;
  }
}
main.teaser section.shop .shop-image::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8.8rem;
  height: 1px;
  background: #777;
}
@media screen and (max-width: 768px) {
  main.teaser section.shop .shop-image::after {
    width: 14.4rem;
  }
}
main.teaser section.shop .shop-image img {
  width: 29.5rem;
}
main.teaser section.shop p {
  position: relative;
  margin-top: 4.8rem;
  padding-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main.teaser section.shop p {
    margin-top: 3.7rem;
    padding-bottom: 3.9rem;
    line-height: 3.2rem;
  }
}
main.teaser section.shop p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 8.8rem;
  height: 1px;
  background: #777;
}
@media screen and (max-width: 768px) {
  main.teaser section.shop p::after {
    width: 14.4rem;
  }
}
main.teaser section.shop p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
main.teaser .footer {
  display: flex;
  align-items: center;
  margin-top: 12rem;
  padding: 3rem 6.4rem 2.9rem;
  background: #F2F2F2;
}
@media screen and (min-width: 769px) {
  main.teaser .footer {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  main.teaser .footer {
    flex-direction: column;
    padding: 5.5rem 2rem 5.6rem;
  }
}
main.teaser .footer nav .nav-list {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
main.teaser .footer nav .nav-list li {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main.teaser .footer nav .nav-list li {
    font-size: 1.2rem;
  }
}
main.teaser .footer .copy {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  main.teaser .footer .copy {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */