/* ========================================
   TOP PAGE RENEWAL CSS
======================================== */

/* 全体 */
body {
  color: #333;
  background: #fdfcfb;
}

p {
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.p-layout-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* ロゴ */
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 28px auto 20px;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #7a5544;
}

.p-top-logo a:hover {
  opacity: .7;
}

/* スライダー */
#p-slider {
  margin-bottom: 40px;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
  border-radius: 16px;
  overflow: hidden;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .28);
}

#p-slider .bx-caption span {
  padding: 1.2em 1.4em;
  font-size: 14px;
  line-height: 1.6;
}

#p-slider .bx-pager {
  bottom: 14px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #d3d3d3;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

/* セクション見出し */
.c-section__heading {
  margin: 56px 0 24px;
  text-align: center;
}

.c-section__heading--title span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #5a4333;
  letter-spacing: .04em;

  padding: 6px 18px;
  background: #fff;
  border-radius: 10px;
}

.c-section__heading--sub-title {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .18em;
  color: #9a846f;
}

/* イントロ */
.top-intro {
  margin-bottom: 18px;
}

.top-intro__inner {
  background: linear-gradient(180deg, #fffdfa 0%, #f6efe6 100%);
  border: 1px solid #eadfce;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.top-intro__sub {
  font-size: 13px;
  letter-spacing: .12em;
  color: #8b735f;
  margin: 0 0 10px;
}

.top-intro__title {
  margin: 0 0 16px;
  font-size: 34px;
  line-height: 1.45;
  color: #4d3a2d;
}

.top-intro__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  color: #5d554f;
}

.top-intro__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.top-btn {
  display: inline-block;
  min-width: 220px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all .2s ease;
}

.top-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.top-btn--main {
  background: #7a5544;
  color: #fff;
}

.top-btn--sub {
  background: #fff;
  color: #7a5544;
  border: 1px solid #d9c7b5;
}

/* 強み */
.top-feature {
  margin-top: 26px;
}

.top-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.top-feature__card {
  background: #fff;
  border: 1px solid #ece2d8;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.top-feature__card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #5a4333;
}

.top-feature__card p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* 共通カード箱 */
.top-card-box {
  background: #fff;
  border: 1px solid #ece3d8;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* お知らせ */
.p-news {
  line-height: 1.6;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  width: 140px;
  margin: 0 0 8px;
  padding: 6px 12px;
  letter-spacing: .04em;
  border: none;
  border-radius: 999px;
  background-color: #f2ebe4;
  color: #6f5c50;
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '・';
}

.p-news__content {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 14px 0;
}

.p-news__content a {
  color: #5a4333;
  text-decoration: none;
}

.p-news__content a:hover {
  text-decoration: underline;
}

.p-info {
  line-height: 1.8;
  margin-top: 16px;
}

/* ブランド */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  background: #fff;
  border: 1px solid #ece2d8;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}

.brand-card img {
  max-height: 80px;
  width: auto;
}

/* 商品系 */
.recommend_box {
  border: 1px solid #eadfce;
  border-radius: 20px;
  padding: 10px 0 18px;
  margin: 28px 0;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f3ed 100%);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.c-product-list__item {
  background: #fff;
  border: 1px solid #efe7dc;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: transform .2s ease, box-shadow .2s ease;
}

.c-product-list__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.07);
}

.c-product-list__image-wrap,
.c-image-box,
.c-image-box__image {
  border-radius: 12px;
  overflow: hidden;
}

.c-product-list__name {
  display: block;
  margin-top: 12px;
  line-height: 1.65;
  font-weight: 700;
  color: #4d3a2d;
  text-decoration: none;
}

.c-product-list__name:hover {
  text-decoration: underline;
}

.c-product-list__price {
  margin-top: 8px;
  font-weight: 700;
  color: #7b2f2f;
}

.c-product-list__regular-price {
  margin-top: 4px;
}

.c-product-list__soldout {
  margin-top: 8px;
  font-weight: 700;
}

.c-product-list__expl {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.c-product-list__button {
  margin-top: 18px;
  text-align: center;
}

.c-button {
  border-radius: 999px;
  transition: all .2s ease;
}

.c-button:hover {
  transform: translateY(-1px);
}

/* バナー */
.top-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.top-banner-grid__item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform .2s ease, opacity .2s ease;
}

.top-banner-grid__item:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.top-banner-grid__item img {
  display: block;
  width: 100%;
}

/* ピックアップ */
.pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pickup-card {
  display: block;
  background: #fff;
  border: 1px solid #ece2d8;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pickup-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}

.pickup-card img {
  display: block;
  width: 100%;
}

.pickup-card span {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #5a4333;
  background: #fff;
}

/* 取り扱い説明書 */
.p-contents {
  line-height: 1.6;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #ece3d8;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
  line-height: 1.7;
}

.p-contents__list a:hover {
  opacity: .7;
}

/* メルマガ */
.top-newsletter-box {
  margin: 40px auto 20px;
  max-width: 760px;
  background: linear-gradient(180deg, #fff8e8 0%, #fff1c7 100%);
  border: 1px solid #ecd9a6;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.top-newsletter-box__sub {
  font-size: 12px;
  letter-spacing: .18em;
  color: #8f785a;
  margin-bottom: 10px;
}

.top-newsletter-box h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.45;
  color: #4d3a2d;
}

.top-newsletter-box p {
  margin: 0 0 18px;
  color: #665c53;
}

.top-newsletter-box a {
  display: inline-block;
  background: #fcc800;
  color: #222;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
  font-size: 16px;
  transition: all .2s ease;
}

.top-newsletter-box a:hover {
  transform: translateY(-2px);
  opacity: .95;
}

/* 動画系 */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 続きを読む */
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  width: auto;
  margin: 0.2em auto 0.2em;
}

.cp_box label {
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 0.8em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #6b584b;
  border: 1px solid #cab7a3;
  border-radius: 999px;
  background: #fff;
}

.cp_box label:hover {
  color: #fff;
  background: #7a6352;
  border-color: #7a6352;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  margin-top: -1px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  background: rgba(255, 255, 255, 0.5);
}

.cp_box input:checked ~ div.cp_container {
  height: auto;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

/* PC */
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 16px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 18px;
  }
}

/* スマホ */
@media screen and (max-width: 959px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pickup-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-feature__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .c-section__heading {
    margin: 38px 0 18px;
  }

  .c-section__heading--title span {
    font-size: 24px;
  }

  .top-intro__inner {
    padding: 26px 18px;
    border-radius: 16px;
  }

  .top-intro__title {
    font-size: 26px;
  }

  .top-intro__text {
    font-size: 14px;
  }

  .top-btn {
    width: 100%;
    min-width: 0;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .brand-card {
    min-height: 88px;
    padding: 14px;
    border-radius: 12px;
  }

  .top-banner-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pickup-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pickup-card span {
    font-size: 13px;
  }

  .c-product-list__item {
    padding: 10px;
    border-radius: 14px;
  }

  .recommend_box {
    margin: 20px 0;
    padding: 6px 0 14px;
    border-radius: 16px;
  }

  .top-newsletter-box {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .top-newsletter-box h2 {
    font-size: 24px;
  }

  .p-news__label {
    width: auto;
    display: inline-block;
  }
}

/* ===== H1装飾（ここから追加） ===== */
.top-renewal .top-intro__title {
  position: relative !important;
  margin: 0 0 34px !important;
  padding: 0 0 26px !important;
}

.top-renewal .top-intro__title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 180px !important;
  height: 1px !important;
  background: #d8c3ad !important;
  transform: translateX(-50%) !important;
}

.top-renewal .top-intro__title::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -5px !important;
  width: 10px !important;
  height: 10px !important;
  background: #b98d6f !important;
  transform: translateX(-50%) rotate(45deg) !important;
  border-radius: 1px !important;
}

@media (max-width: 600px) {
  .top-renewal .top-intro__title::after {
    width: 120px !important;
  }
}

/* ================================
   TOP 導線 最終調整
================================ */

/* メインボタン3つ */
.top-intro__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.top-intro__buttons .top-btn {
  min-width: 220px;
  text-align: center;
}

/* サブ導線 */
.top-sub-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.top-sub-btn {
  display: inline-block;
  min-width: 180px;
  padding: 12px 24px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #7a5544;
  background: #fff;
  border: 1px solid #d9c7b5;
  transition: all 0.2s ease;
}

.top-sub-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* H1装飾 */
.top-renewal .top-intro__title {
  position: relative !important;
  margin: 0 0 34px !important;
  padding: 0 0 26px !important;
}

.top-renewal .top-intro__title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 180px !important;
  height: 1px !important;
  background: #d8c3ad !important;
  transform: translateX(-50%) !important;
}

.top-renewal .top-intro__title::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -5px !important;
  width: 10px !important;
  height: 10px !important;
  background: #b98d6f !important;
  transform: translateX(-50%) rotate(45deg) !important;
  border-radius: 1px !important;
}

@media (max-width: 767px) {
  .top-intro__buttons .top-btn,
  .top-sub-btn {
    width: 100%;
    min-width: 0;
  }

  .top-renewal .top-intro__title::after {
    width: 120px !important;
  }
}



/* ================================
   ピックアップと説明書の間隔を自然にする
================================ */

.top-renewal .pickup-grid {
  margin-bottom: 70px;
}

.top-renewal .p-contents {
  margin-top: 30px;
  padding: 55px 30px 35px;
  border-radius: 20px;
}

.top-renewal .p-contents .c-section__heading {
  margin: 0 0 35px;
}

.top-renewal .p-contents__list {
  margin-top: 20px;
}

.top-renewal .p-contents__list li {
  margin-bottom: 12px;
}

.top-renewal .p-contents__list a {
  line-height: 1.9;
}

/* ========================================
   スライダー調整（追記専用・軽量版）
======================================== */

/* 全体余白と中央寄せ */
#p-slider {
  max-width: 1180px;
  margin: 18px auto 42px;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 枠デザイン */
#p-slider .bx-viewport {
  border: 1px solid #eadfce;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

/* 画像の高さとトリミング */
#p-slider .bx-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

/* キャプション（説明ボックス） */
#p-slider .bx-caption {
  bottom: 24px;
  left: 24px;
  right: auto;
  max-width: 460px;
  background: rgba(255,253,250,0.9);
  border: 1px solid #eadfce;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

#p-slider .bx-caption span {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #5a4333;
}

/* ページャー調整 */
#p-slider .bx-pager a.active {
  background: #8a6552;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  #p-slider {
    margin: 10px auto 28px;
    padding: 0 12px;
  }

  #p-slider .bx-wrapper img {
    height: 260px;
  }

  #p-slider .bx-viewport {
    border-radius: 16px;
  }

  #p-slider .bx-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  #p-slider .bx-caption span {
    font-size: 12px;
    padding: 10px 12px;
  }
}





/* トップページ会員価格表示 */
.c-product-list__price.c-product-info__price--discount {
  color: #d90000;
}

.member-list-price-label {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #b8860b;
  letter-spacing: 0.06em;
}