/* variable
----------------------------------------------------------------- */
/* color */
/* font */
@font-face {
  font-family: "Jua";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jua-Regular.ttf") format("truetype");
}
.p-menu-detail-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 6.25rem;
}

.p-menu-detail, .p-menu-detail--dessert, .p-menu-detail--mainfood, .p-menu-detail--seafood, .p-menu-detail--pinchos {
  padding: 4.375rem 2.5rem;
  border: 1px solid #e5204c;
}
@media screen and (max-width: 768px) {
  .p-menu-detail, .p-menu-detail--dessert, .p-menu-detail--mainfood, .p-menu-detail--seafood, .p-menu-detail--pinchos {
    padding: 2.5rem 1rem;
  }
}
.p-menu-detail--pinchos {
  background: url("../img/bg_menu01.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-menu-detail--pinchos {
    background-position: left;
  }
}
.p-menu-detail--seafood {
  background: url("../img/bg_menu02.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-menu-detail--seafood {
    background-position: right;
  }
}
.p-menu-detail--mainfood {
  background: url("../img/bg_menu03.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-menu-detail--mainfood {
    background-position: left;
  }
}
.p-menu-detail--dessert {
  background: url("../img/bg_menu04.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-menu-detail--dessert {
    background-position: right;
  }
}
.p-menu-detail:nth-child(odd) .p-menu-detail__box, .p-menu-detail--pinchos:nth-child(odd) .p-menu-detail__box, .p-menu-detail--seafood:nth-child(odd) .p-menu-detail__box, .p-menu-detail--mainfood:nth-child(odd) .p-menu-detail__box, .p-menu-detail--dessert:nth-child(odd) .p-menu-detail__box {
  margin-left: auto;
}
.p-menu-detail__title {
  font-family: "Josefin Slab";
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #e5204c;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__title {
    font-size: 1.375rem;
  }
}
.p-menu-detail__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 0.625rem;
  letter-spacing: 0.15em;
}
.p-menu-detail__text-inner span {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-menu-detail__box {
  position: relative;
  width: 37.5rem;
  max-width: 100%;
  height: 19.375rem;
  padding: 2.5rem 3.25rem;
  border: 1px solid #e5204c;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__box {
    height: auto;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
.p-menu-detail__img-box, .p-menu-detail__img-box--04, .p-menu-detail__img-box--03, .p-menu-detail__img-box--02, .p-menu-detail__img-box--01 {
  position: absolute;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img-box, .p-menu-detail__img-box--04, .p-menu-detail__img-box--03, .p-menu-detail__img-box--02, .p-menu-detail__img-box--01 {
    position: unset;
    right: unset;
    bottom: unset;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.p-menu-detail__img-box--01 {
  right: 2.5rem;
  bottom: -2.5rem;
  height: 9.4375rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img-box--01 {
    height: auto;
  }
}
.p-menu-detail__img-box--02 {
  bottom: -2.5rem;
  height: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img-box--02 {
    height: auto;
  }
}
.p-menu-detail__img-box--03 {
  right: 2.5rem;
  bottom: -3.75rem;
  height: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img-box--03 {
    height: auto;
  }
}
.p-menu-detail__img-box--04 {
  bottom: -2.5rem;
  height: 8.125rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img-box--04 {
    height: auto;
  }
}
.p-menu-detail__img, .p-menu-detail__img--06, .p-menu-detail__img--05, .p-menu-detail__img--04, .p-menu-detail__img--03, .p-menu-detail__img--02, .p-menu-detail__img--01 {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e5204c;
}
.p-menu-detail__img--01 {
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--01 {
    width: auto;
  }
}
.p-menu-detail__img--02 {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--02 {
    width: auto;
  }
}
.p-menu-detail__img--03 {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--03 {
    width: auto;
  }
}
.p-menu-detail__img--04 {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--04 {
    width: auto;
  }
}
.p-menu-detail__img--05 {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--05 {
    width: auto;
  }
}
.p-menu-detail__img--06 {
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--06 {
    width: auto;
  }
}
.p-menu-detail__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-menu-detail__img--sp {
    display: block;
  }
}

.menu__detail-more {
  margin-top: 3.125rem;
}

.image-content img {
  width: 100%;
  border: 1px solid #e5204c;
}

.images-wrapper {
  gap: 3.75rem;
}

@media screen and (min-width: 768px) {
  .about::before {
    position: absolute;
    top: -9.3125rem;
    left: 0;
    width: 100vw;
    height: 9.375rem;
    content: "";
    background: linear-gradient(180deg, rgba(28, 59, 109, 0) 0, #cfebee 95%);
  }
  .about::before {
    top: -18.6875rem;
    height: 18.75rem;
  }
  .overlay-images {
    top: -9.125rem;
    right: 7.5rem;
    gap: 0.9375rem;
  }
  .overlay-content {
    top: -8.125rem;
  }
  .splide__pagination {
    top: -5rem;
  }
}
.parallax-bg {
  background: no-repeat center center/cover;
  background-image: url(../img/img-introduction.webp);
  height: 100vh;
  margin-top: 6.25rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}

.introduction {
  width: 68.75rem;
  max-width: 100%;
  margin-inline: auto;
  z-index: 2;
  background: unset;
  position: relative;
  border: none;
  padding-inline: 1rem;
  padding-bottom: 10rem;
}

.introduction__inner {
  background: rgba(207, 235, 238, 0.9);
  border: 1px solid #e5204c;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 768px) {
  .introduction__inner {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 5rem;
    padding-top: 6.25rem;
  }
}
.introduction__box {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.9375rem;
}

.introduction__head {
  text-align: center;
}

.p-menu-detail__text-inner {
  display: flex;
  align-items: flex-start;
}

.u-margin-top--narrow {
  margin-top: 0.625rem;
}
.u-margin-top--normal {
  margin-top: 1.5rem;
}
.u-margin-top--wide {
  margin-top: 3rem;
}