@charset "UTF-8";

/* ===============================
  調整
=============================== */
/* 親パンクズ非表示 */
#bread-crumb-listTop ol li:nth-child(2) {
    display: none;
}
/* ページ下親へのリンク非表示 */
.state_r ul {
    display: none;
}

#Journal h1,
#Journal article h2 {
    display: none;
}

#JournalList, #Journal {
    padding: 0;
}

#js-product-content .nav-area {
    display: none;
}

#main-column .category {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #contents {
      justify-content: center;
      width: 100%;
  }
}

@media(min-width:768.001px){
	#sub-column{
		display: none;
	}
    #main-column {
        float: none;
        margin: auto;
        width: 900px;
    }
}


/* ===============================
  ページ内css
=============================== */
table.hoge{
	border-collapse:collapse;
}
td.hoge{
	border:1px solid #111111;
}
a:link{
	color:#000000;
text-decoration:none;
}
a:visited{
	color:#000000;
text-decoration:none;
}	
a:hover{
	color:#000000;
text-decoration:underline;
}
a:active{
	color:#000000;
text-decoration:underline;
}
A{
	text-decoration : none;
}


/* ===============================
  独自css
=============================== */
#js-product-nav {
    margin: 0 0 24px;
  }
  
  #js-product-nav .ss-nav-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  
  #js-product-nav .ss-nav-btn {
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 7px 8px;
    min-height: 26px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    text-align: center;
  }
  
  #js-product-nav .ss-nav-btn.is-active {
    outline: 2px solid #333;
    outline-offset: -2px;
  }
  
  .ss-product-table {
    width: 100%;
    border-collapse: collapse;
  }

  #js-product-content table.shohin-ichiran tr:not(:first-child) td.hoge {
    box-sizing: border-box;
    padding: 5px 10px;
}


#js-product-content .delica-list-lead {
  text-align: center;
}

#js-product-content .shohin-ichiran {
  text-align: initial;
}

#js-product-content .shohin-ichiran tbody > tr:first-child {
  height: 30px;
}


  
  @media screen and (max-width: 768px) {
    #js-product-nav .ss-nav-wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  
    #js-product-nav .ss-nav-btn {
      font-size: 13px;
      min-height: 42px;
    }

    /* 以下レスポンシブ調整 */
    #js-product-content .shohin-ichiran {
        table-layout: fixed !important;
        width: 100% !important;
    }

    #js-product-content .shohin-ichiran > tbody > tr:first-child font {
        font-size: 12px !important;
    }

    #js-product-content .category {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        box-sizing: border-box;
    }

    #js-product-content .brand {
        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
        box-sizing: border-box;
      }
      #js-product-content tr:first-child .brand {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        white-space: normal !important;
      }
      #js-product-content tr:not(:first-child) .brand {
        writing-mode: vertical-rl !important;
        text-orientation: upright !important;
        white-space: nowrap !important;
        text-align: center !important;
        vertical-align: middle !important;
      }

    #js-product-content .order {
        width: 42px !important;
    }
  }
  
  #sp-category-bar-fixed,
  #js-product-content .sp-category-row {
    display: none;
  }
  .sp-category-cell {
    padding: 0 !important;
  }
  
  @media screen and (max-width: 580px) {
    #js-product-content .sp-category-cell {
      padding: 0 !important;
      border: 1px solid #111111;
    }
  
    #js-product-content .sp-category-bar-inline {
      display: block;
      width: 100%;
      box-sizing: border-box;
      color: #333;
      font-weight: bold;
      text-align: center;
      padding: 10px 12px;
    }
  
    #sp-category-bar-fixed {
      position: fixed;
      top: 0;
      box-sizing: border-box;
      z-index: 1000;
      color: #333;
      font-weight: bold;
      text-align: center;
      padding: 10px 12px;
      border: 1px solid #111111;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
  
    #sp-category-bar-fixed.is-show {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }
  
    #js-product-content .shohin-ichiran > tbody > tr:first-child .category {
      color: transparent !important;
      font-size: 0 !important;
      background: #555555 !important;
    }
  
    #js-product-content .shohin-ichiran > tbody > tr:not(:first-child):not(.sp-category-row) .category {
      color: transparent !important;
      font-size: 0 !important;
      background: transparent !important;
      padding: 0 !important;
    }
  
    #js-product-content .shohin-ichiran > tbody > tr:not(:first-child):not(.sp-category-row) .category,
    #js-product-content .shohin-ichiran > tbody > tr:not(:first-child):not(.sp-category-row) .category * {
      visibility: hidden !important;
    }

    /* 左のアイテム列を限りなく0にする */
    #js-product-content .shohin-ichiran > tbody > tr:first-child .category,
    #js-product-content .shohin-ichiran > tbody > tr:not(:first-child):not(.sp-category-row) .category {
      width: 0 !important;
      min-width: 0 !important;
      max-width: 0 !important;
      padding: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
      overflow: hidden !important;
    }

    /* グレーバーの「アイテム」文字を消す */
    #js-product-content .shohin-ichiran > tbody > tr:first-child .category,
    #js-product-content .shohin-ichiran > tbody > tr:first-child .category * {
      font-size: 0 !important;
      line-height: 0 !important;
    }

    /* オレンジバーを表いっぱいに見せる */
    #js-product-content .sp-category-cell {
      width: 100% !important;
      padding: 0 !important;
    }

    #js-product-content .sp-category-bar-inline {
      width: 100% !important;
      display: block;
    }

    #js-product-content .shohin-ichiran .brand-col {
      width: 80px !important;
      min-width: 80px !important;
    }
    #js-product-content .shohin-ichiran .brand-col {
      width: 70px !important;
      min-width: 70px !important;
      max-width: 70px !important;
    }

    #js-product-content .shohin-ichiran td:nth-last-child(3) {
      width: 64px !important;
    }

    #js-product-content .shohin-ichiran td:nth-last-child(2) {
      width: 64px !important;
    }

    #js-product-content .shohin-ichiran .order {
      width: 36px !important;
      min-width: 36px !important;
      max-width: 36px !important;
    }
    #js-product-content .sp-category-row {
      display: table-row;
    }
  }