@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}


/*--------------------kana2021追加(2021.3.21)↓-------------------------*/
.wrapper2 {
  overflow: hidden;
  width: 73% !important;
  margin: 70px auto;
}
.wrapper2 .row {
    width: 100%;
    margin: 0 auto;
}
.wrapper2  .news {
    padding: 0;
}  
.wrapper2  .news p {
      font-size: 22px;
      background-color: #233F64;
      color: #fff;
      // width: 200px;
      padding: 6px;
      text-align: center;
      margin-bottom: 0;
}
.wrapper2  .news h1 {
      color: #233F64;
      font-weight: bolder;
      font-size: 42px;
      border-bottom: 2px solid #233F64;
      width: 256px;
}
.wrapper2 .kakaku {
    border: 1px solid #233F64;
    padding: 10px;
}  
.wrapper2 .kakaku p {
      color: #233F64;
      font-size: 20px;
}


.wrapper3 {
  margin: 70px auto;
  width: 100% !important;
  overflow: hidden;
}
.wrapper3 .items1 ul {
      display: flex;
      width: 100%;
      justify-content: space-around;
      margin: 0 auto;
      padding: 0 !important;
}
.wrapper3 .items1 li {
      color: #fff;
      font-weight: bolder;
      font-size: 1.2vw;
}
.wrapper3 .items1 a {
      box-shadow: 1px 5px 9px grey;
      background-color: #233F64;
      padding: 10px 0;
      width: 20vw;
      text-align: center;
      border-radius: 7px;
      text-decoration: none;
}
.wrapper3 .items1 img {
      width: 32px;
}
.wrapper3 .items2 {
    margin-top: 30px;
}
.wrapper3 .items2 ul {
      display: flex;
      width: 100%;
      justify-content: space-around;
      margin: 0 auto;
      padding: 0 0 20px 0!important;
}
.wrapper3 .items2 li {
      color: #fff;
      font-weight: bolder;
      font-size: 1.2vw;
}
.wrapper3 .items2 a {
      box-shadow: 1px 5px 9px grey;
      background-color: #233F64;
      padding: 10px 0;
      width: 20vw;
      text-align: center;
      border-radius: 7px;
      text-decoration: none;
}
.wrapper3 .items2 img {
      width: 32px;
}
.wrapper3 a .item {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #233F64;
    overflow: hidden;
    z-index: 1 !important;
  }
.wrapper3 a .item:after {
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
    background : #cdc270b8;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: -1;
  }
.wrapper3 a .item:hover {
    color: #fff;
  }
.wrapper3 a .item:hover:after {
    height: 250%;
    opacity: 1;
  }
.wrapper3 a .item:active:after {
    height: 350%;
    opacity: 1;
  }

.wrapper4 {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 109px;
}
.wrapper4 .col-12 {
    text-align: center;
}
.wrapper4 h2 {
      line-height: 6rem;
      background-color: #cdc270b8;
      letter-spacing: 5px;
      margin: 0;
      font-size: 40px;
      color: #233F64;
      font-weight: bolder;
}
/*バナー*/
.bunner-2-wrap-1 {
  display: flex;
  align-items: center;
}  
.bunner-2 {
  width: 80%;
  box-shadow: 1px 5px 9px grey;
}  
.bunner-shoukai {
  width: 47%;
}  
.mat-text {
   box-shadow: none;
   width: 87%;
}
.kabutomat {
   margin-bottom: 70px;
}

/*--------------------kana2021追加(2021.3.21)ここまで↑-------------------------*/

.prd_recommend_block {
  width: 100% !important;
  margin: 0 auto;
}
.prd_seller_block {
  width: 100% !important;
  margin: 0 auto;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
}
p.news_ttl {
    padding: 0.7em 0 0.5em;
    background: #233F64;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    margin: 0;
}
ul.ul-news {
  margin-bottom:10px;
  padding: 20px;
  height: 266px;
  overflow: auto;
  border: 1px solid #233F64;
}
ul.ul-news li {
  padding: 1em 0;
  border-bottom: 1px dotted #666;
  font-size: 1.1em;
}
'*******************************************************
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
/* ===== BUBU トップボタン色・整え ===== */

.wrapper3 .items1 a,
.wrapper3 .items2 a,
.wrapper3 a .item {
  background-color: #2f5d50 !important;
  background: #2f5d50 !important;
  color: #fff !important;
}

.wrapper3 .items1 a,
.wrapper3 .items2 a {
  box-shadow: 0 4px 10px rgba(0,0,0,0.22);
  border-radius: 8px;
}

.wrapper3 a .item:after {
  background: rgba(205, 194, 112, 0.35);
}
background: linear-gradient(#356859, #2f5d50);
.wrapper3 .items1 a,
.wrapper3 .items2 a {
  background: linear-gradient(#356859, #2f5d50);
}
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
.wrapper3 .items1 a:hover,
.wrapper3 .items2 a:hover {
  transform: translateY(-2px);
  transition: 0.2s;
}
background-color: #f8f8f8;
/* 新着情報 横帯 強制変更 */
.wrapper2 .news p {
  background-color: #2f5d50 !important;
  color: #fff !important;
}
.wrapper2 .news p,
.wrapper2 .news p:first-of-type {
  background-color: #2f5d50 !important;
  color: #fff !important;
}
.wrapper2 .news h1 {
  color: #2f5d50;
  font-weight: 700;
  border-bottom: 3px solid #2f5d50;
  margin-bottom: 10px;
}
.wrapper2 .kakaku {
  border: 1px solid #2f5d50;
}
.wrapper2 .news p {
  padding: 10px 0;
}
.wrapper2 .news p {
  padding: 10px 0;
}
.wrapper3 i {
  color: #f5f0eb;
  opacity: 0.9;
}

.wrapper3 img {
  filter: brightness(0) invert(1);
}
/* ===== トップ：マットカテゴリバナー 整え版 ===== */

.free_space_block {
  width: 92% !important;
  max-width: 1050px !important;
  margin: 40px auto 0 !important;
  text-align: center !important;
}

.bunner-2-wrap-1 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 34px !important;
  margin: 38px auto !important;
}

.bunner-2-wrap-1 > a {
  display: block !important;
}

.bunner-2 {
  width: 100% !important;
  max-width: 280px !important;
  height: auto !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18) !important;
}

.mat-text {
  max-width: 230px !important;
}

.kuwagata-left,
.kuwagata-right,
.kabuto-left,
.kabuto-right {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  align-items: center !important;
}

.kabutomat {
  margin-top: 55px !important;
  margin-bottom: 45px !important;
}

.bunner-shoukai {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 35px auto 55px !important;
  height: auto !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18) !important;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  .free_space_block {
    width: 94% !important;
    margin-top: 25px !important;
  }

  .bunner-2-wrap-1 {
    flex-direction: column !important;
    gap: 18px !important;
    margin: 28px auto !important;
  }

  .kuwagata-left,
  .kuwagata-right,
  .kabuto-left,
  .kabuto-right {
    gap: 16px !important;
  }

  .bunner-2,
  .mat-text {
    max-width: 92% !important;
  }

  .bunner-shoukai {
    max-width: 92% !important;
    margin-bottom: 35px !important;
  }
}
/* ===== トップカテゴリバナー 完成版 ===== */

.free_space_block {
  width: 96% !important;
  max-width: 1500px !important;
  margin: 20px auto !important;
  padding: 20px 25px !important;
  background: #F5F0EB !important;
  border-radius: 18px !important;
  text-align: center !important;
}

.bunner-2-wrap-1 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 45px !important;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 8px auto !important;
}

.bunner-2-wrap-1 > a {
  display: block !important;
}

.bunner-2 {
  width: 100% !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.10) !important;
}

.bunner-2-wrap-1 > a .bunner-2 {
  max-width: 540px !important;
}

.mat-text {
  max-width: 245px !important;
}

.kuwagata-left,
.kuwagata-right,
.kabuto-left,
.kabuto-right {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
}

.bunner-2-wrap-1:nth-of-type(3),
.bunner-2-wrap-1:nth-of-type(4),
.bunner-2-wrap-1:nth-of-type(5) {
  justify-content: center !important;
  gap: 40px !important;
}

.bunner-shoukai {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 10px auto !important;
  height: auto !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.10) !important;
}

@media screen and (max-width: 768px) {
  .free_space_block {
    width: 94% !important;
    padding: 18px 12px !important;
  }

  .bunner-2-wrap-1 {
    flex-direction: column !important;
    gap: 16px !important;
    margin: 18px auto !important;
  }

  .bunner-2,
  .mat-text,
  .bunner-2-wrap-1 > a .bunner-2 {
    max-width: 100% !important;
  }
}
/* ===== 商品一覧バー：最終完成版 ===== */

.wrapper4 h2 {
  width: 100% !important;
  background: #EDE6DE !important;
  color: #2f5d50 !important;
  text-align: center !important;
  padding: 18px 0 !important;
  margin: 0 !important;
  letter-spacing: 3px !important;
}
.wrapper4 h2 {
  padding: 4px 0 !important;
}
padding: 2px 0 !important;
.c-item-list__ttl {
  height: 3em;
}
.c-item-list {
  gap: 20px;
}
/* 商品一覧タイトル */
.wrapper4 h2 {
  padding: 10px 0 !important;
  margin-top: 10px !important;  /* ←追加 */
  margin-bottom: 10px !important;
}
.free_space_block {
  margin-bottom: 20px !important; /* ←少し詰める */
}
/* 商品一覧タイトル */
.wrapper4 h2 {
  padding: 10px 0 !important;
  margin-top: 0px !important;   /* ←ここを0に */
  margin-bottom: 8px !important;
}

/* 上のブロックとの間 */
.free_space_block {
  margin-bottom: 10px !important;  /* ←20→10くらいに */
}
/* =========================================
   BUBUトップ：目的から選ぶ 6ボタン最終CSS
   ========================================= */

/* 全体 */
#farms-choice {
  width: 100% !important;
  max-width: 1120px !important;
  margin: 45px auto 35px !important;
  padding: 0 20px !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

/* タイトル */
#farms-choice .farms-choice-title {
  text-align: center !important;
  margin-bottom: 28px !important;
}

#farms-choice .farms-choice-title h2 {
  margin: 0 0 10px !important;
  font-size: 28px !important;
  line-height: 1.5 !important;
  color: #1f1f1f !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
}

#farms-choice .farms-choice-title p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  letter-spacing: 0.06em !important;
}

/* 6枚カード：PCは3列×2段 */
#farms-choice .farms-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 34px 24px !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* カード */
#farms-choice .choice-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 14px !important;
  overflow: visible !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  transition: transform 0.25s ease !important;
}

/* 画像リンク */
#farms-choice .choice-image-link {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-decoration: none !important;
}

/* 画像 */
#farms-choice .choice-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 14px rgba(0,0,0,0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

/* ホバー */
#farms-choice .choice-card:hover img {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,0.16) !important;
}

/* ボタン */
#farms-choice .choice-btn {
  display: inline-block !important;
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 8px 17px !important;
  border: 1px solid #b88a3b !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: all 0.25s ease !important;
}

/* ボタンホバー */
#farms-choice .choice-btn:hover {
  background: #735240 !important;
  color: #ffffff !important;
  border-color: #735240 !important;
}

/* お得バナー */
.farms-banner {
  width: 100% !important;
  max-width: 960px !important;
  margin: 20px auto 55px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
}

.farms-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.farms-banner img:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.16) !important;
}

/* タブレット：2列 */
@media screen and (max-width: 900px) {
  #farms-choice {
    margin: 35px auto 30px !important;
    padding: 0 15px !important;
  }

  #farms-choice .farms-choice-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px 18px !important;
  }
}

/* スマホ：2列維持 */
@media screen and (max-width: 640px) {
  #farms-choice .farms-choice-title h2 {
    font-size: 24px !important;
  }

  #farms-choice .farms-choice-title p {
    font-size: 12px !important;
  }

  #farms-choice .farms-choice-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 12px !important;
  }

  #farms-choice .choice-btn {
    font-size: 11px !important;
    padding: 7px 12px !important;
  }

  .farms-banner {
    margin: 15px auto 40px !important;
    padding: 0 15px !important;
  }
}
#farms-choice .farms-choice-title h2 {
  color: #2f5d50 !important;
  font-weight: 700;
}

#farms-choice .farms-choice-title p {
  color: #6e8f84 !important;
}
/* ===== 目的から選ぶ：最終仕上げ ===== */

/* タイトル */
#farms-choice .farms-choice-title h2 {
  color: #2f5d50 !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

/* サブコピー */
#farms-choice .farms-choice-title p {
  color: #5f7d73 !important;
}

/* カード全体 */
#farms-choice .choice-card {
  background: transparent !important;
  border-radius: 14px !important;
  overflow: visible !important;
}

/* 画像 */
#farms-choice .choice-card img {
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  transition: 0.25s ease !important;
}

/* ホバー */
#farms-choice .choice-card:hover img {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18) !important;
}

/* ボタン */
#farms-choice .choice-btn {
  display: inline-block !important;
  margin-top: 8px !important;
  border: 1.5px solid #b88a3b !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-weight: 700 !important;
  transition: 0.25s ease !important;
}

/* ボタンホバー */
#farms-choice .choice-btn:hover {
  background: #735240 !important;
  color: #ffffff !important;
  border-color: #735240 !important;
}

/* 不自然な下ラインを消す */
#farms-choice .choice-card::after {
  display: none !important;
  content: none !important;
}
#farms-choice .choice-btn {
  padding: 9px 18px !important;
}
#farms-choice .choice-btn:hover {
  background: #5c4a3b !important;
  color: #ffffff !important;
  border-color: #5c4a3b !important;
}
.fams-banner {
  width: 100% !important;
  max-width: 960px !important;
  margin: 40px auto 50px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.fams-banner a {
  display: block !important;
}

.fams-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
/* ===== ご紹介キャンペーンバナー：6つのバナーと動きを統一 ===== */

.fams-banner {
  width: 100% !important;
  max-width: 960px !important;
  margin: 40px auto 50px !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.fams-banner a {
  display: block !important;
  line-height: 0 !important;
}

.fams-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.fams-banner:hover img {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18) !important;
}
/* ===== ご紹介キャンペーンバナー：最終版 ===== */
.fams-banner {
  width: 100% !important;
  max-width: 1060px !important;
  margin: 38px auto 55px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.fams-banner a {
  display: block !important;
  width: 100% !important;
  line-height: 0 !important;
}

.fams-banner img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.fams-banner:hover img {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18) !important;
}
.wrapper3 li img {
  width: 100% !important;
  height: auto !important;
}
.wrapper3 li {
  width: 32% !important;
}
/* ===== wrapper3 画像ボタン 最終修正 ===== */

.wrapper3 img {
  filter: none !important;
}

.wrapper3 .items1 ul,
.wrapper3 .items2 ul {
  display: flex !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style: none !important;
}

.wrapper3 .items1 li,
.wrapper3 .items2 li {
  width: 32% !important;
  list-style: none !important;
}

.wrapper3 .items1 a,
.wrapper3 .items2 a {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}

.wrapper3 .items1 img,
.wrapper3 .items2 img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
}
/* ===== ボタンサイズ修正 ===== */

.wrapper3 {
  max-width: 1100px !important;
  margin: 40px auto !important;
}

.wrapper3 .items1 ul,
.wrapper3 .items2 ul {
  display: flex !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.wrapper3 .items1 li,
.wrapper3 .items2 li {
  width: 32% !important;
}

/* ここが重要 */
.wrapper3 li img {
  width: 100% !important;
  max-width: 320px !important;   /* ←サイズ制御 */
  margin: 0 auto !important;
  display: block !important;
}
.wrapper3 {
  display: none !important;
}
.wrapper3,
.wrapper3 * {
  display: none !important;
}
div[class*="wrapper3"] {
  display: none !important;
}
.bunner-2-wrap-1,
.bunner-shoukai {
  display: none !important;
}

.free_space_block {
  display: none !important;
}

/* 商品一覧の帯だけスリム調整 */
.wrapper4 {
  margin-top: 45px !important;
}

.wrapper4 h2 {
  line-height: 1.4 !important;
  padding: 14px 0 !important;
  margin: 0 auto 22px !important;
  font-size: 28px !important;
  background: #f5f0eb !important;
  color: #2f5d50 !important;
  letter-spacing: 3px !important;
}
/* 高さ固定をやめる（これが正解） */
.prd_lst_unit_s {
  min-height: auto !important;
  height: auto !important;
  margin-bottom: 20px !important;
}

.prd_lst_name {
  margin-top: 6px !important;
  line-height: 1.5 !important;
}

.prd_lst_price {
  margin-top: 4px !important;
}
.prd_lst_price {
  font-weight: 600;
}
.bubu-under-banner {
  width: 92%;
  max-width: 1050px;
  margin: 30px auto 0;
}

.bubu-under-banner a {
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bubu-under-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.bubu-under-banner a:hover {
  transform: translateY(-4px);
}

.bubu-under-banner a:hover img {
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.bubu-under-banner img {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.bubu-under-banner a:hover {
  transform: translateY(-4px) scale(1.01);
}