@charset "UTF-8";
/* CSS Document */


#sub-column {
    display: none;
}
#main-column {
    float: none;
    width: 850px;
    margin: 0;
    padding: 0;
}
#itemList .column4 > h2, #itemList .column4 .price {
    width: 99%;
}
#itemList .column-set .column4 {
    width: 40%;
    margin: 0 3% 20px 0;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 4%;
    border-radius: 4px;
    border-bottom: none;
}
#itemList .column-set .column4:nth-child(2n){
    margin-right: 0;
}

#itemList .column4 .itemThumb-wrap {
    width: auto;
}

#matomePreviewList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: solid 1px #e4e4e4;
  padding: 13px 6px 13px 3px;
}

.matome-item-qty {
  width: 52px;
}

.matome-item-subtotal {
  font-size: 12px;
  white-space: nowrap;
}

article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}


#contents {

}
.expl {
    display: none !important;
}

#itemList {
    width: 850px;
}

#main-column .expl-fixed + #itemList_wrap {
    padding: 0;
}

article h1 {
    font-size: 24px;
    border-top: none;
    margin: 0 0 5px;
}

article #main-column #itemList section.column4 h2 a {
    line-height: 160%;
    font-size: 16px;
    width: 100%;
    display: block;
}

article #main-column #itemList section.column4 h2 {
    margin: 20px 0 0;
    width: 100%;
    min-height: 77px;
}

#main-column .column4 p.price {
    margin: 10px 0 10px;
    font-weight: 500;
}

#itemList .column4 .price .selling_price {
    font-size: 180%;
    color: #CC0000;
    letter-spacing: 0.03em;
}

#itemList .column4 .sps-add-to-cart-together {
    width: 99% !important;
    padding: 10px 0;
    margin: auto;
    text-align: center;
    float: left;
    border-radius: 4px;
}

#wrapper {
    background: #f8f8f8;
}

.footer_area {
    background: #FFF;
    padding: 30px;
}

article p {
    font-size: 15px;
}

div#matomePreview {}

#itemList_wrap #pager-top {
    display: none;
}

#bread-crumb-listTop ol li {
    font-size: 14px;
}

/* 右カラム全体 */
#matomePreview {
  width: 278px;
  position: sticky;
  top: 120px;
  height: calc(80vh - 100px);
  flex-shrink: 0;
  background: #fff;
  /* border: 1px solid #e5e5e5; */
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  font-size: 13px;
  overflow: hidden;
  padding: 25px;
}

/* ヘッダー */
.matome-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.matome-header h3 {
  font-size: 18px;
  margin: 0;
}

.matome-clear {
  background: none;
  border: none;
  color: #999;
  font-size: 11px;
  cursor: pointer;
}

.matome-clear:hover {
  text-decoration: underline;
}

/* 商品リスト */
.matome-list {
  list-style: none;
  margin: 5px 0;
  padding: 0 3px 0 0;
  overflow-y: scroll;
  max-height: 48vh;
  width: 104%;
}

.matome-list li {
  margin-bottom: 0;
}

.matome-item-name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* width: 65%; */
}

/* 数量コントロール */
.matome-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}

.matome-qty button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fafafa;
  cursor: pointer;
  font-size: 14px;
}

.matome-qty span {
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

/* 下部固定 */
.matome-bottom {
  padding: 0;
  background: #fff;
  padding: 15px 0 0;
  position: absolute;
  bottom: 20px;
  width: 280px;
}

.matome-summary {
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.matome-total {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 15px;
  letter-spacing: 0.01em;
}

/* CTA */
.matome-btn {
  width: 100%;
  padding: 12px 0;
  background: #cc0000;
  color: #fff;
  border: none;
  border-radius: 4px !important;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
}

/* 全削除（×） */
.matome-clear {
  display: block !important;
  border: none;
  background: #f3f3f3;
  color: #6b6b6b;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 8px;
  position: absolute;
  right: 0;
  top: -4px;
}

.matome-clear:hover {
  background: #e0e0e0;
}
.matome-clear:hover {
    text-decoration: none;
}

div#cart-footer, footer {
    height: auto;
    margin: auto;
}

span.tax {
    font-size: 60%;
    position: relative;
    top: -2px;
    left: -1px;
}

/* ＋ − 無効状態 */
.matome-qty button.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}



/* -------- スクロールバー美化 -------- */

/* Webkit系（Chrome / Safari） */
.matome-list::-webkit-scrollbar {
  width: 6px;
}

.matome-list::-webkit-scrollbar-track {
  background: transparent;
}

.matome-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.25);
  border-radius: 3px;
}

/* 商品行 共通 */
.matome-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid #eee;
  background: #fff;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* 追加前（左から） */
.matome-list li.is-enter {
  transform: translateX(-100px);
  opacity: 0;
}

/* 表示中 */
.matome-list li.is-enter-active {
  transform: translateX(0);
  opacity: 1;
}

/* 削除時（左へ戻る） */
.matome-list li.is-leave {
  transform: translateX(-100px);
  opacity: 0;
}


#main-column #itemList .column4 h2.sps-add-to-cart-together {
    font-size: 0;
    margin: 0;
    padding: 0;
    min-height: unset;
}

.qty-ui {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 0;
  padding: 25px 0 0;
  border-top: solid 1px #e0e0e0;
}

.qty-ui .count {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  background: #F6F6F9;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
}

.qty-ui .unit {
  margin-left: 5px;
}

.qty-ui button:disabled{
  opacity: 0.3 !important;
  cursor: not-allowed;
}

.qty-ui button {
    background: #20238B;
    color: #FFF;
    border: none;
    width: 110px;
    height: 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: .3s;
}
.qty-ui button:hover{
    opacity: .7;
}

.qty-ui button.minus {
    margin: 0 10px 0 0;
}
.qty-ui button.plus {
    margin: 0 20px 0 0;
}

#itemList .column4 .price span.taxin {
    color: #CC0000;
    margin: 0 0 0 5px;
    letter-spacing: 0.05em;
}

#main-column .category-info {
    width: auto;
    margin: 0 1% 30px 0;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 4%;
    border-radius: 4px;
    border-bottom: none;
    display: flex;
}

#main-column .category-info h2 {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#main-column .category-desc {
    border-left: 1px solid #E3E3E3;
    padding: 0 0 0 40px;
    margin: 0 0 0 40px;
    width: 120%;
}

#main-column .midashi {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.05em;
}

#main-column .category-desc p {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.03em;
}

article #itemList_wrap+section:has(.footer_area) {
    border-radius: 5px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, .12); */
    margin: 40px 0 40px;
}

#contents #main-column .footer_area {
    padding: 0;
    background: unset;
    width: 100%;
}
#itemList_wrap #pager-bm {border: none;}

.footer-category h3 {
    font-size: 24px;
    margin: 0 0 25px;
    letter-spacing: 0.03em;
}



.footer-category ul.item-category {
    width: auto;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 98%;
}

.footer-category ul.item-category li {
    width: 26%;
    margin: 0;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 4px;
    border-bottom: none;
    display: block;
    text-align: center;
}

.footer-category ul.item-category li a {
    padding: 0;
}

.footer-category ul.item-category li a img {
    height: 110px;
    margin: auto;
    display: block;
}



.footer-category ul.item-category li a p {
    border-top: solid 1px #e2e2e2;
    padding: 20px 0 0;
    margin: 20px 0 0;
    font-size: 16px;
}
article section:has(.footer-guide) {
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 4%;
    width: 90%;
    border-radius: 5px;
    margin: 80px 0 0;
}

.matome-toggle {
    display: none;
}

@media screen and (max-width: 768px) {
#main-column {
    width: 92%;
    margin: 0 auto;
}

article {
    display: initial;
}

#main-column .category-info {
    display: block;
    padding: 20px;
}

#main-column .category-info h2 {
    width: 50%;
    margin: 20px auto;
}

#main-column .category-desc {
    border-left: none;
    border-top: none;
    padding: 0;
    margin: 0;
    width: auto;
}

#main-column .midashi {
    font-size: 16px;
    margin: 30px 0 15px;
}

#main-column .category-desc p {
    font-size: 13px;
    line-height: 170%;
}

#itemList {
    width: 100%;
    margin: 0 auto;
}

#itemList .column-set .column4 {
    width: 100%;
    padding: 30px;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
}

.qty-ui button {
    width: 90px;
    font-size: 14px;
}

article #main-column #itemList section.column4 h2 {
    min-height: unset;
    margin: 15px 0 0;
}

#main-column .column4 p.price {
    margin: 15px 0 10px;
}

.qty-ui button.plus {
    margin: 0 20px 0 0;
}

article #main-column #itemList section.column4 h2 a {
    font-weight: 500;
    line-height: 150%;
    font-size: 15px;
}

#itemList .column4 .price .selling_price {
    font-size: 150%;
}

#itemList .column4 .price span.taxin {
    font-size: 11px;
}

.qty-ui {
    font-size: 12px;
    padding: 20px 0 0;
}

.footer-category ul.item-category {
    overflow-x: scroll;
    padding: 0 0 10px;
    width: 104%;
    overflow-y: hidden;
}

.footer-category ul.item-category li {
    width: 43vw;
    margin: 0 3vw 0 0;
    padding: 5% 4%;
}

.footer-category ul.item-category li a {
    width: 43vw;
    display: block;
}

.footer-category ul.item-category li a p {
    font-size: 13px;
    padding: 15px 0 0;
    margin: 0;
}

.footer-category ul.item-category li a:hover p {
    background: none;
}

.footer-category h3 {
    font-size: 20px;
    margin: 0 0 15px;
}

article h1{
    font-size: 20px;
    margin: 0;
}
    
article #itemList_wrap+section:has(.footer_area) {
    margin: 20px 0;
}

article section:has(.footer-guide) {
    width: 100%;
}

section.cont.w100.footer-guide {}

div[style="width: 49%; text-align: left; float: left;"] {
    float: none;
}

section.cont.w100.footer-guide div {
    float: none !important;
    width: 100% !important;
}

#contents #main-column .footer_area h2 font {
    font-size: 18px;
}

#contents #main-column .footer_area p {
    font-size: 13px;
}

.footer-category ul.item-category li a img {
    height: 20vw;
    margin: 20px auto;
}

#matomePreview {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 81.5%;
    padding: 5%;
    margin: 0 auto;
    /* display: none; */
}

#sub-column {
    display: block;
}
}

/* =========================
   スマホ時のみ適用
========================= */
@media screen and (max-width: 768px){

  #matomePreview {
    position: fixed;
    left: 0;
    bottom: 39px;
    width: 81.5%;
    background: #fff;
    z-index: 49;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    height: 75px;
    top: unset;
    margin: 0 auto 20px;
  }

  /* トグルボタン */
  .matome-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #333;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: block;
  }

  /* 閉じた状態 */
  #matomePreview.is-collapsed {
    transform: translateY(calc(100% - 80px)); /* bottomだけ見せる */
  }

  /* 開いた状態 */
  #matomePreview.is-open {
    transform: translateY(0);
    height: calc(75vh);
    bottom: 0;
  }

  /* bottomは常に見せる */
  .matome-bottom {
    background: #fff;
    /* padding: 0; */
    border-top: 1px solid #eee;
    width: 90%;
  }

  /* 上部はスクロール可能 */
  .matome-list {
    overflow-y: auto;
    padding: 0;
    width: 100%;
    opacity: 0;
  }

    .matome-summary {
    float: left;
    width: 50%;
    margin: 0;
}

.matome-total {
    margin: 0 0 0;
    clear: both;
    position: absolute;
    bottom: -2px;
}

.matome-total span.label {
    display: none;
}

input[type="button"].matome-btn {
    float: right;
    width: 50%;
    padding: 10px 15px;
    height: auto;
}

#matomePreview.is-open .matome-list {
    opacity: 1;
    max-height: 55vh;
}

.matome-header {
    padding: 40px 0 10px;
}

.matome-clear {
    top: 36px;
}

  #matomePreview {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  #matomePreview.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
#floating-menu {bottom: 147px;right: 17px;z-index: 48;}

}