<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600..900&amp;display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #008B65;
  --accent-color: #689747;
  --lp-select-bg-color: #F5F5ED;
  --main-bg-color: #fff;
  --swiper-dots-color: #0003;
  --swiper-allow-color: #fff;
}

.p-lp-wrapper {
  overflow: clip;
  background: var(--main-bg-color);
}
.p-lp-wrapper .p-tab-slider__head span {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .p-lp-wrapper .p-tab-slider__head li {
    height: 80px;
  }
}

.p-bg-wrap {
  margin-bottom: 0;
  padding: 50px 0;
}
@media (width &lt; 768px) {
  .p-bg-wrap {
    padding: 30px 0;
  }
}
.p-bg-wrap.-bg-separate:nth-of-type(2n+1) {
  background-color: #F5F5ED;
}
.p-bg-wrap.-bg-white {
  background-color: #fff;
}
.p-bg-wrap.-bg-green {
  background-color: #F5F5ED;
}

.p-lp-hero {
  margin-bottom: 30px;
}
.p-lp-hero img {
  margin: 0 auto;
}

.p-lp-hero__title {
  padding: 25px 0;
  width: 66.6%;
}
@media (width &lt; 768px) {
  .p-lp-hero__title {
    width: 90%;
  }
}

.-bg-asp {
  /* background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/feature/100/img/bg-asp-main.png) no-repeat right -5% top 0 / 50% auto; */
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/aspr_2025_title_bg.png) no-repeat right -5% top 0/50% auto;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.c-heading.c-heading-hayatoku {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* バナースライダー
========================= */
.p-lp-pickup-main {
  position: relative;
}
.p-lp-pickup-main .swiper-wrapper {
  display: flex;
}
.p-lp-pickup-main .swiper-slide {
  width: 25%;
}
@media (width &lt; 768px) {
  .p-lp-pickup-main .swiper-slide {
    width: 50%;
  }
}
.p-lp-pickup-main .p-lp-controller__button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 35px;
  height: 35px;
  color: var(--swiper-allow-color);
  background-color: var(--swiper-dots-color);
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.p-lp-pickup-main .p-lp-controller__button.-prev {
  left: 0;
}
.p-lp-pickup-main .p-lp-controller__button.-next {
  right: 0;
}

.p-lp-controller__button:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
}

.p-lp-controller__button.-prev:before {
  left: 40%;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

.p-lp-controller__button.-next:before {
  right: 40%;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-lp-controller__button:hover,
.p-lp-controller__button.swiper-button-disabled {
  opacity: 0.6;
}

/* アスパラを探す
========================= */
.p-lp-category-grid {
  display: grid;
  gap: 10px;
}
@media (width &lt; 768px) {
  .p-lp-category-grid {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .p-lp-category-grid .c-lp-category-card:nth-child(1),
  .p-lp-category-grid .c-lp-category-card:nth-child(6) {
    grid-column: 1/-1;
  }
}
@media (width &gt;= 768px) {
  .p-lp-category-grid {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .p-lp-category-grid .c-lp-category-card:nth-child(1) {
    grid-row: span 2;
  }
  .p-lp-category-grid .c-lp-category-card:nth-child(4) {
    grid-column: 2/3;
  }
  .p-lp-category-grid .c-lp-category-card:nth-child(6) {
    grid-column: 4/5;
    grid-row: 1/-1;
  }
}

.c-lp-category-card {
  border-radius: 12px;
  overflow: hidden;
}
.c-lp-category-card a {
  position: relative;
  display: block;
  height: 100%;
}
.c-lp-category-card a img {
  /* aspect-ratio: 1/1; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-lp-category-card .-title {
  position: absolute;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 20%;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

/* 商品一覧
========================= */
.p-lp-category-product {
  margin-top: 20px;
}
@media (width &gt;= 768px) {
  .p-lp-category-product {
    gap: 20px;
  }
  .p-lp-category-product .p-item-list-category__item {
    width: calc((100% - 60px) / 4);
  }
}

/* 商品スライダー
========================= */
.p-lp-recommend-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-lp-recommend-product .p-item-list-category__item {
  width: calc((100% - 80px) / 5);
}
@media (width &lt; 768px) {
  .p-lp-recommend-product {
    gap: 15px;
  }
  .p-lp-recommend-product .p-item-list-category__item {
    width: calc((100% - 15px) / 2);
  }
  .p-lp-recommend-product .p-item-list-category__item:nth-of-type(n + 5) {
    display: none;
  }
}

/* アスパラアイコン
========================= */
.asp-icon {
  padding-left: 0.1rem;
}

.asp-icon::before {
  font-size: 1em; /*サイズ*/
  content: "";
  vertical-align: middle;
  background-image: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/feature/100/img/asp_illust.svg");
  width: 2.5rem;
  height: 3rem;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25rem;
  padding-left: 0;
}

/* 明朝体
========================= */
.-serif {
  font-family: "Noto Serif JP", serif;
}

.c-heading.-serif {
  position: relative;
  max-width: max-content;
  padding: 0 20px;
}
.c-heading.-serif::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #dcf6c9;
  mix-blend-mode: multiply;
}

/* -------------------------
  注意事項
------------------------- */
.p-lp-attention {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  border: 2px solid #dadada;
  border-radius: 10px;
}

@media (width &gt;= 768px) {
  .p-lp-attention {
    padding: 50px 50px;
  }
}
/* -------------------------
  生産者紹介
------------------------- */
.p-lp-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (width &lt; 768px) {
  .p-lp-content-grid {
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
@media (width &gt;= 768px) {
  .p-lp-content-grid.-img-right .p-lp-content-grid__img {
    order: 2;
  }
}

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

.p-lp-content-grid__text p + p,
.p-lp-content-paragraph p + p {
  margin-top: 1rem;
}
.p-lp-content-grid__text .-title,
.p-lp-content-paragraph .-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-lp-content-grid__text .-large-title,
.p-lp-content-paragraph .-large-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}

/* -------------------------
  もっと見るボタン
------------------------- */
.c-lp-more-btn a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 540px;
  min-height: 70px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: min(3.5vw, 1.3rem);
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  border-radius: 50px;
}
.c-lp-more-btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (width &lt; 768px) {
  .c-lp-more-btn a {
    min-height: 60px;
  }
}

/* -------------------------
  カタログ
------------------------- */
.p-lp-catalog-img {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #c4c4c4;
}</pre></body></html>