@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #aa2c41;
  --accent-color: #a08780;
  --main-bg-color: #fff;
}

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

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

.p-lp-bg-wrapper {
  position: relative;
  padding-bottom: 1px;
}
.p-lp-bg-wrapper > * {
  position: relative;
}
.p-lp-bg-wrapper .p-cmn-section {
  margin-bottom: 80px;
}
@media (width < 768px) {
  .p-lp-bg-wrapper .p-cmn-section {
    margin-bottom: 40px;
  }
}

.p-lp-bg-wrapper--bg01 {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_023_2606_bg01.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

.p-lp-bg-wrapper--bg02 {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/food_alcohol_023_2606_bg02.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

.p-lp-bg-wrapper--bg01::before,
.p-lp-bg-wrapper--bg02::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(from #150a0d r g b/0.2);
  backdrop-filter: blur(2px);
  mix-blend-mode: multiply;
}

/* ================================================================
  カテゴリーセクションタイトル
================================================================= */
.c-lp-section-title {
  padding: 30px 0;
  margin-bottom: 80px;
  font-size: min(4vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 6%;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
}
@media (width < 768px) {
  .c-lp-section-title {
    padding: 20px 0;
    margin-bottom: 40px;
    font-size: min(9vw, 1.8rem);
  }
}

/* ================================================================
  商品グリッド
================================================================= */
.p-lp-item-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  background-color: rgb(from var(--main-bg-color) r g b/0.6);
  backdrop-filter: blur(8px);
}
@media (width < 768px) {
  .p-lp-item-grid {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.p-lp-item-grid__image {
  width: 100%;
  background-color: #fff;
}
@media (width >= 768px) {
  .p-lp-item-grid__image figure {
    display: block;
    aspect-ratio: 1/1.2;
    overflow: hidden;
  }
  .p-lp-item-grid__image img {
    aspect-ratio: 1/1.2;
    width: 100%;
    height: 100%;
    scale: 1.15;
    object-fit: cover;
  }
}
@media (width < 768px) {
  .p-lp-item-grid__image {
    order: 2;
  }
  .p-lp-item-grid__image img {
    aspect-ratio: 1.2/1;
    object-fit: cover;
  }
}
.p-lp-item-grid__image a {
  display: block;
  padding: 30px;
}
@media (width < 768px) {
  .p-lp-item-grid__image a {
    padding: 15px;
  }
}

.p-lp-item-grid__content {
  padding-inline: 50px;
}
@media (width < 768px) {
  .p-lp-item-grid__content {
    order: 1;
    padding-block: 30px;
    padding-inline: 20px;
  }
}

.p-lp-item-grid__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 20px;
}
@media (width < 768px) {
  .p-lp-item-grid__title {
    gap: 5px 15px;
  }
}

.p-lp-item-grid__name {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (width < 768px) {
  .p-lp-item-grid__name {
    font-size: 1.6rem;
  }
}

.p-lp-item-grid__spec {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
@media (width < 768px) {
  .p-lp-item-grid__spec {
    font-size: 1.2rem;
  }
}

.p-lp-item-grid__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
@media (width < 768px) {
  .p-lp-item-grid__tags {
    margin-top: 12px;
  }
}
.p-lp-item-grid__tags li {
  padding: 8px 16px;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (width < 768px) {
  .p-lp-item-grid__tags li {
    font-size: 1rem;
    padding: 8px 12px;
  }
}
.p-lp-item-grid__tags li.p-lp-item-grid__tags--red {
  background-color: #82123b;
}
.p-lp-item-grid__tags li.p-lp-item-grid__tags--white {
  background-color: #97ae53;
}
.p-lp-item-grid__tags li.p-lp-item-grid__tags--rose {
  background-color: #e35334;
}
.p-lp-item-grid__tags li.p-lp-item-grid__tags--spicy {
  background-color: oklch(from var(--accent-color) 0.4 c h);
}
.p-lp-item-grid__tags li.p-lp-item-grid__tags--sweet, .p-lp-item-grid__tags li.p-lp-item-grid__tags--slightly-sweet {
  background-color: var(--accent-color);
}

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

/* ================================================================
  リンクボタン
================================================================= */
.c-lp-link-button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.c-lp-link-button a,
.c-lp-link-button span {
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 4px;
}
@media (width < 768px) {
  .c-lp-link-button a,
  .c-lp-link-button span {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

/* ================================================================
  注意事項
================================================================= */
.p-lp-notice {
  padding-block: 60px;
  background-color: rgb(from #fff r g b/1);
  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 {
  text-indent: -1rem;
  padding-left: 1rem;
}