/* ヘッダー固定による余白 */
body {
  padding-top: 100px;
  background: #fff !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =============================
▼ header
============================= */
.header-top-block {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 15px 0 !important;
    box-shadow: 0px 0px 20px #d8d7d4 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10000 !important;
}

.header-top-block > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-block h1 {
  width: 220px;
  margin: 0;
}

.header-top-block h1 img {
  width: 100%;
  height: auto;
}

/* --- PCナビゲーション (768px以上) --- */
@media screen and (min-width: 768px) {
  body {
    padding-top: 120px;
    background: #fff !important;
  }
  .sp {
    display: block !important;
  }

  .sp-show {
    display: none !important;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    margin-top: -20px;
  }

  .top-menu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .top-menu > ul > li {
    margin-left: 30px;
    position: relative;
  }

  .top-menu img {
    transition: 0.3s;
    height: auto;
  }

  .top-menu a:hover img {
    opacity: 0.6;
  }

  /* --- ドロップダウンメニュー共通設定 --- */
  .hidden-block {
    position: absolute;
    top: 45px;
    left: 50% !important;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #897400;
    padding: 24px;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    z-index: 10;
    list-style: none;
    text-align: left !important;
    line-height: 1.2;
  }

  .top-menu li:hover .hidden-block {
    opacity: 1;
    visibility: visible;
    top: 45px;
  }

  .hidden-block li {
    margin-bottom: 16px;
    text-align: left !important;
  }

  .hidden-block li:last-child {
    margin-bottom: 0;
  }

  .hidden-block li a {
    display: block;
  }

  .hidden-block li a img {
    margin-left: 0 !important;
    margin-right: auto !important;
    display: inline-block;
  }

  .top-menu ul li:nth-child(3) .hidden-block li:nth-child(1) a img {
    width: 55% !important;
  }

  .top-menu ul li:nth-child(3) .hidden-block li:nth-child(2) a img {
    width: 80% !important;
  }

  .top-menu ul li:nth-child(4) .hidden-block li:nth-child(1) a img {
    width: 90% !important;
  }

  .top-menu ul li:nth-child(4) .hidden-block li:nth-child(2) a img {
    width: 52% !important;
  }
}

/* --- スマホ・ドロワー設定 (767px以下) --- */
@media screen and (max-width: 767px) {
    .header-top-block {
        top: 0 !important;
        padding: 30px 0 !important;
    }

  .header-top-block h1 {
    margin: 0 auto !important;
    text-align: center;
  }

  .header-top-block h1 img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .pc-show {
    display: none !important;
  }

  .top-menu {
    display: none !important;
  }
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
}
/* =============================
▼ modal
============================= */
#modal {
  position: fixed;
  top: 10px;
  right: 55px;
  z-index: 1000;
  width: 50px;
}

#modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95) !important;
  display: none;
  overflow-y: auto;
}

#modal_area[style*="display: block"] {
  z-index: 999999 !important;
  opacity: 1 !important;
}

.modal-content {
  padding: 80px 20px 40px;
  text-align: center;
}

.modal-content ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.modal-content ul li {
  width: 100%;
  margin-bottom: 20px;
}

.modal-content ul li:nth-child(1) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 0% 0px;
  width: 100%;
}

.modal-content ul li:nth-child(1) img {
  display: block;
  width: 75%;
  margin: 0 auto;
  border-radius: 6px;
}

.modal-content ul.member_link {
  background: #f9f8f2;
  width: 100% !important;
  margin: 20px 0 !important;
}

.modal-content ul.member_link li {
  border-bottom: 1px solid #fff;
  margin: 0;
}

.modal-content ul .member_link li:last-child {
  border-bottom: none;
}

.modal-content ul li:nth-child(4) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 36px 0 4% 0px;
}

.modal-content ul li:nth-child(4) img {
  width: 43%;
}

.modal-content ul li:nth-child(5) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(5) img {
  width: 24%;
}

.modal-content ul li:nth-child(6) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(6) img {
  width: 34%;
}

.modal-content ul li:nth-child(7) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(7) img {
  width: 59%;
}

.modal-content ul li:nth-child(8) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(8) img {
  width: 65.2%;
}

.modal-content ul li:nth-child(9) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(9) img {
  width: 39.6%;
}

.modal-content ul li:nth-child(10) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(10) img {
  width: 42%;
}

.modal-content ul li:nth-child(11) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(11) img {
  width: 26%;
}

.modal-content ul li:nth-child(12) {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0px 0 4% 0px;
}

.modal-content ul li:nth-child(12) img {
  width: 9%;
}

.modal-content ul li a {
  color: #524500;
  position: relative;
  z-index: 0;
  display: block;
  padding: 0px 0px 0px 0;
  font-weight: bold;
}

.modal-content ul.member_link li a {
  padding: 15px 25px;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #525263;
}

.modal-content ul.member_link li a i {
  width: 20px;
  margin-right: 15px;
  color: #b8bec4;
}

#cart_area p.cart-trigger {
  width: 100% !important;
  border: none !important;
  border-top: 1px solid #eee;
  background: #fff;
  margin: 0 !important;
  padding: 20px;
}

.errormsg.bg-danger {
  background-color: #e65555 !important;
  padding: 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 0;
}

.modal-content ul li.online-shop a {
  border: 1px #897400 solid;
  margin: 0 auto 24px;
  border-radius: 8px;
  padding: 12px;
}

.close-modal_area {
  z-index: 10001;
  cursor: pointer;
}

.close-modal_area img {
  width: 100%;
}

/* モーダル内リスト */
#modal_navi {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 300px;
}

#modal_navi li {
  margin-bottom: 15px;
}

#modal_navi li img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#bt_open_modal img {
  width: 100%;
}

.fixed_bt_modal {
  z-index: 1000 !important;
}

/* 会員リンク・バナー */
.member_link {
  width: 100% !important;
  margin: 0 0 16px !important;
  background: #f9f8f2;
  padding: 0;
  list-style: none;
}

.member_link a {
  color: #525263 !important;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.member_link a .cb {
  font-size: 30px;
  font-size: 3rem;
  fill: #b8bec4;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.menubnr img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* 固定ボタン (共通) */
#top-btn,
#float-btn-up-down {
  position: fixed;
  right: 15px;
  z-index: 9999;
}

#top-btn {
  bottom: 20px;
  width: 50px;
}

#float-btn-up-down {
  bottom: 80px;
  width: 40px;
}

#top-btn img,
#float-btn-up-down img {
  width: 100%;
}

/* 閉じるボタン（モーダル内） */
.close-modal_area {
  position: absolute;
  top: 33px;
  right: 45px;
  width: 40px;
  cursor: pointer;
  z-index: 10006;
}

@media screen and (min-width: 768px) {
  #modal,
  #modal_area,
  #bt_open_modal {
    display: none !important;
  }

  .top-menu {
    display: block !important;
  }

  .header-top-block > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
  }
}

/* --- スマホ表示時の調整 (767px以下) --- */
@media screen and (max-width: 767px) {
  .top-menu {
    display: none !important;
  }

  #modal {
    display: block;
    margin-left: auto;
  }

  .modal-content ul.member_link {
    width: 100% !important;
    background: #f9f8f2;
    margin: 20px 0 !important;
    padding: 0;
  }

  .modal-content ul.member_link li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
  }

  .modal-content ul.member_link li:last-child {
    border-bottom: none;
  }

  .modal-content ul.member_link li a {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    text-align: left;
    color: #525263;
    font-weight: bold;
    text-decoration: none;
  }

  .modal-content ul.member_link li a i {
    width: 25px;
    margin-right: 15px;
    font-size: 18px;
    color: #b8bec4;
    text-align: center;
  }

  #cart_area p.cart-trigger {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px 20px !important;
    background: #fff;
    border: none !important;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .errormsg.bg-danger {
    background-color: #e65555 !important;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .modal-content ul li img {
    display: block;
    margin: 0 auto;
  }

  #bt_open_modal {
    display: block;
    width: 80px;
    cursor: pointer;
  }

  #bt_open_modal img {
    width: 100%;
    height: auto;
  }

  .member_link {
    max-width: 1200px;
    margin: 0 auto 20px !important;
    background: none;
  }

  .member_link li {
    display: inline-block;
    width: auto;
    border: none;
  }

  .member_link li a {
    padding: 10px 15px;
  }
}

/* =============================
▼ スライダー
============================= */
.ec-sliderRole {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
}
.main_visual .pc-show {
  display: block !important;
}

.main_visual .sp-show {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .main_visual .pc-show {
    display: none !important;
  }

  .main_visual .sp-show {
    display: block !important;
  }
}

.main_visual img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: -30px !important;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 50px !important;
  color: #000 !important;
  opacity: 0.3 !important;
  content: "•";
}

.slick-dots li.slick-active button:before {
  color: #897400 !important;
  opacity: 1 !important;
}

.slick-dots li {
  margin: 0 4px !important;
}

/* =============================
▼ 新着情報
============================= */
#news_area {
  padding: 30px 15px;
}

#news_area .heading01 {
  font-size: 18px;
  color: #525263;
  margin-bottom: 15px;
  font-weight: bold;
}

.news_box {
  background-color: #f6f3e8;
  border-radius: 12px;
  padding: 5px 5px;
}

.newslist {
  margin: 0;
}

.newslist,
.newslist dl,
.newslist dt,
.newslist dd {
  list-style: none !important;
  list-style-type: none !important;
}

.newslist dl::before,
.newslist dl::marker {
  content: none !important;
  display: none !important;
}

.newslist dl {
  display: flex !important;
  margin-bottom: 12px;
  padding: 0;
}

.newslist dt {
  width: 110px;
  flex-shrink: 0;
  color: #666;
}

.newslist dd {
  margin: 0;
  flex-grow: 1;
}

.newslist dl {
  display: flex;
  margin-bottom: 10px;
  border: none;
}

.newslist dl:last-child {
  margin-bottom: 0;
}

.newslist dt {
  width: 120px;
  color: #666;
  font-weight: normal;
  flex-shrink: 0;
}

.newslist dd {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

/* リスト装飾の完全無効化 */
#js-news-container dl {
  display: block !important;
  list-style: none !important;
  margin-bottom: 15px !important;
  border: none !important;
}

#js-news-container dt,
#js-news-container dd {
  display: inline-block !important;
  list-style: none !important;
  vertical-align: top;
}

#js-news-container dt {
  width: 110px !important;
  color: #666;
}

/* 擬似要素によるポチを徹底排除 */
#js-news-container *::marker,
#js-news-container *::before {
  content: none !important;
  display: none !important;
}
.top-whats02 {
  margin: 0px auto;
}
.top-whats02-block {
  background: #f3f1e5;
  border-radius: 6px;
  padding: 12px 5px;
}
.top-whats02-block ul {
  font-size: 16px;
  display: flex;
  padding: 4px 0;
}
.top-whats02-block ul li.date {
  color: #524500;
  margin: 0 5% 0 0;
}
.top-whats02-block ul li a {
  color: #524500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* スマホ表示の調整 */
@media screen and (max-width: 767px) {
  #news_area .heading01 {
    padding: 8px;
    text-align: center;
    margin: 0;
  }

  .news_box {
    padding: 15px 20px;
  }

  .newslist dt {
    width: 100px;
    font-size: 13px;
  }

  .newslist dd {
    font-size: 13px;
  }

  .top-whats02-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
  }

  .top-whats02-block ul li.date {
    color: #524500;
    /* font-weight: bold; */
    width: 20%;
    margin: 0 5% 0 0;
  }

  .top-whats02-block ul li {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .top-whats02-block ul li a {
    color: #524500;
    /* font-weight: bold; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}

/* =============================
▼ サイドブロック
============================= */
#member.member.sp {
  background-color: #f9f8f2;
  padding: 10px 0;
}

.member_link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.member_link li {
  padding: 10px 20px;
}

.member_link li a {
  display: flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.sidebnr {
  clear: both;
  margin: 70px 0 0;
}

.sidebnr a {
  margin: 8px 0;
}

.sidebnr a img {
  width: 100%;
  margin: 6px 0;
}

/* =============================
▼ おすすめ商品
============================= */
.item_name {
  color: #3e2900;
  margin: 0px 0 0px;
  border-top: solid 1px #3e2900;
  padding-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}

.item_price {
  color: #c00;
  font-weight: bold;
  text-align: right;
  font-family:
    "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

/* =============================
▼ TOPへ戻る
============================= */
.ec-blockTopBtn.pagetop {
  position: fixed;
  bottom: 60%;
  right: 10%;
  z-index: 9999;
  cursor: pointer;
  background: none !important;
  border: none !important;
  width: 50px;
  height: auto;
  display: none;
}

.ec-blockTopBtn.pagetop a {
  display: block;
  transition: opacity 0.3s;
}

.ec-blockTopBtn.pagetop a:hover {
  opacity: 0.7;
}

.ec-blockTopBtn.pagetop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ec-blockTopBtn.pagetop {
    bottom: 80px;
    right: 15px;
    width: 50px;
  }
}

/* =============================
▼ footer
============================= */
#footer {
  background-color: #f4f4f5;
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  text-align: center;
}

/* ガイドエリア全体の調整 */
.footer-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 auto 40px;
  padding: 0 20px;
  max-width: 1200px;
  text-align: left;
}

/* 各セクション（お支払い・配送など） */
.footer-guide section {
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.footer-guide h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px 0;
  background: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #999;
  display: inline-block;
}

.footer-guide p {
  font-size: 13px;
  line-height: 1.8em;
  color: #333;
  margin: 8px 0;
}

/* 配送ラベル */
.footer-guide p.shipment {
  font-size: 14px;
  color: #c00;
  font-weight: bold;
  border: solid 1px #c00;
  padding: 4px 10px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 3px;
  background: #fff;
}

.footer-guide h3 {
  font-size: 16px;
  background: #666;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
}

.cost-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
}

.cost-table dt {
  width: 20%;
  background: #aaa;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cost-table dt:last-of-type {
}

.cost-table dd {
  width: 20%;
  background: #fff;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 4px;
  text-align: center;
  margin-bottom: 0rem;
}

.cost-table dd:last-of-type {
}

#footer ul {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 30px;
}

#footer ul li {
  display: inline-block;
  margin: 5px 10px;
}

.footer_logo_area {
  margin-top: 20px;
  padding: 30px 20px;
  border-top: 1px solid #ddd;
}

/* =============================
▼ PC表示 (768px以上)
============================= */
@media screen and (min-width: 768px) {
  .footer-guide {
    justify-content: space-between;
  }

  .footer-guide section {
    width: 30%;
    margin-bottom: 0;
  }

  .cost-table dt,
  .cost-table dd {
    width: 20% !important;
  }

  .footer_logo_area {
    margin-top: 48px;
  }
}

/* =============================
▼ free area
============================= */
@media only screen and (min-width: 768px) {
  .item-detail-wrap {
    border-top: solid 1px #ddd;
    padding-top: 24px;
  }

  .item-detail-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-top: solid 1px #ddd; */
    padding-top: 24px;
  }

  .item-detail-unit li {
    width: 49%;
    margin-bottom: 24px;
  }

  .item-detail-unit li h3 {
    margin: 6px 0 18px;
  }

  .item-detail-unit li p {
  }

  #related_product_area {
    width: 100%;
  }

  .auth_wrap {
    border-top: solid 1px #ddd;
  }

  .auth_wrap:last-child {
    border-bottom: solid 1px #ddd;
    margin-top: 24px;
  }

  .auth_wrap dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .auth_wrap dt {
    width: 50%;
    padding: 20px;
  }

  .auth_wrap dt ul {
    display: flex;
    justify-content: center;
  }

  .auth_wrap dt ul li {
  }

  .auth_wrap dt ul li figure {
  }

  .auth_wrap dt ul li figure img {
  }

  .auth_wrap dd {
    width: 50%;
    padding: 20px;
  }

  .auth_wrap dd p {
    margin: 0 !important;
    padding: 4px 0;
    font-weight: bold;
    color: #221815;
    letter-spacing: 0.075em;
    font-size: 18px;
  }

  .auth_wrap dd h3 {
    margin: 6px 0 18px;
  }

  .auth_wrap dd p.small {
    margin: 0 !important;
    color: #221815;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .item-detail-unit {
    display: block;
    padding-top: 24px;
  }

  .item-detail-unit li {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .item-detail-unit li img {
    width: 100%;
    height: auto;
    display: block;
  }

  .item-detail-unit li h3 {
    margin: 15px 0 10px;
    font-size: 18px;
  }

  .item-detail-unit li p {
    font-size: 14px;
    line-height: 1.6;
  }

  #related_product_area {
    width: 100%;
  }

  .auth_wrap {
    border-top: solid 1px #ddd;
  }

  .auth_wrap:last-child {
    border-bottom: solid 1px #ddd;
    margin-top: 24px;
  }

  .auth_wrap dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .auth_wrap dt {
    width: 50%;
    padding: 20px;
  }

  .auth_wrap dt ul {
    display: flex;
    justify-content: center;
  }

  .auth_wrap dt ul li {
  }

  .auth_wrap dt ul li figure {
  }

  .auth_wrap dt ul li figure img {
  }

  .auth_wrap dd {
    width: 50%;
    padding: 20px;
  }

  .auth_wrap dd p {
    margin: 0 !important;
    padding: 4px 0;
    font-weight: bold;
    color: #221815;
    letter-spacing: 0.075em;
    font-size: 18px;
  }

  .auth_wrap dd h3 {
    margin: 6px 0 18px;
  }

  .auth_wrap dd p.small {
    margin: 0 !important;
    color: #221815;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
  }
}

/* =============================
▼ sidemenu
============================= */
.list_sidemenu_new {
  clear: both;
  overflow: auto;
}

.list_sidemenu_new h4 {
  margin: 24px 0 0;
  padding: 4px 8px 4px 8px;
  font-size: 20px;
  font-family: "yu mincho";
  color: #3e2900;
}

.side-unit {
}

.side-unit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  background: #f9f8f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-unit dt {
}

.side-unit dt img {
  width: 60px;
}

.side-unit dd {
  margin-left: 20px;
}

.side-unit ul {
}

.side-unit li {
  font-size: 14px;
  padding: 12px 12px 12px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  width: 100%;
  align-items: center;
}

.side-unit li:last-of-type {
  margin-bottom: 16px;
}

.side-unit li:hover {
  background-color: #f9f8fa;
}

.side-unit a {
  color: #3e2900;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-unit a span {
  color: #3e2900;
  display: block;
  margin-left: auto;
}

.side-unit a span img {
  color: #3e2900;
  width: 20px;
  min-width: 20px;
}

.sidebnr {
  clear: both;
  margin: 70px 0 0;
}

.sidebnr a {
  margin: 8px 0;
}

.sidebnr a img {
  width: 100%;
  margin: 6px 0;
}

.ec-off1Grid__cell h2 {
  font-size: 30px;
  font-weight: bold;
}

.ec-off1Grid__cell h3 {
  font-size: 20px;
  font-weight: bold;
}

/* =============================
▼ ショッピングガイド
============================= */
.shoping-guide {
  margin-top: 20px;
  margin-bottom: 60px;
}

.shoping-guide section {
}

.shoping-guide h2 {
  font-size: 20px;
  margin: 0 0 16px 0;
  background: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

.shoping-guide h3 {
  font-size: 18px;
  background: #666;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
}

.shoping-guide h4 {
  margin: 0;
}

.shoping-guide p {
  font-size: 16px;
  line-height: 1.8em;
  color: #000;
  text-align: justify;
  margin: 8px 0;
}

.shoping-guide p a {
  font-size: 13px;
  line-height: 1.6em;
  color: #c00 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #c00;
  text-decoration-color: #c00;
}

.shoping-guide p.shipment {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  text-align: justify;
  color: #c00;
  font-weight: bold;
  border: solid 1px #c00;
  padding: 2px 8px;
  display: inline-block;
  margin: 0;
  border-radius: 3px;
  background: #fff;
}

.shoping-guide p:last-of-type {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .ec-layoutRole__contents {
    display: flex;
    gap: 40px;
  }

  .ec-layoutRole__main {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .ec-layoutRole__left {
    margin-bottom: 30px;
  }
}

/* =============================
▼ 商品詳細パンくず
============================= */
.container-fluid.inner {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 100%;
}

#topicpath.row {
  margin-left: -16px !important;
  margin-right: -16px !important;
  padding-bottom: 16px !important;
  border: 0 none;
  position: relative;
}

#topicpath ol {
  border-bottom: 1px solid #ccc !important;
  padding-top: 0.7em !important;
  padding-bottom: 0.7em !important;
  padding-left: 16px !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.row:after {
  clear: both;
}

#topicpath li {
  font-size: 17px !important;
  color: #333;
  display: flex;
  align-items: center;
}

#topicpath li:not(:last-child)::after {
  content: "＞";
  margin: 0 10px;
  color: #ccc;
}
#topicpath li:last-child {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #topicpath li {
    font-size: 16px !important;
    white-space: normal;
  }

  #topicpath ol {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  #topicpath li a {
    padding: 4px 0;
    display: inline-block;
  }
}

/* =============================
▼ カート
============================= */
.ec-cartNavi {
  border-radius: 0 !important;
  background: #fff;
  border: solid 1px #ccc;
}