/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* INFORMATION */
/******************************/
.info {
  display : flex;
  margin-top : 10px;
  height : 170px;
}
.info-img {
  width : 200px;
  height :300px;
}
.info-img img {
  width : 200px;
  border-radius : 30px ;
}
.info-txt {
  color : #fff;
  margin-left : 30px;
}
.info-txt span {
  font-weight : 600;
}
@media screen and (max-width: 767px) {
 .info {
  flex-wrap : wrap;
  height : auto;
  justify-content : left;
} 
.info-img {
  height : auto;
  margin : 20px auto 10px;
}
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
.p-free__body img {
  display : block;
  margin : 0 auto;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
/* ===== TOP NEWS 微調整（4ボタンの下に自然につなげる） ===== */
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 42px;
  margin-bottom: 36px;
  width: 100%;
  max-width: 980px;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 34px 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2f2b26;
  line-height: 1.4;
}

.p-line-informaiton__ttl:before {
  top: 8px;
  right: -18px;
  height: 14px;
  background: #d8d2c8;
}

.p-line-informaiton ul {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.p-line-informaiton li {
  list-style: none;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee7dd;
  color: #5f584f;
  line-height: 1.8;
}

.p-line-informaiton li a {
  color: #5f584f;
  text-decoration: none;
}

.p-line-informaiton li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    margin-top: 30px;
    margin-bottom: 28px;
    width: auto;
  }

  .p-line-informaiton__ttl {
    margin: 0 0 12px 0;
    font-size: 18px;
  }

  .p-line-informaiton__ttl:before {
    content: none;
  }

  .p-line-informaiton ul {
    font-size: 13px;
  }

  .p-line-informaiton li {
    padding: 8px 0;
  }
}
#farms-choice {
  max-width: 1120px;
  margin: 40px auto 50px;
  padding: 0 20px;
}

#farms-choice .farms-choice-title {
  text-align: center;
  margin-bottom: 24px;
}

#farms-choice .farms-choice-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #2b1d16;
  letter-spacing: 0.08em;
}

#farms-choice .farms-choice-title p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #7b6b63;
  letter-spacing: 0.08em;
}

#farms-choice .farms-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

#farms-choice .choice-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 24px 20px 20px;
  border-radius: 14px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #d7cec3;
  background: #f8f6f1;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#farms-choice .choice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.14);
}

#farms-choice .choice-sub {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #8d7769;
}

#farms-choice .choice-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.45;
  color: #2b1d16;
  font-style: normal;
}

#farms-choice .choice-card em {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #5d5047;
  font-style: normal;
}

#farms-choice .choice-btn {
  display: inline-block;
  align-self: flex-start;
  min-width: 140px;
  padding: 10px 18px;
  border: 1px solid #c8b18b;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  color: #2b1d16;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  box-sizing: border-box;
}

#farms-choice .choice-main {
  background: linear-gradient(180deg, #fff8e8 0%, #f3ead5 100%);
  border: 2px solid #caa75a;
}

#farms-choice .choice-second {
  background: linear-gradient(180deg, #fffaf3 0%, #f4ece1 100%);
}

#farms-choice .choice-third {
  background: linear-gradient(180deg, #f7faf7 0%, #ebf1eb 100%);
  border-color: #bfd0bf;
}

#farms-choice .choice-clean {
  background: linear-gradient(180deg, #f2f8f6 0%, #e6efec 100%);
  border-color: #b8cbc4;
}

@media screen and (max-width: 1100px) {
  #farms-choice .farms-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  #farms-choice {
    padding: 0 14px;
    margin: 30px auto 40px;
  }

  #farms-choice .farms-choice-grid {
    grid-template-columns: 1fr;
  }

  #farms-choice .choice-card {
    min-height: auto;
  }

  #farms-choice .choice-card strong {
    font-size: 24px;
  }
}
#farms-choice {
  max-width: 1120px;
  margin: 38px auto 50px;
  padding: 0 20px;
}

#farms-choice .farms-choice-title {
  text-align: center;
  margin-bottom: 26px;
}

#farms-choice .farms-choice-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #2b1d16;
  letter-spacing: 0.08em;
}

#farms-choice .farms-choice-title p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #7b6b63;
  letter-spacing: 0.06em;
}

#farms-choice .farms-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#farms-choice .choice-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
  padding: 18px 18px 16px;
  border-radius: 14px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #d7cec3;
  background: #f8f6f1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

#farms-choice .choice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

#farms-choice .choice-sub {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #8d7769;
}

#farms-choice .choice-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.45;
  color: #2b1d16;
  font-style: normal;
  letter-spacing: 0.01em;
}

#farms-choice .choice-card em {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #5d5047;
  font-style: normal;
}

#farms-choice .choice-btn {
  display: inline-block;
  align-self: flex-start;
  min-width: 104px;
  padding: 8px 16px;
  border: 1px solid #c8b18b;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #2b1d16;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  box-sizing: border-box;
}

#farms-choice .choice-main {
  background: linear-gradient(180deg, #fff8e8 0%, #f3ead5 100%);
  border: 2px solid #caa75a;
}

#farms-choice .choice-second {
  background: linear-gradient(180deg, #fffaf3 0%, #f4ece1 100%);
}

#farms-choice .choice-third {
  background: linear-gradient(180deg, #f7faf7 0%, #ebf1eb 100%);
  border-color: #bfd0bf;
}

#farms-choice .choice-clean {
  background: linear-gradient(180deg, #f2f8f6 0%, #e6efec 100%);
  border-color: #b8cbc4;
}

@media screen and (max-width: 1100px) {
  #farms-choice .farms-choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  #farms-choice {
    padding: 0 14px;
    margin: 28px auto 40px;
  }

  #farms-choice .farms-choice-grid {
    grid-template-columns: 1fr;
  }

  #farms-choice .choice-card {
    min-height: auto;
  }

  #farms-choice .choice-card strong {
    font-size: 22px;
  }

  #farms-choice .choice-card em {
    font-size: 13px;
  }
}
/* 微調整版 */
#farms-choice .choice-main {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

#farms-choice .choice-card {
  transition: all 0.3s ease;
}

#farms-choice .choice-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.13);
}

#farms-choice .choice-btn {
  font-weight: 700;
  border-color: #b99a5a;
  background: rgba(255,255,255,0.96);
}

#farms-choice .choice-card:hover .choice-btn {
  border-color: #a98334;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

#farms-choice .choice-main .choice-btn {
  border-color: #b48a33;
}

#farms-choice .choice-main .choice-btn:hover,
#farms-choice .choice-main:hover .choice-btn {
  border-color: #9a7428;
}

#farms-choice .choice-card em {
  min-height: 48px;
}
/* おすすめ商品 仕上げ調整 */
.p-recommend .c-item-list__item {
  margin-bottom: 34px;
}

.p-recommend .c-item-list__img {
  background: #f6f2eb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.p-recommend .c-item-list__ttl {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 48px;
}

.p-recommend .c-item-list__price {
  font-size: 18px;
  font-weight: 700;
  color: #7a5a2b;
  margin-bottom: 10px;
}

.p-recommend .c-item-list__expl {
  font-size: 12px;
  line-height: 1.9;
  color: #5f584e;
  min-height: 68px;
}

.p-recommend .c-more {
  text-align: center;
  margin-top: 10px;
}

.p-recommend .c-btn.is-more {
  min-width: 120px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #2f2a24;
  background: #fff;
  color: #2f2a24;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.p-recommend .c-btn.is-more:hover {
  background: #2f2a24;
  color: #fff;
}
.p-recommend .c-btn.is-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
}
.p-recommend .c-btn.is-more {
  letter-spacing: 0.15em;
  font-weight: 500;
}
.p-recommend .c-item-list__ttl {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: auto;
  word-break: keep-all;
}

.p-recommend .c-item-list__ttl a {
  display: block;
  color: #2f2a24;
  text-decoration: none;
}
.p-recommend .c-item-list__ttl {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-recommend .c-item-list__ttl a {
  color: #2f2a24;
  text-decoration: none;
}

.p-recommend .c-item-list__ttl small,
.p-recommend .c-item-list__ttl .size,
.p-recommend .c-item-list__ttl span {
  font-size: 12px;
}
.p-recommend .c-item-list__ttl {
  min-height: 42px;
}
/* =========================
   NEW ARRIVAL をおすすめ商品に近づける
========================= */

.farms-newarrival {
  padding-top: 40px;
  padding-bottom: 50px;
}

.farms-newarrival .c-ttl-main {
  margin-bottom: 18px;
}

.farms-newarrival .c-ttl-main__ja {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #8a816f;
}

.farms-newarrival .c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.farms-newarrival .c-item-list__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 34px;
  box-sizing: border-box;
}

.farms-newarrival .c-item-list__img {
  background: #f6f2eb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.farms-newarrival .c-item-list__img img {
  width: 100%;
  height: auto;
  display: block;
}

.farms-newarrival .c-item-list__ttl {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 64px;
}

.farms-newarrival .c-item-list__ttl a {
  color: #2f2a24;
  text-decoration: none;
  display: block;
}

.farms-newarrival .c-item-list__price {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #7a5a2b;
  margin-bottom: 10px;
  min-height: 28px;
}

.farms-newarrival .c-item-list__item:first-child .c-item-list__price {
  margin-top: 24px;
}

.farms-newarrival .c-item-list__expl {
  font-size: 12px;
  line-height: 1.9;
  color: #5f584e;
}

.farms-newarrival .c-more {
  text-align: center;
  margin-top: 10px;
}

.farms-newarrival .c-more:before,
.farms-newarrival .c-more:after,
.farms-newarrival .c-btn.is-more:before,
.farms-newarrival .c-btn.is-more:after {
  display: none !important;
  content: none !important;
}

.farms-newarrival .c-btn.is-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 120px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #2f2a24;
  border-radius: 999px;
  background: #fff;
  color: #2f2a24;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.farms-newarrival .c-btn.is-more:hover {
  background: #2f2a24;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .farms-newarrival .c-item-list__item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .farms-newarrival .c-item-list__item {
    width: 50%;
  }
}
/* =========================
   MOREボタン 完全統一
========================= */

/* ボタンの形・サイズを統一 */
.c-btn.is-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  width: 120px !important;
  height: 38px !important;

  border: 1px solid #2f2a24 !important;
  border-radius: 999px !important;

  background: #fff !important;
  color: #2f2a24 !important;

  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  line-height: 1 !important;

  text-decoration: none !important;
  box-shadow: none !important;
}

/* 中央揃え */
.c-more {
  text-align: center !important;
}

/* 上下の線を完全に消す */
.c-more::before,
.c-more::after,
.c-btn.is-more::before,
.c-btn.is-more::after {
  display: none !important;
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* ホバーも統一 */
.c-btn.is-more:hover {
  background: #2f2a24 !important;
  color: #fff !important;
}
/* =========================
   MOREボタン 最終統一
========================= */

/* ボタン本体 */
.c-btn.is-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  width: 120px !important;
  height: 38px !important;

  border: 1px solid #2f2a24 !important;
  border-radius: 999px !important;

  background: #fff !important;
  color: #2f2a24 !important;

  font-size: 12px !important;
  font-weight: 500 !important; /* ←ここで統一 */
  letter-spacing: 0.15em !important;
  line-height: 1 !important;

  text-decoration: none !important;
}

/* ＋の調整 */
.more-plus {
  font-size: 12px;
  font-weight: 500; /* 同じ太さ */
}

/* 中央揃え */
.c-more {
  text-align: center !important;
}

/* 余計な線を消す */
.c-more::before,
.c-more::after,
.c-btn.is-more::before,
.c-btn.is-more::after {
  display: none !important;
  content: none !important;
}

/* ホバー */
.c-btn.is-more:hover {
  background: #2f2a24 !important;
  color: #fff !important;
}