@charset "UTF-8";
/* ================================================
共通
================================================ */
.lp-heading-primary__intro {
  text-align: center;
  margin-bottom: 5.6rem;
}

section {
  margin-bottom: 6.3rem;
}

@media screen and (max-width: 768px) {

  .lp-heading-primary__intro {
    text-align: left;
  }
}

/* ================================================
トップ
================================================ */
h1 {
  margin-bottom: 3.1rem;
}

.l-mv {
  display: block;
  width: 100%;
}

.l-mv__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-mv__img {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.lp-heading-primary__main {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.25;
}

.leadBlock__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {

  .leadBlock__text {
    margin-bottom: 7.1rem;
  }

}

/* ================================================
ベストセラー
================================================ */
.lp-products__list {
  /* グリッドの指定 */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.2%;
}

.lp-product {
  width: 100%;
  /*サブグリットの指定*/
  display: grid;
  grid-template-rows: auto auto 1fr 1fr 3fr; 
}

.lp-product__image img {
  width: 100%;
  margin-bottom: 1rem;
}

.lp-product__image a {
  display: block;
}

.lp-product__category {
  font-size: 10px;
  color: #949494;
  letter-spacing: 0.035em;
}

.lp-product__name {
  margin-bottom: 0.8rem;
}

.lp-product__name a {
  text-decoration: underline;
}

.lp-product__price {
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.lp-product__description {
  margin-top: 0;
}

.productTax {
  font-size: 80%;
}

.u-text-note {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .u-text-note {
    text-align: left;
    margin-top: 0;
  }
}

/* ================================================
ベストセラー SP：横スクロール
================================================ */
@media screen and (max-width: 913px) {

  .lp-products__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    overflow-x: auto;
    /* スクロールバーを隠す */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .lp-products__list::-webkit-scrollbar {
    display: none;
  }

  .lp-product {
    /* 6つを横一列にする */
    flex: 0 0 30%;
  }

}

@media screen and (max-width: 768px) {

  .lp-product {
    flex: 0 0 44%;
  }

}

/* ================================================
限定
================================================ */
.lp-limited-series {
  display: flex;
  max-width: 715px;
  margin: 0 auto;
  gap: 4%;

}

.lp-limited-category  {
  width: 50%;
}

.lp-limited-items {
  display: flex;
  gap: 6%;
}

.lp-limited-items dl {
  width: 47%;
  background-color: #FAFAFA;
}

/* .lp-limited-items dl:first-child {
  margin-right: 5%;
} */

.lp-limited-items dl dt img {
  width: 100%;
}

.lp-limited-items__detail {
  padding: 1.6rem;
}

.lp-limited-items__year {
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 1.8rem;
}

.lp-limited-items__name {
  font-size: 1.2rem;
}

@media screen and (max-width: 580px) {

  .lp-limited-series {
    display: block;
  }

  div.lp-limited-category:first-child {
    margin-bottom: 3.7rem;
  }

  .lp-limited-category {
    width: 100%;
  }

  .lp-limited-items dl {
    width: 100%;
  }

  .lp-limited-items {
    gap: 1.5rem;
}

}

/* ================================================
サービス
================================================ */
.lp-service-category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 1.8rem;
}

.lp-service-content {
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  align-items: center;
  padding: 1rem;
  background-color: #f6f6f6;
}

.lp-service-content__img {
  width: 35%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.lp-service-content__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.lp-service-content__name {
  width: 100%;
  height: 100%;
  min-height: 1.5em;
  margin: 0;
  text-align: center;
  align-content: center;
  text-decoration: underline;
  cursor: pointer;
}

.lp-service-content__name span {
  font-size: 1.2rem;
  letter-spacing: 0.01rem;
}


@media screen and (max-width: 920px) {
  .lp-service-category {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 715px;
    margin: 0 auto;
  }

  .lp-service-content {
    grid-template-rows: 1fr 1fr;
  }

  .lp-service-content__img {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 580px) {

  .lp-service-category {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 0px) and (max-width: 432px) {

  .lp-service-content__img {
    margin-top: 2rem;
  }
}

/* ================================================
会員特典
================================================ */
.lp-membership-ext {
  max-width: 715px;
  margin: 0 auto;
}

.lp-membership-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.9rem;
}

.lp-membership-content__box {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #f6f6f6;
}

.lp-membership-content__box__img {
  width: 35%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.75rem;
  flex-shrink: 0;
}

.lp-membership-content__box__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-membership-content__box__name {
  width: 100%;
  height: 2.5em; /* 4つともテキスト領域を同じ高さにする */
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



@media screen and (max-width: 580px) {

  .lp-membership-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }


}


/* ================================================
モーダル
================================================ */
.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.lp-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.lp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.lp-modal__content {
  position: relative;
  max-width: 35.5rem;
  margin: 0 20px;
  padding: 4rem 2rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 1;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

#modal6 .lp-modal__content {
  max-width: 55rem;
}

.lp-modal[aria-hidden="false"] .lp-modal__content {
  transform: translateY(0);
}

.lp-modal__body {
  overflow-y: auto;
  max-height: 80vh;
}


.lp-modal__body__icon {
  max-width: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  margin: 1.6rem auto;
}

.lp-modal__body__icon img {
  width: 100%;
}

.p-modal__body__heading {
  text-align: center;
  font-size: 16px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1.6rem;
}

.p-modal__body__leadText {
  margin: 1.6rem 0;
}

.lp-modal__body__img {
  width: 100%;
}

.lp-modal__body__img img {
  width: 100%;
}

.lp-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #393c41;
}

@media screen and (max-width: 768px) {

  .lp-modal__content {
    padding: 4rem 2rem 2rem;
  }

  #modal6 .lp-modal__content {
    max-width: 35.5rem;
  }

}


/* ================================================
定期お届け便「3つのメリット」
================================================ */

.c-heading-label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #000030;
  padding: 1.5rem;
  text-align: center;
}

.p-grid-teiki {
  display: flex;
  flex-direction: column;
  border: 1px solid #000030;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}

.p-grid-teiki.--col3 .p-grid-teiki__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-grid-teiki__item {
  display: flex;
}

.p-grid-teiki__img {
  width: 4rem;
  margin-right: 1.5rem;
}

.p-grid-teiki__icon {
  display: block;
  width: 100%;
  height: auto;
}

.icon-items {
  width: 74%;
}

.p-grid-teiki__heading {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin: auto 0;
  padding: 1.6rem 0;
}

.p-grid-teiki__desc {
  width: 100%;
}

.p-box-teiki_detail {
  text-align: right;
  text-decoration: underline;
  margin-top: 1.7rem;
}






