@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=Noto+Serif+JP:wght@400..900&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #5e4861;
  --accent-color: #ECE0EC;
  --main-bg-color: #333;
  --lp-swiper-nav-color: #5e4861;
  --main-font: "Noto Serif JP", serif;
  --section-margin-bottom: 120px;
}
@media (width < 768px) {
  :root {
    --section-margin-bottom: 70px;
  }
}

.p-lp-wrapper {
  font-family: var(--main-font);
  color: #fff;
  padding-bottom: 1px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/unih_2026_bg.jpg) no-repeat center center/cover;
  background-color: var(--main-bg-color);
  background-attachment: fixed;
}

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

.p-lp-catalog-bnr {
  max-width: max-content;
  margin-inline: auto;
}
.p-lp-catalog-bnr a {
  display: block;
  background-color: #fff;
}
.p-lp-catalog-bnr a img {
  transition: opacity 0.3s ease;
}
.p-lp-catalog-bnr a:hover {
  opacity: 1;
}
.p-lp-catalog-bnr a:hover img {
  opacity: 0.6;
}

/* -------------------------
  生産者紹介
------------------------- */
.p-lp-category-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding-block: 40px;
}
@media (width < 768px) {
  .p-lp-category-heading {
    padding-block: 25px;
  }
}

.p-lp-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.p-lp-content-grid.-pc-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (width >= 768px) {
  .p-lp-content-grid.-pc-flex {
    gap: 60px 40px;
  }
  .p-lp-content-grid.-pc-flex .p-lp-content-grid__text {
    width: calc((100% - 40px) / 2);
  }
}
@media (width < 768px) {
  .p-lp-content-grid.-pc-flex {
    gap: var(--section-margin-bottom);
  }
  .p-lp-content-grid.-pc-flex .p-lp-content-grid__text {
    width: 100%;
  }
}
.p-lp-content-grid.-column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (width < 768px) {
  .p-lp-content-grid.-column3 {
    gap: 5px;
  }
}
.p-lp-content-grid:last-child {
  margin-bottom: 0;
}
@media (width < 768px) {
  .p-lp-content-grid {
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
@media (width >= 768px) {
  .p-lp-content-grid.-img-right .p-lp-content-grid__img {
    order: 2;
  }
  .p-lp-content-grid.-align-items-center {
    align-items: center;
  }
}
.p-lp-content-grid.-bg-white {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media (width < 768px) {
  .p-lp-content-grid.-bg-white {
    padding: 20px;
    border-radius: 10px;
  }
}

.p-lp-content-grid__img p {
  margin-top: 3px;
  font-size: 0.8rem;
  line-height: 1.6;
}

.p-lp-content-grid__img > .p-lp-category-product,
.p-lp-content-grid__text > .p-lp-category-product {
  margin-top: 0;
  margin-bottom: 0;
}

.p-lp-content-paragraph {
  max-width: 850px;
  margin: 30px auto 50px;
}
.p-lp-content-paragraph > figure {
  max-width: max-content;
  margin: 20px auto 0;
}
@media (width < 768px) {
  .p-lp-content-paragraph {
    margin: 15px auto 40px;
  }
}

:where(.p-lp-content-grid__text) p + p,
.p-lp-content-paragraph p + p {
  margin-top: 1rem;
}
:where(.p-lp-content-grid__text) .-title,
.p-lp-content-paragraph .-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
:where(.p-lp-content-grid__text) .-large-title,
.p-lp-content-paragraph .-large-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}

.-color-theme {
  color: var(--main-color) !important;
}

/* -------------------------
  商品一覧
------------------------- */
.p-lp-category-section {
  margin-bottom: var(--section-margin-bottom);
}

.p-lp-wrapper .c-heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, rgba(123, 102, 59, 0), #bc9b59 20%, #f9e4a5, #bc9b59 80%, rgba(123, 102, 59, 0)) 1;
  text-align: center;
}
@media (width < 768px) {
  .p-lp-wrapper .c-heading {
    font-size: min(7vw, 1.8rem);
  }
}
@media (width >= 768px) {
  .p-lp-wrapper .c-heading.-large {
    font-size: 3rem;
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
  .p-lp-wrapper .c-text.-large {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.p-lp-category-product {
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
@media (width >= 768px) {
  .p-lp-category-product {
    gap: 20px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-lp-category-product:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product:has(> :nth-child(3):last-child) .p-item-list-category__item:first-of-type,
  .p-lp-category-product:has(> :nth-child(5):last-child) .p-item-list-category__item:first-of-type,
  .p-lp-category-product:has(> :nth-child(7):last-child) .p-item-list-category__item:first-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .p-lp-category-product :where(.p-item-list-category__item) {
    width: calc((100% - 60px) / 4);
    max-width: 450px;
  }
  .p-lp-category-product:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product:has(> :nth-child(2):last-child) .p-item-list-category__item {
    width: calc((100% - 20px) / 2);
  }
  .p-lp-category-product:has(> :nth-child(3):last-child) .p-item-list-category__item,
  .p-lp-category-product:has(> :nth-child(6):last-child) .p-item-list-category__item,
  .p-lp-category-product:has(> :nth-child(9):last-child) .p-item-list-category__item,
  .p-lp-category-product:has(> :nth-child(15):last-child) .p-item-list-category__item {
    width: calc((100% - 40px) / 3);
  }
  .p-lp-category-product:has(> :nth-child(5):last-child) .p-item-list-category__item {
    width: calc((100% - 40px) / 3);
  }
}
.p-lp-wrapper .c-card {
  padding: min(2vw, 20px);
  background-color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #252525;
}
.p-lp-wrapper .c-card:hover {
  opacity: 1;
}
.p-lp-wrapper .c-card:hover .c-card__textarea,
.p-lp-wrapper .c-card:hover figure {
  opacity: 0.6;
}
.p-lp-wrapper .c-card .c-card__textarea,
.p-lp-wrapper .c-card figure {
  transition: opacity 0.3s ease;
}

/* -------------------------
  固定クーポンバナー
------------------------- */
.p-lp-fixed-coupon-bnr {
  position: fixed;
  bottom: 50px;
  right: 5px;
  width: 75px;
  z-index: 100;
}
@media (width < 768px) {
  .p-lp-fixed-coupon-bnr {
    bottom: 100px;
    right: 5px;
    width: 50px;
  }
}