@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=Kaisei+Opti&display=swap");
/*テーマカラー設定*/
:root {
  --main-color: #78B130;
  --accent-color: #78B130;
  --sub-color: #78B130;
  --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 {
  -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 < 768px) {
  .p-bg-wrap {
    padding: 30px 0;
  }
}
.p-bg-wrap .l-inner > *:last-child {
  margin-bottom: 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-bg-wrap.-bg-yellow {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240326075.jpg") repeat;
}
.p-bg-wrap.-bg-texture01 {
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240326073.jpg") repeat;
}

.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 < 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-wrapper .c-heading {
  line-height: 1.4;
}

.-heading-icon {
  /* display: grid;
  grid-template-columns: 2.5rem max-content;
  align-items: center;
  justify-content: center;
  gap: 10px; */
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media (width < 768px) {
  .-heading-icon {
    /* grid-template-columns: max-content 1fr; */
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

/* .-heading-icon{
  padding-left: .1rem;
} */
.-heading-icon::before {
  content: "";
  display: inline-block;
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240326076.svg") no-repeat center center/contain;
  width: 40px;
  height: 35px;
  vertical-align: bottom;
  margin-right: 10px;
}

/* バナースライダー
========================= */
.p-lp-pickup-main {
  position: relative;
}
.p-lp-pickup-main .swiper-wrapper {
  display: flex;
}
.p-lp-pickup-main .swiper-slide {
  width: 25%;
}
@media (width < 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-catchcopy {
  /* margin: 80px 0 40px; */
  font-size: min(5.5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--main-color);
}

.p-lp-catalog-bnr {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/* アンカーリンク
========================= */
.p-lp-nav {
  padding: 0 0 50px;
}

.p-lp-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.p-lp-anchor li {
  width: calc(50% - 4px);
}

.p-lp-anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 45px;
  padding: 10px 1px;
  font-family: "Kaisei Opti", serif;
  /* font-size: 1.6rem; */
  font-size: min(6vw, 1.8rem);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #ccc;
}

.p-lp-anchor li a small {
  display: inline-block;
  margin-left: 3px;
  font-size: 1rem;
}

.p-lp-anchor li a.otodoke_4 {
  background-color: #6EBA2C;
}

.p-lp-anchor li a.otodoke_45 {
  background-color: #6EBA2C;
}

.p-lp-anchor li a.otodoke_5 {
  background-color: #00A83D;
}

.p-lp-anchor li a.otodoke_56 {
  background-color: #009944;
}

.p-lp-anchor li a.otodoke_6 {
  background-color: #009C84;
}

.p-lp-anchor li a.otodoke_7 {
  background-color: #008BD5;
}

.p-lp-anchor li a.otodoke_79 {
  background-color: #4d4397;
}

.p-lp-anchor li a.otodoke_8 {
  background-color: #004EA2;
}

.p-lp-anchor li a.otodoke_89 {
  background-color: #6A72B5;
}

.p-lp-anchor li a.otodoke_9 {
  background-color: #6A318E;
}

.p-lp-anchor li a.otodoke_10 {
  background-color: #E66A00;
}

.p-lp-anchor li a.otodoke_11 {
  background-color: #AB8421;
}

.p-lp-anchor li a.otodoke_12 {
  background-color: #DE0211;
}

.p-lp-anchor li a.otodoke_4-12 {
  background-color: #945747;
}

.p-lp-anchor li a:has(img) {
  padding: 0;
  background: none;
  border-radius: 0;
}

@media (width < 768px) {
  .p-lp-anchor.-sp-line3 li {
    width: calc(33.333% - 5.3333333333px);
  }
  .p-lp-anchor.-sp-line4 li {
    width: calc(25% - 6px);
  }
}
@media (width >= 768px) {
  /* .p-lp-anchor{
    flex-wrap: nowrap;
  } */
  .p-lp-anchor.-pc-line3 li {
    width: calc(33.333% - 5.3333333333px);
  }
  .p-lp-anchor.-pc-line4 li {
    width: calc(25% - 6px);
  }
  .p-lp-anchor.-pc-line5 li {
    width: calc(20% - 6.4px);
  }
  .p-lp-anchor.-pc-line6 li {
    width: calc(16.666% - 6.6666666667px);
  }
  .p-lp-anchor.-pc-line7 li {
    width: calc(14.285% - 6.8571428571px);
  }
  .p-lp-anchor.-pc-line8 li {
    width: calc(12.5% - 7px);
  }
  .p-lp-anchor li a {
    padding: 18px 3px;
    /* font-size: min(2.7vw, 1.05rem); */
    font-size: min(3vw, 2.2rem);
  }
  .p-lp-anchor li a small {
    font-size: min(2vw, 1.5rem);
  }
}
/* 見出し
========================= */
.p-lp-month-title {
  padding: 3rem 0;
  background: url("https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20240326072.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

.p-lp-month-title__text {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: rgba(11, 33, 10, 0.8);
}

/* 商品一覧
========================= */
.p-lp-category-product {
  gap: 0;
  justify-content: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 0;
}
@media (width >= 768px) {
  .p-lp-category-product {
    gap: 0;
    gap: 30px 0;
    /* .p-item-list-category__item{
      width: calc((100% - 60px) / 4);
    } */
  }
}

@media (width < 768px) {
  .p-lp-wrapper :where(.p-item-list-category .p-item-list-category__item) {
    padding: 0 5px;
  }
  .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 (width >= 768px) {
  /* .p-lp-wrapper *:where(.p-item-list-category .p-item-list-category__item) { */
  .p-lp-category-product .p-item-list-category__item {
    width: 25%;
    max-width: 450px;
    padding: 0 5px;
  }
  .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: 50%;
  }
  .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: 33.333%;
  }
  .p-lp-category-product:has(> :nth-child(5):last-child) .p-item-list-category__item {
    width: 33.333%;
  }
}
/* 動画
========================= */
.c-lp-video {
  max-width: 850px;
  margin: 50px auto;
}

.c-lp-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* 商品スライダー
========================= */
.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 < 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;
  }
}

/* -------------------------
  生産者紹介
------------------------- */
.p-lp-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (width < 768px) {
  .p-lp-content-grid {
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.p-lp-content-grid.-img-only {
  gap: 20px;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
}
@media (width >= 768px) {
  .p-lp-content-grid .p-lp-content-grid__img-grid {
    display: grid;
    grid-auto-columns: 2fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
  }
  .p-lp-content-grid.-img-right .p-lp-content-grid__img {
    order: 2;
  }
  .p-lp-content-grid.-img-large {
    grid-template-columns: 2fr 1fr;
  }
  .p-lp-content-grid.-img-only {
    gap: 20px;
  }
  .p-lp-content-grid.-align-items-center {
    gap: 20px;
  }
}
.p-lp-content-grid .p-lp-category-product {
  margin-top: 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;
  }
}

@media (width < 768px) {
  .p-lp-content-grid__text,
  .p-lp-content-paragraph {
    font-size: 0.9rem;
  }
}
.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;
}

.p-lp-content-grid__img-caption {
  margin-top: 5px;
}
@media (width < 768px) {
  .p-lp-content-grid__img-caption {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.p-lp-content-grid__text .p-lp-category-product {
  margin-bottom: 0;
}
@media (width >= 768px) {
  .p-lp-content-grid__text {
    align-self: center;
  }
}

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

@media (min-width: 768px) {
  .p-lp-attention {
    padding: 50px 50px;
  }
}