@media screen and (max-width: 1000px) {
    #mv .swiper-slide .text {
    display: none !important;
}
}

@media screen and (max-width: 767px) {
    #popup-area .popup-modal {
        position: absolute;
        width: 80%;
        top: 50%!important;
    }
    .content-btn {
        margin: 16px auto 40px;
        width: 90%;
    }

     .p-news-block {
        padding: 80px 0;
     }
}

@media screen and (min-width: 768px) {
    #popup-area  .popup-modal {
        width: 500px;
    }
    .content-btn,
    .tab-content-btn {
        margin: 16px auto;
        width: 45%;
    }

     .p-news-block {
        padding: 48px 0;
     }
}

#popup-area .popup-modal button {
    background: transparent!important;
    padding: 10px!important;
    font-size: 50px;
}

.p-top-more {
    "display:block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #571E24;
    font-weight: bold;
}

.content-wrapper--thin{
    padding: 40px 30px 20px !important;
}

 .c-list-news {
    margin: 0;
 }

.c-list-news li {
    list-style: none;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6D0C3;
}
.p-news-block__more {
    text-align: right;
}

.u-mt-40 {
	margin-top:40px!important;
}

.home-sec-title {
	font-size: 25px!important;
}

/* 特集への誘導枠 */
#p-top-topic-list .sec-title {
    text-align: center;
}

#p-top-topic-list .content-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1290px;
  padding-bottom: 20px;
}


@media all and (max-width:1300px) {
  #p-top-topic-list .content-wrapper {
    max-width: 100%
  }
}

@media all and (max-width:1000px) {
  #p-top-topic-list .content-wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media all and (max-width:576px) {
  #p-top-topic-list .content-wrapper {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (min-width: 768px) {
    .p-topic-block {
        padding: 48px 0 0;
    }
}


#p-top-topic-list .product-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
@media all and (max-width:1000px) {
  #p-top-topic-list .product-list {
    margin-bottom: 40px;
  }
}
@media all and (max-width:576px) {
  #p-top-topic-list .product-list {
    margin-bottom: 20px;
  }
}
@media all and (min-width:1001px) {
  #p-top-topic-list .product-list .product {
    width: calc((100% - 165px) / 4);
    margin: 0 55px 0 0;
  }
  #p-top-topic-list .product-list .product:nth-of-type(4n) {
    margin: 0;
  }
}
@media all and (max-width:1000px) {
  #p-top-topic-list .product-list .product {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 75px 0
  }
  #p-top-topic-list .product-list .product:nth-of-type(2n) {
    margin: 0 0 75px 0
  }
}
@media all and (max-width:576px) {
  #p-top-topic-list .product-list .product {
    width: calc((100% - 7.5px) / 2);
    margin: 0 7.5px 37.5px 0
  }
  #p-top-topic-list .product-list .product:nth-of-type(2n) {
    margin: 0 0 37.5px 0
  }
}
#p-top-topic-list .product-list .product a {
  display: block;
  width: 100%
}
#p-top-topic-list .product-list .product a picture {
  display: block;
  margin-bottom: 15px
}
#p-top-topic-list .product-list .product a .title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: calc(1em+10px)
}
@media all and (max-width:1000px) {
  #p-top-topic-list .product-list .product a .title {
    line-height: calc(1em+8px)
  }
}
@media all and (max-width:576px) {
  #p-top-topic-list .product-list .product a .title {
    font-size: 13px
  }
}


#p-top-topic-list .page .page-sec ul li,
#p-top-topic-list .page .page-sec .pager ul li {
  margin-top: 0;
  /*margin-bottom: 0;*/
  line-height: 0;
  margin-left: 0;
  text-indent: 0;
}

#p-top-topic-list .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}

@media all and (max-width:576px) {
  #p-top-topic-list .pager {
    margin: 0 0 35px 0;
  }
}
#p-top-topic-list .pager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 44px;
  font-size: 12px;
  font-weight: 600;
}
#p-top-topic-list .pager li span:not(.border-n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 44px;
}
#p-top-topic-list .pager li a {
  width: 42px;
  height: 44px;
}
@media screen and (max-width: 1000px) {
  #p-top-topic-list .pager li span:not(.border-n), #p-top-topic-list .pager li a {
    width: 56px;
    height: 56px;
    font-size: 15px
  }
}
@media all and (max-width:576px) {
  #p-top-topic-list .pager li span:not(.border-n), #p-top-topic-list .pager li a {
    width: 30px;
    height: 30px;
    font-size: 10px
  }
}
#p-top-topic-list .pager li span.current {
  background: #571E24;
  color: #FFF;
  border: none;
  border-radius: 3px;
}
#p-top-topic-list .pager li > a, #p-top-topic-list .pager li > span {
  border: none;
  border-radius: 0;
  background-color: transparent;
}


.u-add-tags_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;          /* 縦の余白 横の余白 */
  margin: 0;
  padding: 16px 0;
  box-sizing: border-box;
justify-content: center
}
 
.u-add-tags_list * {
  box-sizing: border-box;
}
 
.u-add-tag {
  margin: 0;
  padding: 0;
}
 
.u-add-tag_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #571E24;
  border: 1px solid #571E24;
  border-radius: 999px;
  padding: 9px 16px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.8, 0, 0.2, 1), border-color 0.2s ease;
  z-index: 0; 
}

.u-add-tag_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f6f5f3;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: center;
  color: #571E24;
}

/* テキストを疑似要素の上に出す */
.u-add-tag_btn > * ,
.u-add-tag_btn {
  position: relative;
  z-index: 1;
}

.u-add-tag_btn:hover::before {
  transform: scaleX(1);
}

.u-add-tag_btn:hover {
  color: #571E24;
  border-color: #571E24;
}
 
/* ---------------------------
   レスポンシブ調整
   --------------------------- */
 
/* タブレット */
@media screen and (max-width: 1024px) {
  .u-add-tags_list {
    gap: 7px 8px;
    padding: 14px 0;
  }
  .u-add-tag_btn {
    font-size: 12.5px;
    padding: 8px 14px;
  }
}
 
/* スマートフォン（SP） */
@media screen and (max-width: 600px) {
  .u-add-tags_list {
    gap: 6px 8px;
    padding: 12px 4px;
    /* 折り返しせず横スクロールにしたい場合は下記コメントを外す
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    */
  }
  .u-add-tags_list::-webkit-scrollbar {
    display: none;
  }
  .u-add-tag_btn {
    font-size: 12px;
    padding: 7px 12px;
  }
}


.lv-search-widget {
  /* このブロックの色・サイズ調整用変数 */
  --lv-border-color: #d8d2c8;
  --lv-bg-color: #ffffff;
  --lv-text-color: #3e3a35;
  --lv-placeholder-color: #aba59b;
  --lv-accent-color: #6b5d4f;   /* ブランドのブラウン系を想定 */
  --lv-accent-hover: #4f4438;
  --lv-radius: 2px;
  --lv-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --lv-min-height-pc: 50px;

  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.lv-search-widget * {
  box-sizing: border-box;
}

.lv-search-widget__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid var(--lv-border-color);
  background-color: var(--lv-bg-color);
  border-radius: var(--lv-radius);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.lv-search-widget__form:focus-within {
  border-color: var(--lv-accent-color);
}

.lv-search-widget__input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 14px;
  font-family: var(--lv-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--lv-text-color);
  letter-spacing: 0.02em;
}

.lv-search-widget__input::placeholder {
  color: var(--lv-placeholder-color);
}

.lv-search-widget__btn {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  border: none;
  border-left: 1px solid var(--lv-border-color);
  background-color: transparent;
  color: var(--lv-text-color);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 0;
}

.lv-search-widget__btn:hover,
.lv-search-widget__btn:focus-visible {
  background-color: var(--lv-accent-color);
  color: #fff;
}

.lv-search-widget__icon {
  display: block;
  pointer-events: none;
}

/* ------------ レスポンシブ ------------ */

/* PC（768px以上）：最大幅1000px・フォーム高さ最低50px */
@media (min-width: 768px) {
  .lv-search-widget {
    max-width: 1000px;
  }
  .lv-search-widget__form {
    min-height: var(--lv-min-height-pc);
  }
  .lv-search-widget__input {
    font-size: 14px;
    padding: 10px 16px;
    min-height: 50px;
  }
  .lv-search-widget__btn {
    width: 50px;
  }
}

/* SP（767px以下）：幅100%、タップしやすいサイズに */
@media (max-width: 767px) {
  .lv-search-widget {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }
  .lv-search-widget__input {
    padding: 12px 14px;
    font-size: 15px; /* iOSの自動ズーム防止のため16px未満は注意。気になる場合は16pxに */
    min-height: 50px;
  }
  .lv-search-widget__btn {
    width: 48px;
  }
  .lv-search-widget__icon {
    width: 20px;
    height: 20px;
  }
}