@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..600&display=swap");
/*テーマカラー設定*/
:root {
  --lp-main-color: #222;
  --lp-accent-color: #efbb37;
  --lp-nav-color: var(--lp-main-color);
  --lp-main-bg-color: #222;
  --lp-border-color: #ccc;
  --lp-swiper-nav-color: #AD2379;
  --font-base: "Zen Old Mincho", serif;
  --font-english: "Cinzel", serif;
  --font-all: "Cinzel", "Zen Old Mincho", serif;
}

/* ================================================================
  大枠・共通パーツ
================================================================= */
.p-lp-wrapper {
  padding-bottom: 1px;
  color: #fff;
  font-family: var(--font-base);
  background-color: var(--lp-main-bg-color);
}

.p-lp-hero {
  background-color: var(--lp-main-color);
  margin-bottom: 0;
}
.p-lp-hero .l-inner {
  max-width: 100%;
  padding: 0;
}
.p-lp-hero img {
  width: 100%;
  margin-inline: auto;
}

/* セクション背景Wrapper */
.p-lp-bg-wrapper {
  padding-block: 70px 1px;
}
@media (width < 768px) {
  .p-lp-bg-wrapper {
    padding-block: 50px 1px;
  }
}

/* セクション背景色設定 */
.p-lp-bg-wrapper--bg01 {
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_024_bg.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}

/* ================================================================
  導入文
================================================================= */
.p-lp-introduction {
  background: radial-gradient(transparent 50%, #000);
  padding-block: 60px;
  margin-bottom: 0;
}

.p-lp-introduction__text {
  font-size: min(1.6rem, 3.5vw);
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
  letter-spacing: 8%;
}
@media (width < 768px) {
  .p-lp-introduction__text {
    font-size: min(1.2rem, 4.3vw);
    line-height: 2.2;
  }
}

/* ================================================================
  カテゴリーセクションタイトル
================================================================= */
.c-lp-section-title {
  padding: 24px 0 18px;
  margin-bottom: 40px;
  font-family: var(--font-all);
  font-size: min(4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 6%;
  text-align: center;
  color: var(--lp-main-color);
  text-shadow: 2px 2px 2px rgb(from #fff r g b/0.6);
  background: linear-gradient(to bottom, #e2d7c1, var(--lp-accent-color));
}
@media (width < 768px) {
  .c-lp-section-title {
    margin-bottom: 20px;
    padding: 12px 0;
    font-size: min(6vw, 1.8rem);
  }
}

/* ================================================================
  カテゴリ商品一覧（ピックアップ）
================================================================= */
.p-lp-category-product {
  --lp-category-product-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--lp-category-product-gap);
}
@media (width < 768px) {
  .p-lp-category-product {
    --lp-category-product-gap: 10px;
  }
}
.p-lp-category-product .p-item-list-category__item {
  max-width: 450px;
}
.p-lp-category-product .c-card {
  padding: 20px;
  color: #000;
  background-color: #fff;
}
@media (width < 768px) {
  .p-lp-category-product .c-card {
    padding: 12px;
  }
}

.p-lp-category-product--pickup .p-item-list-category__item {
  width: 100%;
}

/* ================================================================
  商品グリッド
================================================================= */
.p-lp-item-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 30px;
  color: #fff;
  background-color: rgb(from #000 r g b/0.6);
  backdrop-filter: blur(10px);
  padding: 30px;
  margin-top: 60px;
}
@media (width < 768px) {
  .p-lp-item-grid {
    grid-template-columns: 100%;
    gap: 24px;
    padding: 12px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

.p-lp-item-grid__image {
  width: 100%;
}

.p-lp-item-grid__content {
  padding-inline: 30px;
}
@media (width < 768px) {
  .p-lp-item-grid__content {
    padding-inline: 5px;
  }
}

.p-lp-item-grid__description {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__description {
    font-size: 1.05rem;
    margin-top: 10px;
  }
}

.p-lp-item-grid__name {
  font-family: var(--font-all);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--lp-accent-color);
}
@media (width < 768px) {
  .p-lp-item-grid__name {
    font-size: 1.8rem;
  }
}

/* ================================================================
  リンクボタン
================================================================= */
.c-lp-link-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (width < 768px) {
  .c-lp-link-button {
    margin-top: 20px;
  }
}

.c-lp-link-button :is(a, span) {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
  background: var(--lp-accent-color);
  text-shadow: 0 0 10px rgb(from #000 r g b/0.6);
  border-radius: 4px;
}
@media (width < 768px) {
  .c-lp-link-button :is(a, span) {
    font-size: 1.3rem;
    padding: 12px 0;
  }
}

/* ================================================================
  配送情報
================================================================= */
.p-lp-delivery {
  padding-block: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  background-color: #e2d7c1;
}
@media (width < 768px) {
  .p-lp-delivery {
    padding-block: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/* ================================================================
  注意事項
================================================================= */
.p-lp-notice {
  padding-block: 60px;
  backdrop-filter: blur(3px);
}
@media (width < 768px) {
  .p-lp-notice {
    padding-block: 30px;
  }
}

.p-lp-notice-list {
  max-width: max-content;
  margin-inline: auto;
  font-weight: 500;
}
.p-lp-notice-list li {
  --font-size: 1.3rem;
  text-indent: calc(var(--font-size) * -1);
  padding-left: var(--font-size);
  font-size: var(--font-size);
}
@media (width < 768px) {
  .p-lp-notice-list li {
    --font-size: 1rem;
  }
}