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

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

.p-lp-hero {
  background-color: var(--lp-main-color);
}
.p-lp-hero .l-inner {
  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: #FFF2CC;
}

.p-lp-bg-wrapper--bg02 {
  background: #ffe2c7;
}

.p-lp-bg-wrapper--bg03 {
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/renewal_01_bg_footer.jpg) no-repeat bottom center/cover;
}

/* ================================================================
  カタログバナー
================================================================= */
.p-lp-catalog-bnr {
  max-width: max-content;
  margin-inline: auto;
}

/* ================================================================
  アンカーリンク
================================================================= */
.p-lp-cat-swiper {
  overflow-x: clip;
}
.p-lp-cat-swiper .l-inner {
  position: relative;
}

.p-lp-cat-swiper a {
  transition: 0.3s;
}

.p-lp-cat-swiper .swiper-button-prev,
.p-lp-cat-swiper .swiper-button-next {
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.p-lp-cat-swiper .swiper-button-prev::before,
.p-lp-cat-swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}

.p-lp-cat-swiper .swiper-button-prev::after, .swiper-button-next::after {
  width: 16px;
  height: 16px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}

.p-lp-cat-swiper .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-lp-cat-swiper .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-lp-cat-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.p-lp-cat-swiper .swiper-pagination {
  position: relative !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: center;
  margin-top: 1.2rem;
  text-align: center;
  left: 0;
  bottom: 0;
}

.p-lp-cat-swiper .swiper-pagination-bullet {
  width: 0.4rem;
  height: 3px;
  cursor: pointer;
  transition: 0.3s;
  vertical-align: top;
  background-color: #ccc !important;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}

.p-lp-cat-swiper .swiper-pagination-bullet-active {
  width: 1rem;
  background-color: var(--lp-accent-color) !important;
}

/* ================================================================
  カテゴリーセクションタイトル
================================================================= */
.p-lp-category-title {
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #ccc;
}
.p-lp-category-title .l-inner {
  position: relative;
  z-index: 1;
}
.p-lp-category-title.-bg-hayatoku {
  background-color: #E5007F;
}
.p-lp-category-title.-bg-area {
  padding: 40px 0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/akin2024_bg_area.jpg) center center;
  background-size: cover;
}
@media (width < 768px) {
  .p-lp-category-title.-bg-area {
    padding: 30px 40px;
  }
}
.p-lp-category-title.-bg-area .l-inner {
  width: max-content;
  border-radius: 20px;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.88);
}
@media (width < 768px) {
  .p-lp-category-title.-bg-area .l-inner {
    width: 100%;
    padding: 15px 20px;
  }
}
.p-lp-category-title.-bg-viva {
  margin-top: 0;
  padding: 20px 15px;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/akin2024_bg_viva.jpg) center center;
  background-size: cover;
}
.p-lp-category-title.-bg-viva .l-inner {
  width: max-content;
  border-radius: 20px;
  padding: 30px 50px;
  background: rgba(255, 255, 255, 0.88);
}
@media (width < 768px) {
  .p-lp-category-title.-bg-viva .l-inner {
    width: 100%;
    padding: 15px;
  }
}

.-bg-sustainable {
  margin-bottom: 0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/2025_akinomikaku_sustainable_bg.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

.p-lp-category-box {
  padding: 40px 0 50px;
}
@media (width < 768px) {
  .p-lp-category-box {
    padding: 30px 0;
  }
}
.p-lp-category-box:has(.p-lp-category-box__title) {
  padding: 50px 0 50px;
}
@media (width < 768px) {
  .p-lp-category-box:has(.p-lp-category-box__title) {
    padding: 30px 0;
  }
}
.p-lp-category-box:has(.p-lp-category-box__subtitle) {
  padding: 50px 0 30px;
}
@media (width < 768px) {
  .p-lp-category-box:has(.p-lp-category-box__subtitle) {
    padding: 25px 0;
  }
}

.c-lp-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  width: max-content;
  position: relative;
  padding-block: 10px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-bottom: 30px;
  /* padding-bottom: 20px; */
  font-size: min(5.4vw, 2.8rem);
  font-weight: 900;
  text-align: center;
  border: 5px solid var(--lp-main-color);
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/akin_2026_category_title_bg.png) center center/cover no-repeat;
  border-radius: 15px;
  line-height: 1.25;
}
@media (width < 768px) {
  .c-lp-section-title {
    margin-bottom: 20px;
    padding-block: 8px;
    padding-inline: 12px;
    font-size: min(7vw, 2.8rem);
  }
}
.c-lp-section-title > span {
  display: block;
  color: rgb(from var(--lp-main-color) r g b/0.2);
  text-shadow: 1px 1px 4px var(--lp-main-color), 0 0 #000, 0 0 5px rgba(255, 255, 255, 0.8);
}
.c-lp-section-title::before, .c-lp-section-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--lp-main-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  border-radius: 50%;
}
@media (width < 768px) {
  .c-lp-section-title::before, .c-lp-section-title::after {
    width: 8px;
    height: 8px;
  }
}

.c-lp-section-subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  position: relative;
  padding-bottom: 10px;
  font-size: min(4.8vw, 1.8rem);
  font-weight: 900;
  text-align: center;
  color: var(--lp-main-color);
}
.c-lp-section-subtitle span::first-line {
  line-height: 1;
}
.c-lp-section-subtitle::before {
  content: "";
  display: block;
  /* position: absolute; */
  width: 20px;
  height: 20px;
  background: var(--lp-main-color);
  border-radius: 50%;
}
.c-lp-section-subtitle .-icon {
  display: none;
  max-width: 60px;
}
@media (width < 768px) {
  .c-lp-section-subtitle .-icon {
    max-width: 50px;
  }
}

@media (width >= 768px) {
  .p-lp-category-box__flex {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    grid-auto-rows: auto;
    justify-content: space-between;
  }
  .p-lp-category-box__flex:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 30%);
  }
  .p-lp-category-box__flex-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: start;
  }
}
@media (width < 768px) {
  .p-lp-category-box__flex-item + .p-lp-category-box__flex-item {
    margin-top: 30px;
  }
}
.p-lp-category-box__desc {
  margin-bottom: 15px;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-category-box__desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

.p-lp-category-box .c-card__name {
  height: auto;
  max-height: 3em;
}

.p-lp-category-box.-orange {
  background-color: #f9f0dc;
}

.p-lp-category-box.-yellow {
  background-color: #fffcdb;
}

.p-lp-category-box.-viva {
  /* background-color: #d1f2d8; */
  background-color: #F5F5ED;
}
.p-lp-category-box.-viva .p-lp-category-box__desc {
  margin-bottom: 20px;
}
@media (width >= 768px) {
  .p-lp-category-box.-viva .p-lp-category-box__desc {
    margin-bottom: 30px;
    text-align: center;
  }
}

.-bg-sustainable {
  margin-bottom: 0;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/other/2025_akinomikaku_sustainable_bg.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}

/* ================================================================
  カテゴリ商品一覧（ピックアップ）
================================================================= */
.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--pickup .p-item-list-category__item {
  width: calc((100% - var(--lp-category-product-gap) * 1) / 2);
}

/* ================================================================
  カテゴリ商品一覧（通常）
================================================================= */
.p-lp-category-product--normal {
  --lp-category-product-gap: 20px;
  --lp-category-product-column: 5;
  margin-top: 50px;
}
@media (width < 768px) {
  .p-lp-category-product--normal {
    --lp-category-product-gap: 10px;
  }
}
@media (width >= 768px) {
  .p-lp-category-product--normal:has(> :nth-child(-n+4):last-child) {
    justify-content: center;
  }
}
.p-lp-category-product--normal .p-item-list-category__item {
  width: calc((100% - var(--lp-category-product-gap) * (var(--lp-category-product-column) - 1)) / var(--lp-category-product-column));
}
@media (width < 768px) {
  .p-lp-category-product--normal .p-item-list-category__item {
    width: calc((100% - var(--lp-category-product-gap) * 1) / 2);
  }
}

/* ================================================================
  カテゴリ商品一覧（列数自動調整）
================================================================= */
.p-lp-category-product--fluid {
  --lp-category-product-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (width < 768px) {
  .p-lp-category-product--fluid {
    --lp-category-product-gap: 10px;
  }
}

@media (width < 768px) {
  .p-lp-category-product--fluid:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(3):last-child) .p-item-list-category__item:first-of-type, .p-lp-category-product--fluid:has(> :nth-child(5):last-child) .p-item-list-category__item:first-of-type, .p-lp-category-product--fluid:has(> :nth-child(7):last-child) .p-item-list-category__item:first-of-type {
    width: 100%;
  }
}
@media (width >= 768px) {
  .p-lp-category-product--fluid :where(.p-item-list-category__item) {
    width: calc((100% - var(--lp-category-product-gap) * 3) / 4);
  }
  .p-lp-category-product--fluid:has(> :nth-child(1):last-child) .p-item-list-category__item {
    width: 100%;
  }
  .p-lp-category-product--fluid:has(> :nth-child(2):last-child) .p-item-list-category__item {
    width: calc((100% - var(--lp-category-product-gap) * 1) / 2);
  }
  .p-lp-category-product--fluid:has(> :nth-child(3):last-child) .p-item-list-category__item, .p-lp-category-product--fluid:has(> :nth-child(6):last-child) .p-item-list-category__item, .p-lp-category-product--fluid:has(> :nth-child(9):last-child) .p-item-list-category__item, .p-lp-category-product--fluid:has(> :nth-child(15):last-child) .p-item-list-category__item {
    width: calc((100% - var(--lp-category-product-gap) * 2) / 3);
  }
  .p-lp-category-product--fluid:has(> :nth-child(5):last-child) .p-item-list-category__item {
    width: calc((100% - var(--lp-category-product-gap) * 2) / 3);
  }
}
/* ================================================================
  商品グリッド
================================================================= */
.p-lp-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
@media (width < 768px) {
  .p-lp-item-grid {
    grid-template-columns: 100%;
    gap: 20px;
    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-bottom: 20px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__description {
    font-size: 0.95rem;
  }
}

.p-lp-item-grid__brand {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-lp-item-grid__brand {
    font-size: 1.3rem;
  }
}

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

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

.p-lp-item-grid__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.p-lp-item-grid__tags li {
  padding: 8px 16px;
  background-color: var(--lp-accent-color);
  color: #fff;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
@media (width < 768px) {
  .p-lp-item-grid__tags li {
    font-size: 1rem;
    padding: 6px 12px;
  }
}

.p-lp-item-grid__price {
  line-height: 1;
  text-align: right;
}

.p-lp-item-grid__price-tax {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-lp-item-grid__price-tax span {
  font-size: 200%;
}
@media (width < 768px) {
  .p-lp-item-grid__price-tax {
    font-size: 1.3rem;
  }
}

.p-lp-item-grid__price-base {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}
.p-lp-item-grid__price-base span {
  font-size: 120%;
}

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

.c-lp-link-button a {
  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(--lp-accent-color);
  border-radius: 4px;
}
@media (width < 768px) {
  .c-lp-link-button a {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

/* -------------------------
  生産者紹介
------------------------- */
.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-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;
  }
}