*------------------------------------------------------------
	検索ページ
------------------------------------------------------------*/
@media screen and (min-width: 769px){

/*検索結果ページを一列表示*/
/*.fs-body-search .fs-c-productList__list {
    display: block;
}
.fs-body-search .fs-c-productListItem__imageContainer {
    width: 150px;
    display: inline-block;
}
.fs-body-search .fs-c-productList__list__item form {
    display: grid;
    grid-template-columns: auto 1fr;
}
.fs-body-search .fs-c-productList__list__item form > * {
  grid-column: 1 / span2;
}
.fs-body-search .fs-c-productList__list__item form > .fs-c-productListItem__imageContainer {
    grid-column: 1;
    grid-row: 1;
}
.fs-body-search .fs-c-productList__list__item form > .fs-c-productListItem__productDescription {
    grid-column: 2;
    grid-row: 1;
    margin-left:20px;
}*/

}

/*スマートフォン　商品一覧ページ　商品一言説明の非表示*/
@media screen and (max-width: 600px){
.fs-c-productListItem__productDescription {
    display:none;
}
}

/*スマートフォン　カテゴリ一覧のタグ非表示＆文字サイズ調整*/
@media screen and (max-width: 600px){
.fs-c-productMarks {
    display:none;
}
.fs-c-productName__name {
    font-size:16px !important;
}
}

h2#tit_red{font-size: 140%;}

/*------------------------------------------------------------
	TOPカルーセル
------------------------------------------------------------*/
.fs-body-top .fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    width: 600px;
}

/*------------------------------------------------------------
	sidemenu
------------------------------------------------------------*/
#sidemenu { float:left;width:201px;}
#bnr_list {margin-bottom:18px;}
#bnr_list li {margin-bottom:10px;}

#category dl {margin-bottom:0em; }
#category dt a,#category dd a{border:1px solid #ffffff; border-top:none; padding:1em 0.5em; display:block;}
#category dt a{padding:1em 1em;}
#category dd a{padding:1em 3em;}
#category dt a:hover {text-decoration:none; background:#bbbbbb;}
#category dd a:hover {text-decoration:none; background:#bbbbbb;}
#category dd {background:transparent;box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #d3d3d3 inset; }
#category dt {background:#f1f1f1; font-weight:500;font-size:16px;box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #d3d3d3 inset;}
#category dt a {color:#303030;}
#category dd a {color:#303030;}
#category dd {font-size:14px;}
.fs-p-drawer {
	padding: 0px;
}
/*main content*/
.fs-l-main {
	padding: 0px;
	max-width: 800px;
}
.fs-l-pageMain {
	max-width: 1200px;
	margin:0 auto;
}

/*----201911 追加CSS  ----*/

.fs-l-main {
    max-width: 1200px;
}
/*
@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
　　position: fixed; 
　　z-index: 99999;
    max-width: 20%;
    width: 100%;
  }
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 70%!important;
  }
}
*/
section#sidemenu {
    width: 90%;
}

/*------------------------------------------------------------
	商品ページ 楽天ロゴ
------------------------------------------------------------*/

 .rakuten_producttable tbody tr th{
    background-color: #f6f6f6;
    width: 200px;
    border:#aaaaaa 1px solid;
}
.rakuten_producttable tbody tr td{
        width: 400px;
}

.rakuten_producttable{
    width: 100%;
     border:#aaaaaa 1px solid;
}
.rakuten_producttable td{
    padding:10px 20px;
    border:#aaaaaa 1px solid;
}
.rakuten_producttable .heading{
    width: 20%;
    padding: 10px 20px;
    background-color: #f7f7f7;
}
.rakuten_producttable .spec{
    width: 30%;
    padding: 10px 20px;
}

.rakuten_top ul li {
	width:23%;
	margin:20px 1%;
	float:left;
}
/*------------------------------------------------------------
	カテゴリーページ セットリスト
------------------------------------------------------------*/
.fs-c-productList__list__item form > .fs-c-productListItem__productDescription {
    grid-column: 2;
    grid-row: 1;
    margin: 2px 10px 20px 50px;
}
/*------------------------------------------------------------
	商品マーク
------------------------------------------------------------*/
.fs-c-productMark__mark {
    display: block;
    margin: 5px;
    font-size: 0.8em;
    line-height: 1;
    padding: 10px 8px;
}
/*------------------------------------------------------------
	商品タグ 表示
------------------------------------------------------------*/
.shouhinmark_border{
    border:1px solid #000000;
}


/*------------------------------------------------------------
	商品ページ
------------------------------------------------------------*/
/*---------- 商品ページ 幅------*/

.fs-body-product .fs-l-pageMain {
    max-width: 1120px !important;
}

.fs-body-product .fs-l-main{
    max-width:1200px;
}

/*---------- 商品名テキスト------*/
.fs-c-productNameHeading__name {font-size: 0.7em;/*文字サイズ*/line-height:1.5em;/*行間*/}
/*---------- パンくず------*/
.fs-c-breadcrumb__list {width:100%;box-sizing: border-box;list-style: none;margin: 0;padding: 0;padding: 5px;font-size: 0.6em;}
/*---------- お気に入り------*/
.fs-c-button--particular.fs-c-button--addToWishList--detail {font-size: 1em}

.selectprice{
    color:#ff0000;
}
.unit{
    font-size: 10px;
}
.unitp{
    font-size: 10px;
    color:#ff0000;
}
.pricebox_item{
    width:100%;
}
.pricebox_list_item li{
    width:23%;
    font-size:16px;
    list-style: none;
    text-align: center;
    float:left;
    display: inline-block;
    margin:10px 1%;
    border:#aaaaaa 1px solid;
    color: black;
}
.pricebox_list_item li a {
    display:block;
    padding: 5px;
}
.pricebox_list_item li a:hover {
    color: black;
    text-decoration: none;
    background: #E0E0E0;
}

.pricebox_list li{
    width:100px;
    font-size:16px;
    list-style: none;
    text-align: center;
    float:left;
    display: inline-block;
    margin:10px 10px 10px 10px;
    border:#aaaaaa 1px solid;
    padding: 5px 5px 5px 5px;
    color: black;
}
.pricebox_list li a:hover {
    color: black;
    text-decoration: none;
    background: #E0E0E0;
    display:block;
}
.item_box{margin: 100px 0px} 

.producttable tbody tr th{
    background-color: #f6f6f6;
    width: 200px;
    border:#aaaaaa 1px solid;
    font-weight: normal;
}
.producttable tbody tr td{
        width: 400px;
    
}

.producttable{
    width: 100%;
     border:#aaaaaa 1px solid;
}
.producttable td{
    padding:10px 20px;
    border:#aaaaaa 1px solid;
}
.producttable .heading{
    width: 20%;
    padding: 10px 20px;
    background-color: #E3CF57;
}
.producttable .spec{
    width: 30%;
    padding: 10px 20px;
}

/*
.fs-l-main {
    max-width: 65%;
}
*/
@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    max-width: 20%;
    width: 100%;
  }
  /*.fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    max-width: 70%!important;
  }

section#sidemenu {
    width: 100%;
}
*/}

/*------------------------------------------------------------
	カテゴリーページ
------------------------------------------------------------*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #ff0000;
}
.fs-c-productName__name {font-size: 1em;/*文字サイズ*/line-height:1.5em;/*行間*/}


/*------------------------------------------------------------
	layout.css4/28
------------------------------------------------------------*/


/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
/* 南編集 */
@media screen and (max-width: 768px) {
  .header-phone {
    display: none !important;
  }
}

/* 電話番号ボックス（PC用） */
.header-phone {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #cc3c3c; /* ロジマートのカラーに合わせたやや落ち着いた赤 */
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 14px;
  border-radius: 4px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-phone .phone-label {
  font-size: 14px;
  margin-right: 6px;
}

.header-phone .phone-number {
  font-size: 20px;
}

@media screen and (max-width: 480px)　{

img{
vertical-align:top;
}

.fs-body-top h4 {
 font-weight: bold;
 font-size: 10px;　
}

img {

width: 100% ;

}
}

body{
    margin: 0;
    padding: 0;
}

body>div{
    width: auto;/*初期値であるため指定不要*/
}
/* ここまで */

/* list */
.disc {list-style:disc; margin-left:1.5em; margin-bottom:1.5em;}

/* color */
.clr_red {color:#cc0000;}


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
/* 南編集　 */


/* メニュー全体 */
.global-navigation__link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
}

/* 開閉ボタン（＋→▶型に） */
.js-sp-accordion-trigger {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

/* 開いているときの▶回転 */
.js-sp-accordion-trigger[aria-expanded="true"] {
  transform: rotate(90deg);
}

/* アコーディオン中身 */
.accordion {
  display: none;
  padding: 0 16px 12px;
  background-color: #f9f9f9;
}

.accordion.-active {
  display: block;
}

/* アコーディオン内リンク */
.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion__link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.logimart-sp-header {
  position: relative;
  z-index: 1000;
  min-height: 60px; /* 内容に応じて調整 */
}

.logimart-sp-header {
  position: relative;
  z-index: 1000;
}

.header__nav-area {
  display: none;
  background: #f7f7f7;
  padding: 16px;
}

/* ▼ 開いたときだけ表示 */
.header__nav-area.active {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

#sp-menu {
  display: none;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

/* ▼ spメニュー：アクティブ時に表示 */
#sp-menu.active {
  display: block;
}

/* ▼ PC表示（769px以上）ではSP用を非表示 */
@media screen and (min-width: 769px) {
  .logimart-sp-header,
  .header__nav-area,
  .accordion,
  .global-navigation__banner,
  .global-navigation__list,
  #sp-menu {
    display: none !important;
  }

  .logimart-pc-header {
    display: flex !important;
  }
}

/* ▼ SP表示（768px以下）ではSP用を表示、PC用非表示 */
@media screen and (max-width: 768px) {
  .logimart-sp-header,
  .header__nav-area,
  .accordion,
  .global-navigation__banner {
    display: block;
  }

  .logimart-pc-header {
    display: none !important;
  }
}






/* ハンバーガークリック時の展開エリア位置調整 */

.header__nav-area.active {
  display: block;
}
/* アコーディオンカテゴリ（スマホのみ表示） */
.accordion {
  display: none;
  padding-left: 16px;
}
.accordion.-active {
  display: block;
}
.accordion__list {
  list-style: none;
  padding-left: 0;
}
.accordion__link {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
}
button.global-navigation__link {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

/* ▼ SP専用ヘッダーとアコーディオン表示（769px未満） */
@media screen and (max-width: 768px) {
  .logimart-sp-header,
  .header__nav-area,
  .accordion,
  .global-navigation__banner {
    display: block;
  }

  .logimart-pc-header {
    display: none !important;
  }
}

/* ▼ PC時にはアコーディオン・SPメニューを非表示 */
@media screen and (min-width: 769px) {
  .logimart-sp-header,
  .header__nav-area,
  .accordion,
  .global-navigation__banner,
  .global-navigation__list {
    display: none !important;
  }

  .logimart-pc-header {
    display: flex;
  }
}

.global-navigation__link-wrapper a {
  flex: 1;
}

.global-navigation__link-wrapper .js-sp-accordion-trigger {
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 0 8px;
  cursor: pointer;
}


.repeat-banner {
  background-color: #fff;
  border: 3px solid #b22222;
  padding: 32px 16px;
  border-radius: 12px;
  text-align: center;
  margin: 24px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.repeat-banner h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 8px;
}

.repeat-banner .highlight {
  color: #b22222;
  font-weight: 900;
  font-size: 2.4rem;
}

.repeat-banner .sub {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 28px;
}

.repeat-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}

.repeat-points li {
  background-color: #4e5c67;
  color: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  flex: 1;
  min-width: 240px;
  max-width: 320px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.repeat-points li strong {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.repeat-points li span {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .repeat-banner h2 {
    font-size: 1.8rem;
  }

  .repeat-banner .highlight {
    font-size: 2rem;
  }

  .repeat-banner .sub {
    font-size: 1.1rem;
  }

  .repeat-points li {
    padding: 14px 12px;
  }
}

.top-bar {
  background-color: #f2f2f2;
  color: #333;
  text-align: center;
  font-size: 14px;
  padding: 6px 8px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 480px) {
  .top-bar {
    font-size: 12px;
    padding: 4px 6px;
  }
}
@media screen and (max-width: 480px) {
  .gnavi__wrap {
    display: none !important;
  }
}

.global-navigation__banner {
  text-align: left;!important;
}
.global-navigation__banner img {
  max-width: 40%;
  height: auto;
 display: inline-block !important; 
  margin: 4px 0 !important;        
}
.nav-phone-highlight a {
  display: block;
  background-color: #cc3c3c;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.nav-phone-highlight a:hover {
  background-color: #a82d2d;
}


    body {
      margin: 0;
      font-family: "メイリオ", Meiryo, sans-serif;
    }
    .logimart-sp-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px;
      border-bottom: 1px solid #ddd;
      background-color: #fff;
    }
    .sp-logo img { height: 40px; }
    .sp-icons {
      display: flex;
      gap: 12px;
      align-items: center;
    }
    .sp-icons img { height: 26px; }
    .hamburger {
      font-size: 12px;
      text-align: center;
      cursor: pointer;
      background: none;
      border: none;
    }
    .hamburger-icon { font-size: 24px; }

    .header__nav-area {
      display: none;
      background: #f7f7f7;
      padding: 16px;
    }
 .header__nav-area.active {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  margin-top: 80px;
}

.logimart-sp-header {
  position: relative; /* ←必須 */
  z-index: 1000;
}
.fs-l-header {
  overflow: visible !important; /* 応急処置 */
}
    .header__nav-area a {
      display: block;
      padding: 8px 0;
      color: #333;
      text-decoration: none;
      font-weight: bold;
    }
    .global-navigation__banner img {
      display: block;
      margin: 12px auto;
    }

    .accordion {
      display: none;
      padding-left: 16px;
    }
    .accordion.-active { display: block; }
    .accordion__list {
      list-style: none;
      padding-left: 0;
    }
    .accordion__link {
      display: block;
      padding: 6px 0;
      text-decoration: none;
      color: #333;
    }
    button.global-navigation__link {
      background: none;
      border: none;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 0;
      width: 100%;
      text-align: left;
      cursor: pointer;
    }

    .logimart-pc-header { display: none; }
    @media (min-width: 481px) {
      .logimart-sp-header,
      .header__nav-area { display: none !important; }

      .logimart-pc-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
        width: 95%;
        max-width: 1200px;
      }
      .logimart-pc-header-top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
      }
      .logimart-pc-header-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 20px;
      }
      .logimart-pc-nav-links {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        list-style: none;
        padding-left: 0;
        margin: 0;
      }
      .logimart-pc-nav-links li a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
      }
      .logimart-pc-icons {
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .logimart-pc-search {
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .logimart-pc-search input[type="text"] {
        padding: 6px;
        border-radius: 6px;
        border: 1px solid #ccc;
        width: 180px;
      }
      .logimart-pc-search button {
        padding: 6px 12px;
        background-color: #888;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
      }
    }

/* ▼ PC表示（769px以上）ではPCヘッダー表示 */
@media screen and (min-width: 769px) {
  .logimart-pc-header {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    width: 95%;
    max-width: 1200px;
  }

  .logimart-sp-header,
  #sp-menu,
  .accordion,
  .global-navigation__banner,
  .global-navigation__list,
  .header__nav-area {
    display: none !important;
  }
}


/*------------------------------------------------------------
	gnavi
------------------------------------------------------------*/
/* 南編集 */



/* ナビ全体のラッパー */
.navbar {
  background-color: #728496; /* ブルーグレー */
  padding: 0.5em 0;
}

/* 中央寄せコンテナ */
.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* 各ナビ項目 */
.navbar-inner li {
  list-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 1em;
  display: flex;
  align-items: center;
  gap: 0.4em;
}

/* アイコン画像 */
.navbar-inner li img {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .gnavi__wrap {
    display: none;
  }
}
/* --- ベースナビゲーション --- */
.gnavi__wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #728496;
  padding: 0.5em 1em;
}


.gnavi__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gnavi__list {
  position: relative;
}

.gnavi__list > a {
  display: flex;
  align-items: center;
  gap: 0.5em;               /* ←画像とテキストの間隔 */
  padding: 10px 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: #728496;
  transition: background 0.3s;
　padding-left: 8px; /* ←他よりちょっと詰める */
  padding-right: 8px;
}

.gnavi__list > a:hover {
  background-color: #1d2b45;
}

.gnavi__list img {
  width:  28px;
  height: auto;
  display: block;           /* ←絶対に block にする */
  margin: 0;                /* ←上下の余白を消す */
  vertical-align: baseline; /* ← 保険として */
}

/* --- ドロップダウン基本 --- */
.dropdown__lists {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px 20px;
  z-index: 1000;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* --- 横2列対応 --- */
.dropdown__lists.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

/* --- ドロップダウン項目 --- */
.dropdown__list {
  margin: 5px 0;
  list-style: disc;
  list-style-position: inside;
}

.dropdown__list a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.dropdown__list a:hover {
  color: #0066cc;
}

/* --- ホバーで表示 --- */
.gnavi__list:hover .dropdown__lists {
  display: block;
}

/* --- モバイル対応（任意） --- */
@media screen and (max-width: 768px) {
  .gnavi__lists {
    flex-direction: column;
  }

  .dropdown__lists {
    position: static;
    display: none;
    border: none;
    box-shadow: none;
  }

  .gnavi__list:hover .dropdown__lists {
    display: block;
  }

  .dropdown__lists.two-column {
    display: block;
  }
}



/*------------------------------------------------------------
	rakuten-gnavi
------------------------------------------------------------*/
#rakuten-gnavi {width:100%; background:#eee;margin-bottom:20px;z-index:9999;box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #d3d3d3 inset;}
#rakuten-gnavi ul {text-align:center; margin:0 auto; width:1080px;}
#rakuten-gnavi li {display:inline-block;}
#rakuten-gnavi li a {display:block; padding:7px 0px 11px 0px;}



/*------------------------------------------------------------
	bnr-area
------------------------------------------------------------*/
#bnr-area:after {content:""; display:block; clear:both;}
#bnr-area {width:100%; margin:0 auto 25px auto;}
/*#bnr-area {width:1080px; margin:0 auto 25px auto;}*/

#bnr-area li {float:left; margin-bottom:13px;}
#bnr-area li:nth-child(1) {margin-right:17px;}
#bnr-area li:nth-child(5) {margin-left:10px;}
#bnr-area li:nth-child(6) {margin-left:10px;}
#bnr-area li:nth-child(7) {margin-left:10px;}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#content {width:100%; margin:0 auto 50px auto;}
/*#content {width:1080px; margin:0 auto 50px auto;}*/
#content:after {content:""; display:block; clear:both;}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
/*南編集*/

.repeat-section {
  background-image: url("https://taihou.itembox.design/item/repeat1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 20px;
  text-align: center;
}

.repeat-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.repeat-title .highlight {
  color: #b22222;
  font-size: 28px;
}

.repeat-subtext {
  margin-bottom: 32px;
  color: #444;
}

.repeat-points {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.repeat-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.repeat-box img {
  width: 50px;
  margin-bottom: 10px;
}

.repeat-box p {
  font-size: 14px;
  line-height: 1.5;
}
/* デフォルト（PC・タブレット） */
.repeat-points {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* スマホ画面用（横スクロール化） */
@media screen and (max-width: 767px) {
  .repeat-points {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .repeat-box {
    flex: 0 0 auto;
    min-width: 220px;
  }
}






@media screen and (min-width: 768px) {

  /* 商品カテゴリ一覧 */
  .content div img {
    width: 150px !important;
    height: auto !important;
  }

  /* おすすめ梱包商材 */
  .recommend-item {
    width: 22% !important; /* もともとの30%より少し小さめ */
  }

  .recommend-item img {
    width: 100%;
    height: auto;
  }

  .recommend-label {
    font-size: 14px !important;
  }
}

.recommend-wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  overflow-x: auto;
}

.recommend-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.recommend-item {
  flex: 0 0 auto;
  width: 160px;
  text-align: center;
}

.recommend-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.recommend-label {
  margin-top: 8px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .recommend-list {
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: visible;
  }

  .recommend-item {
    width: 14%;
  }

  .recommend-label {
    font-size: 16px;
  }
}


.recommend-wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  overflow-x: auto;
}

.recommend-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.recommend-item {
  flex: 0 0 auto;
  width: 160px; /* スマホサイズでも見切れない幅に調整 */
  text-align: center;
}

.recommend-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.recommend-label {
  margin-top: 8px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

/* タブレット〜PC幅時の調整 */
@media screen and (min-width: 768px) {
  .recommend-list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .recommend-item {
    width: 30%;
  }

  .recommend-label {
    font-size: 16px;
  }
}





/* PC/共通 */
.size-category {
  padding: 20px;
  background-color: #fff;
}

.size-category h2 {
  margin-bottom: 16px; /* ←ここで下にスペース追加 */
}

.size-grid .row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.size-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 calc(33.333% - 16px);
  min-width: 280px;
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfdfd;
  padding: 12px 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.size-card:hover {
  transform: translateY(-2px);
}

.text-block {
  flex: 1;
}

.text-block .label {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}

.text-block p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.img-block {
  flex-shrink: 0;
  margin-left: 12px;
}

.img-block img {
  width: 100%;
  height: auto;
}

/* 色クラス（必要な分だけ抽出） */
.size60 .label  { color: #4e6e81; }
.size80 .label  { color: #557b92; }
.size100 .label { color: #5d87a3; }
.size120 .label { color: #638fb0; }
.size140 .label { color: #6c99bc; }
.size160 .label { color: #77a4c8; }
.size-white .label { color: #666; }
.size-large .label { color: #d12d2d; }
.size-order .label { color: #333; }
.size-yupack .label { color: #e60033; }
.size-neko .label { color: #0aaf8d; }
.size-hikkoshi .label { color: #5a3e2b; }

/* 各サイズの画像幅 */
.size60 .img-block { width: 50px; }
.size80 .img-block { width: 65px; }
.size100 .img-block { width: 80px; }
.size120 .img-block { width: 90px; }
.size140 .img-block { width: 100px; }
.size160 .img-block { width: 110px; }
.size-white .img-block { width: 80px; }
.size-large .img-block { width: 110px; }
.size-order .img-block { width: 90px; }

/* モバイル対応（1カラム表示に変更） */
@media (max-width: 600px) {
  .size-grid .row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }

  .size-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: calc(33.333% - 8px);
    padding: 8px;
    max-width: unset;
    min-width: unset;
  }

  .text-block {
    text-align: center;
  }

  .text-block .label {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .text-block p {
    display: none;
  }

  .img-block {
    margin-left: 0;
    margin-top: 4px;
  }

  /* モバイル時の画像サイズ */
  .size60 .img-block { width: 40px; }
  .size80 .img-block { width: 50px; }
  .size100 .img-block { width: 60px; }
  .size120 .img-block { width: 65px; }
  .size140 .img-block { width: 70px; }
  .size160 .img-block { width: 75px; }
  .size-white .img-block { width: 55px; }
  .size-large .img-block { width: 75px; }
  .size-order .img-block { width: 60px; }

  /* モバイル画像サイズ */
  .size60 .img-block { width: 40px; }
  .size80 .img-block { width: 50px; }
  .size100 .img-block { width: 60px; }
  .size120 .img-block { width: 65px; }
  .size140 .img-block { width: 70px; }
  .size160 .img-block { width: 75px; }
  .size-white .img-block { width: 55px; }
  .size-large .img-block { width: 75px; }
  .size-order .img-block { width: 60px; }
}


@media screen and (max-width: 480px) {
  .repeat-banner {
    padding: 12px 6px;
    border-width: 1px;
    margin-bottom: 16px;
  }

  .repeat-banner h2 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .repeat-banner .highlight {
    font-size: 20px;           /* 90%！！を大きく目立たせる */
    font-weight: bold;
    color: #b22222;
  }

  .repeat-banner .sub {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .repeat-points {
    gap: 6px;
  }

  .repeat-points li {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 6px;
  }

  .point-icon {
    font-size: 18px;
  }

  .point-text {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .button {
    padding: 0; /* ← 余白削減 */
    margin: 12px auto 8px; /* ← 上を詰めて下も少しだけ残す */
    text-align: center;
  }

  .button a {
    max-width: 90%;         /* ← 横幅を広げる */
    font-size: 14px;        /* ← 必要なら文字も少しだけ調整 */
    padding: 12px 20px;     /* ← 少し余白調整 */
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .main-img h1 {
    font-size: 18px;
    line-height: 1.4;
    margin: 8px 16px; /* 左右余白で詰まりすぎ防止 */
    word-break: keep-all;
    white-space: normal;
  }

  .main-img p {
    font-size: 14px;
    line-height: 1.6;
    margin: 4px 16px;
  }

  .main-img h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.button {
  padding: 16px 0; /* ← 以前の50pxとかは大きすぎ */
  margin-bottom: 8px; /* ↓このmargin-bottomが効いてる可能性あり */
}
.main-img img {
  margin-bottom: 8px;
}
.main-img {
  margin-top: 12px;
  margin-bottom: 24px;
}
/* ✅ 12時締切バナー用のテキスト表現 */
.shipping-deadline-text {
  font-size: 24px;
  font-weight: bold;
  color: #b22222;
  text-align: center;
  background-color: #ffffff;
  padding: 4px 0;
  margin: 8px auto;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .shipping-deadline-text {
    font-size: 16px;         /* ← スマホ用に小さめ */
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 8px 0;
  }
}
.corporate-banner {
  color: #ffffff !important; /* ← 白を強制 */
  text-shadow: none;         /* ← 必要なら影を消す（暗く見える原因） */
}

.corporate-banner:hover {
  color: #ffffff !important; /* ホバー時も白を維持 */
}

.corporate-banner:visited {
  color: #ffffff !important;
}

.corporate-banner .arrow {
  color: #ffffff !important;
}
.corporate-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5a6d7c;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 22px 32px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 960px;
  margin: 32px auto;
  transition: background-color 0.3s ease;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


.corporate-banner:hover {
  background-color: #4b5e6c;
}

.corporate-banner .arrow {
  margin-left: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.fs-pt-column--2{filter: drop-shadow(5px 5px 5px #aaa);}
.houzinbana{filter: drop-shadow(5px 5px 5px #aaa);}
.side_gmenu{filter: drop-shadow(5px 5px 5px #aaa);}
/*.Z{filter: drop-shadow(5px 5px 5px #aaa);}*/


.button_sub a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #60859D;
    border-radius: 9999px;
    border-bottom: 2px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.button_sub a:hover {
    color: #fff;
    background: #BED8DF;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.button_sub{
    vertical-align:middle; 
    padding: 3px 0;
    text-align: center;
}


.button_footer a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #b22222;
    border-radius: 9999px;
    border-bottom: 2px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
　　　position: relative; /* 今の位置を基準 */
　 　top: -50px;
}
.button_footer a:hover {
    color: #fff;
    background: #cd5c5c;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.button_footer{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}
.button_footer_1 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-decoration: none;
    color: #2b2b2b;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #a9a9a9;
    border-radius: 9999px;
    border-bottom: 2px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.button_footer_1 a:hover {
    color: #2b2b2b;
    background: #d3d3d3;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.button_footer_1{
    vertical-align:middle; 
    padding: 10px 0;
    text-align: center;
}

/* 商品詳細ページを表示 */
@media screen and (max-width: 480px){
    form#fs_form{
        display:block;
    }
}

.main-img{
text-align:center;
	}
/*メインページのイメージ画像 */

@media screen and (max-width: 480px){


.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #b22222;
    border-radius: 9999px;
    border-bottom: 2px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.button a:hover {
    color: #fff;
    background: #cd5c5c;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.button{
    vertical-align:middle; 
    padding: 3px 0;
    text-align: center;
}
.child_4{
display:none;
}

.main-img{
margin: -((line-height – font-size) / 2)em 0;
}
.fs-pt-column--3{
display:none;
}
.sizeXZ{
margin: 0;
padding:0;
}

.content-rp{
margin: 0;
padding:0;
}

img{
object-fit: contain;
}

.fs-pt-column--4{
display:none;
}
.content-rp{
display:flex;
justify-content:space-between;
justify-content:center;
}
.rpmain-img{
display:none;
}

img{
object-fit: contain;
}

.fs-pt-column__item{
displey:none;
}

.X{
display:none;
}
}

@media screen and (min-width: 481px){

.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #333;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #b22222;
    border-radius: 9999px;
    border-bottom: 2px solid #999;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.button a:hover {
    color: #fff;
    background: #cd5c5c;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.button{
    vertical-align:middle; 
    text-align: center;
}


.rpmain-img{
   margin-bottom: 40px;
}

}

@media(min-width:481px){


.XZ{
display:none;
}
}
/* 商品一覧 */

.X{
　display:flex;
　justify-content:space-between;
　justify-content:center;
}


.Z{
　display:flex;
　justify-content:space-between;
　justify-content:center;
}

/* Q&A */

#QandA-1 {
	width: 100%;
	font-family:'メイリオ', 'Meiryo', sans-serif;
	font-size: 14px; /*全体のフォントサイズ*/
}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #000000; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
	
	


#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}



/* 文字 */

body{
 font-family:'メイリオ', 'Meiryo', sans-serif;
} 


.fs-body-top h1 {
  font-size: 28px;
  color: #2b2b2b;
  margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
  h1.fs-body-top,
  .fs-body-top h1 {
    font-size: 15px !important;
    line-height: 1.4;
  }
}

.fs-body-top h2 {
  font-size: 24px;
  margin-top: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}

.fs-body-top h3 {
  font-size: 20px;
  margin-top: 24px;
  color: #333;
}

.fs-body-top section {
  margin-bottom: 48px;
}


/*p {
font-weight: bold;
color:#6c272d;
}*/

/*ランキング*/

.content{
	display:flex;
	justify-content: space-between;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*
/*南編集*/

.footerlogo{
text-align: center 	
}
.footer__address{
 text-align: center 	
}

@media screen and (max-width: 480px){

.fs-body-top h1 {
 font-weight: bold;
 font-size:25px;　
}
}
@media(min-width:481px){
.mail{
display:none;
}
}
.mailadress{
	 display:flex;
  flex-direction: row-reverse;
}

/* フッター要素　横並び */
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

/* フッター */
.menu02{
  margin-right: 0.5em;  /* 適度な間隔 */
}
.fs_p_footerNavigationItem_6{
	display:flex;
	}
dt{
　color:#101797
}
.footermenu{
	background-color: #DDDDDD
}



/*------------------------------------------------------------
	rakutenguide
------------------------------------------------------------*/

    #rakutenguide {width:100%; background:#eee;margin-bottom:20px;}
    #rakutenguide ul {text-align:center; margin:0 auto; width:1080px;}
    #rakutenguide li {display:inline-block;}
    #rakutenguide li a {display:block; padding:7px 0px 11px 0px;
	}


/*------------------------------------------------------------
	default.css
------------------------------------------------------------*/
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }

/* カラー */
.red {color:red;}


/* フォントの太さ */
.bold {font-weight:bold;}
.bold600 {font-weight:600;}
.bold700 {font-weight:700;}

.large {font-size:180%;}

/*------------------------------------------------------------
	clear
------------------------------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*-----font-size: 1em;---*/
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}


small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}


button,
input,
select,
textarea {
	min-height: 1.5;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}


ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}


fieldset {
	border: 0;
}



button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}


/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/

label {
	color: #333;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}


/* ------------------------
	Base Settings

------------------------ */


a {
	text-decoration: none;
	color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


a:hover {
	text-decoration: underline; 
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



/* dl
-------------------------------------------------- */

.table_dl {
width: 100%;margin-bottom:3em;
}
.table_dl dt,.table_dl dd {
padding: 10px;
}
.table_dl dt {
clear: left;
float: left;
width: 180px;
}
.table_dl dd {
border-left: 1px solid #aaa;
margin-left: 180px; padding-left:35px;
}


.table_dl2,
.table_dl2 dt,
.table_dl2 dd {
  box-sizing: border-box;
}
.table_dl2  {
width: 94%;margin:0 auto 3em auto;
}
.table_dl2 dt,
.table_dl2 dd {
  padding: 10px 10px 0 10px;
}
.table_dl2 dt {
  width: 28%;
  float: left;font-weight:700;
}
.table_dl2 dd {
  background: #fff;
  margin-left: 28%;
  padding-bottom: 10px;
}
.table_dl2 dd:after {
  content: '';
  display: block;
  clear: both;
}
.table_dl2 dt span{color:red; margin-left:0.5em;}



/* float
-------------------------------------------------- */
.flt_left {float:left;}
.flt_right {float:right;}

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; margin:0 0 1.5em 1.5em;}
.alignleft { float: left;margin:0 1.5em 1.5em 0;}


/* margin,padding
-------------------------------------------------- */
.mr2 {margin-right:2px;}
.mr5 {margin-right:5px;}
.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }


.mb35 {
  margin-bottom: 35px; }






.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }


.mt20 {
  margin-top: 20px; }
.mt30 {
  margin-top: 30px; }
.mt50 {
  margin-top: 50px; }



.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }


/*カルーセルパーツ　画像左右を半透明にする*/
.slick-slide {
    opacity: 0.2;
}
.slick-slide.slick-active  {
    opacity: initial;
}

/*カルーセルパーツ　画像左右の余白*/
.slick-slide {
    margin:0 30px;
}

/*カルーセルパーツ　ボタンを拡大*/
.fs-c-slick .slick-dots li button:before {
    font-size:40px;
}
.fs-c-slick .slick-dots li {
    width:50px;
}



/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/



/*-----------------------------------------------------------------------------------
	スマートフォン向けCSS
-----------------------------------------------------------------------------------*/
.sponly {display:none;}

@media screen and (max-width: 768px) {
	#header{position:fixed; background:#fff; top:0; left:0;width:100%;z-index:100;}
	.sponly {display:inline;}
	.wrapper {width:100%; margin-right:auto; margin-left:auto;}

	/* header */
	#header .wrapper {
	    position: relative;
	    height: auto; text-align:center;
	}
	#description,#headermenu1,#headermenu2 {display:none;}
	#logo {margin:20px auto 12px auto; width:130px; position:static;}
	#logo img {width:100%;}
	#header form {position:static;text-align:center; background:#eee; padding:7px 0; margin-bottom:0px;}

	#gnavi {width:100%; background:#323232;margin-bottom:20px;margin-top:0px;}
	#gnavi ul {text-align:center; margin:0 auto; width:100%;}
	#gnavi ul li {width:25%;float:left;font-size:11px;}

	#bnr-area {width:94%; text-align:center;
	    margin: 0 auto 17px auto;}
	#bnr-area li { margin-bottom:8px; float:none; display:inline-block;}
	#bnr-area li:nth-child(1) {margin-right:0;}
	#bnr-area li:nth-child(2),#bnr-area li:nth-child(3) {margin-right:0;}
	#bnr-area li:nth-child(4),#bnr-area li:nth-child(6) {margin-right:2%; width:48%;margin-left:0px;}
	#bnr-area li:nth-child(5),#bnr-area li:nth-child(7) {margin-right:0; width:49%;margin-left:0px;}
	#bnr-area li img {width:100%;}


	#rbtn {
		width: 36px;
		height: 36px;
		position: absolute;
		top: 0;
		right: 50px;
	}
	#rbtn img {width:100%;height:auto;}

	#cartbtn {
		width: 32px;
		height: 32px;
		position: absolute;
		top:0;
		right: 5px;
	}
	#cartbtn img {width:100%;}

	#rakuten-gnavi ul {
		text-align:center; margin:110px auto 0; width:100%;
		}

/****メニュー全体****/
　　　　#menu ul {
  background-color: #fff;
  position: relative;
  z-index: 9999;
}

	#menu{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
　　　　　　　　　 background-color: #fff;	!important;
		z-index: 100;
	}

	#menu a {color:#fff;}

	/****メニュー開閉ボタン****/
	#menu div{
		width: 30px;
		height: 32px;
		overflow: hidden;
		position: absolute;
		top: 10px margin-top:-15px;
		left: 10px;text-align:center;
	}
	.home #menu div{
		width: 30px;
		height: 32px;
		overflow: hidden;
		position: absolute;
		top: 50%; margin-top:-15px;
		left: 10px;text-align:center;
	}


	#menu div img {width:100%; }
	#menu .menuopen{
		color: rgba(255,255,255,1);
		font-size: 20px;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: auto;
	}

	#menu .menuclose{
		color: rgba(255,255,255,1);
		font-size: 20px;
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: auto;
	}

	/****メニュー一覧****/
	/*menu ul{
		background: #666;
		width: 100%;
		position: absolute;
		top: 57px;
		right: 0;
	}

	#menu li{
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		color: rgba(0,0,0,1);
		border-bottom: 0px rgba(255,255,255,1) solid;
		pointer-events: auto;
	}
	#menu li a{padding: 10px; display:block;}*/

　　　　　#menu ul {
  background: #fff; /* ← 背景を白に */
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li {
  border-bottom: 1px solid #ccc;
}

#menu li a {
  color: #333; /* ← 文字色を濃いグレーに */
  text-decoration: none;
  display: block;
  padding: 12px 16px;
  font-weight: bold;
}

	/****メニューオープン時****/

	#menu:target .menuopen,
	#menu ul{
		top:100px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#menu:target .menuclose,#menu:target ul{
		display: block;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#menu:target li{
		border-bottom: 1px #999 solid;
	}


	#content {width:100%; margin:0;}
	#bnr-area {margin-top:150px;}

	/*------------------------------------------------------------
		sidemenu
	------------------------------------------------------------*/
	#sidemenu { float:none;width:94%; background:#f2efe7; padding:5% 3% 8% 3%;}
	#bnr_list {text-align:center;}
	#bnr_list li {display:inline-block; vertical-align:top; width:30%; margin:1%;}
	#bnr_list li img {width:100%;}

	#category dl {margin:0;}
	#category dt a {
	    padding: 0.6em 0.6em;position: relative;
	}
	#category dt a:after {
	    display: block;
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: .8em;
	    width: 6px;
	    height: 6px;margin-top:-3px;
	    border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	#category dd {display:none;}


	/*------------------------------------------------------------
		main
	------------------------------------------------------------*/
	#main {display:none;}

	.infoarea {
	    display: block;
	    margin: 0 auto;
	    width: 94%;
	}

	dl.footermenu,nav.footermenu,div.footermenu {
	    width: 100%;
	    margin-bottom: 12px;text-align:center;
	}
	dl.footermenu dd {display:none;}

	div.footermenu {display:none;}
	small {
	    text-align: center;
	    margin-top: 20px;
	}
	.footermenu {
	    margin: 0;
	}
	.footermenu .disc {
	    list-style: none;
	    margin-left: 0;
	    margin-bottom:0;
	}
	.footermenu .disc li {display:inline-block;width:45%; margin:1%;}
	.footermenu .disc a {
	 padding:4% 2%;width:96%; display:block; background:#777;
	}
}

/*------------------------------------------------------------
		rakulogo-redirect
	------------------------------------------------------------*/
.rakulogo-redirectsection {
	width: 100%;
	margin-bottom: 12px;text-align:center;
}

/*------------------------------------------------------------
		rakulogo-cat
	------------------------------------------------------------*/
#cate_sectionbox {
 width:1200px;
  margin-left: auto;
  margin-right: auto;
}
.top_info {
	border:0px;
    text-align:center;
    font-size: 16px;
	text-decoration: none;	
	 margin-left: auto;
  margin-right: auto;
  	padding-bottom: 10px;
		}
.top_info img{padding-bottom: 50px;
		}
.top_info li{
	width:1080px;
	 margin-left: auto;
  margin-right: auto;
	padding-bottom: 10px;
   text-align:left;
  font-size: 16px;
		}
.tablebox table{
 width:250px;
	float: left;
	margin: 5px 5px 20px 5px;
}
.tdsize{
	background:#eee;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

#cate_sectionbox td{
    height:50px;
    line-height: 1.5em;
	vertical-align:middle;
	border:1px solid #c1c1c1;
    text-align:center;
    font-size: 14px;
	text-decoration: none;	
	}

#cate_sectionbox td a:hover{
background-color: #eee;
	}
		
#cate_sectionbox td a {
	display:block;
    width:100%;
    height:100%;
	color: #404040;
	text-decoration: none;
	}
		
	#cate_section td a { 
		text-decoration: none;
		color: black;
		}
		
		#cate_sectionbox {
    overflow: hidden;
}
table {
    margin: auto;
}
/*------------------------------------------------------------
		logimart-item
	------------------------------------------------------------*/
#item_sectionbox {
 width:1000px;
}
.itembox table{
 width: 100%;
	float: left;
	}

#item_sectionbox td{
    height:30px;
    padding:10px;
	border:#aaaaaa 1px solid;
    text-align:center;
	margin:5px 5px 5px 5px;
    font-size: 20px;
	text-decoration: none;
	}
	
	#iteme_section td a { 

		text-decoration: none;
		color: black;
		}

/*カートページ　幅*/
.fs-body-cart .fs-l-pageMain {
    max-width: none !important;
}

/*カートページ　項目選択肢の表示*/
.fs-c-cartTable__productInfo .fs-c-listedOptionPrice dt,
.fs-c-cartTable__productInfo .fs-c-listedOptionPrice dd {
    border-bottom: dashed 1px #ccc;
}
.fs-c-cartTable__productInfo .fs-c-listedOptionPrice,
.fs-c-cartTable__productInfo .fs-c-listedOptionPrice .fs-c-price__addon{
    font-size: 1rem;
}

/*カートページ　商品名・価格の表示*/
.fs-c-cartTable__productInfo .fs-c-productPrice {
    font-size: 1.2rem;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__productName__name{
    font-size: 1.2rem;
}

/* 項目選択肢の項目名サイズを変更 */
.fs-c-productSelection .fs-c-productSelection__name{
 font-size:14px;
 }

/* 項目選択肢の選択肢サイズを変更 */
.fs-c-productSelection select{
 font-size:14px;
 }

/* 項目選択肢のオプション名サイズを変更 */
.fs-c-productOption__label{
 font-size:14px;
 }

/* 特定のグループカテゴリー一列表示 */
/*.fs-body-category-gr196 .fs-c-productList__list {
    display: block;
}
.fs-body-category-gr196 .fs-c-productName__name {
    -webkit-line-clamp: initial;
}
.fs-body-category-cat60 .fs-c-productList__list {
    display: block;
}
.fs-body-category-cat60 .fs-c-productName__name {
    -webkit-line-clamp: initial;
}
.fs-body-category-0005 .fs-c-productList__list {
    display: block;
}
.fs-body-category-0005 .fs-c-productName__name {
    -webkit-line-clamp: initial;
}
.fs-body-category-0000000323 .fs-c-productList__list {
    display: block;
}
.fs-body-category-0000000323 .fs-c-productName__name {
    -webkit-line-clamp: initial;
}*/


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fs-c-breadcrumb {
max-width: 1120px;
margin:0 auto;
}

.rakuten_top ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


.rakuten_top ul.type2 li {
	width:48%;
}

@media screen and (max-width: 768px) {
#bnr-area {
display:none;
}
.raku_r_obi {
display:none;
}
.raku_bn {
width:80%;
margin:10px auto;
display:block !important;
}
.raku_bn a img {
width:100%;
}
.rakuten_top ul li {
	width:48%;
	margin:10px 1%;
	float:left;
}
.rakuten_top ul.type2 li {
	width:98%;
}
.fs-c-sortItems {
font-size: 1rem;
}
}


#bnr-area {

}
#bnr-area ul {
max-width: 90%;
margin:0 auto;
}
#bnr-area ul li {
margin-right:10px !important;
float:left;
}
#bnr-area ul li:last-child {
margin-right:0px !important;
}

.fs-p-footerNavigationItem__title {
font-size: 1rem;
}

.raku_r_obi {
position:fixed;
right:0;
top:150px;
z-index:9999;
}

.raku_bn {
display:none;
}
.fs-c-productPrice__addon{
display:none;
font-size: 0.8rem;
}
.fs-c-productPrice__main__label{
font-size: 0.8rem;
}
.fs-c-productName__name {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.fs-c-button--primary {
background: #CC0000;
border: 1px solid #CC0000;
}
#gnavi_sp {
	width:100%;
	margin:0;
}
#gnavi_sp ul li {
	width:25%;
	float:left;
}
#uresuji_sp {
	width:100%;
	margin:0;
}
#uresuji_sp ul li {
	width:48%;
	float:left;
margin:10px 1%;
padding:5px;
border:1px solid #CCC;
box-sizing: border-box;
text-align:center;
}
@media screen and (min-width: 768px) {
#gnavi_sp {
display:none;
}
#uresuji_sp {
display:none;
}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#head_cont h1 {
	width:30%;
	float:left;
	text-align:left;
	padding-left:20px;
}
#head_cont h1 span {
	display:block;
	font-size:10px;
	margin-bottom:10px;
}
#head_cont h1 img {
	width:100%;
	max-width:210px;
}

#head_cont .head_top_link {
	float:right;
	width:70%;
	margin-top:10px;
}
#head_cont .head_top_link ul.head_top {
	width:100%;
	height:20px;
	list-style-type:disclosure-closed;
	margin:0;
	padding:0;
	text-align:right;
	float:left;
	padding-right:20px;
}
#head_cont .head_top_link ul.head_top li {
	float:right;
	font-size:12px;
	margin-left:40px;
}

.top_search {
	width:60%;
	float:left;
	margin-left:20%;
margin-top:10px;
}


.head_top_link from {
}
dl.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	width:100%;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('https://taihou.itembox.design/item/search.png') no-repeat scroll 0 0;
}

.top_icon {
	width:15%;
	float:left;
	text-align:right;
	font-size:12px;
	margin-top:10px;
	margin-left:5%;
}

.mypage_link {
	width:50%;
	float:left;
	margin:0 auto;
	text-align:center;
}
.mypage_link img {
	max-width:30px;
}

.cart_link {
	width:50%;
	float:right;
	margin:0 auto;
	text-align:center;
}
.cart_link img {
	max-width:30px;
}


@media only screen and (max-width: 890px) {

#head_cont h1 {
	width:100%;
	float:none;
	text-align:center;
	padding-left:0;
	margin-bottom:0;
}
#head_cont h1 span {
	display:block;
	font-size:10px;
	margin-bottom:10px;
}
#head_cont h1 img {
	width:100%;
	max-width:210px;
}

#head_cont .head_top_link {
	float:none;
	width:100%;
	margin-top:0;
}
#head_cont .head_top_link ul.head_top {
	display:none;/*スマホ用は一旦非表示*/
	width:100%;
	height:20px;
	list-style-type:disclosure-closed;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	padding-right:20px;
}
#head_cont .head_top_link ul.head_top li {
	float:left;
	font-size:12px;
	margin-left:40px;
}

.top_search {
	width:60%;
	float:left;
	margin-left:5%;
	margin-top:10px;
}


.head_top_link from {
}
dl.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	width:100%;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
	font-size:12px;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('https://taihou.itembox.design/item/search.png') no-repeat scroll 0 0;
}

.top_icon {
	width:30%;
	float:left;
	text-align:right;
	font-size:10px;
	margin-top:10px;
	margin-left:5%;
}

.mypage_link {
	width:50%;
	float:left;
	margin:0 auto;
	text-align:center;
}
.mypage_link img {
	max-width:30px;
}

.cart_link {
	width:50%;
	float:right;
	margin:0 auto;
	text-align:center;
}
.cart_link img {
	max-width:30px;
}


}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ヘッダーグローバルナビ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #EEE;
}
.menu-container.fixed{
    position: fixed;
    top: 0;
	z-index:9999;
}
.menu-container a {
text-decolation:none !important;
color:#333;
}
.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #CCC;
    color: #333;
}

.menu > ul {
    /*margin: 0 auto;
    width: 70%;*/
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	margin:0;
	display: flex;
	justify-content: center;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #EEE;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1em 3em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
モバイル用レスポンシブ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
		margin-top:10px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        /*float: none;*/
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
	
	.menu-container.fixed{
		position: static;
	}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
サイドバー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#ocs_leftbloc {
	text-align: left;
	margin: 10px 0;
	width: 200px;
position:absolute !important;
left:10px;
}
.companyInfo {
	font-size: 12px;
	padding: 0px 0 0 5px;
	margin-bottom: 10px;
	line-height:145%;
}
.companyInfo span{
	color:#f27b11;
	font-size: 90%;
}

.ocs_nav ul, .ocs_nav li{
	list-style: none;
}
.ocs_nav{
	width:200px;
	line-height:0px;
	font-size:11px;
	font-family:"Hiragino Kaku Gothic Pro",sans-serif;
}

.ocs_nav_s {
	margin: 0px;
	padding: 0px;
}
ul.ocs_nav_s li{
	position: relative;
}
ul.ocs_nav_s li .ocs_cate{
	display: none;
	position: absolute;
	left: 220px;
	top: 0px;
	background: #fff;
	z-index: 99999;
	width: 220px;
	padding: 0px;
	font-size: 11px;
	-webkit-animation: fadein 0.6s linear 0s 0.3;
}
ul.ocs_nav_s li:hover .ocs_cate{
	display: block !important;
	position: absolute;
	left: 170px;
	top: 0px;
	background: #fff;
	border: 1px #fff solid;
	z-index: 99999;
	width: 220px;
	padding: 0px;
	box-shadow:0px 0px 2px rgba(30, 30, 30, 0.6);
}
ul.ocs_nav_s li .ocs_cate2{
	display: none;
	position: absolute;
	left: 390px;
	top: 0px;
	background: #fff;
	z-index: 99999;
	width: 220px;
	padding: 0px;
	font-size: 11px;
	-webkit-animation: fadein 0.6s linear 0s 0.3;
}
ul.ocs_nav_s li:hover .ocs_cate2{
	display: block !important;
	position: absolute;
	left: 390px;
	background: #fff;
	border: 1px #fff solid;
	z-index: 99999;
	width: 220px;
	padding: 0px;
	box-shadow:0px 0px 2px rgba(30, 30, 30, 0.6);
}
@-webkit-keyframes fadein {
	0%{
	opacity:0;
} 100% {
	opacity:1;
}
}	

.ocs_cate li{
	width: 220px;
	border-bottom:1px dotted #ccc;
	line-height: 135%;
}
.ocs_cate li:last-child{
	border-bottom:none;
}
.ocs_cate li a{
	display: block;
	color: #000;
	background: #fff url(https://taihou.itembox.design/item/arrow.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	padding:12px 9px;
	background-position: 4px 13px;
	padding-left: 16px;
}
ul.ocs_cate li a:hover{
	background: #FFF4F4 url(https://taihou.itembox.design/item/arrow.gif);
	background-repeat:no-repeat;
	background-position: 4px 13px;
	color: #CB080B;
}
.ocs_cate2 li{
	width: 180px;
	border-bottom:1px dotted #ccc;
	line-height: 135%;
}
.ocs_cate2 li:last-child{
	border-bottom:none;
}
.ocs_cate2 li a{
	display: block;
	color: #000;
	background: #fff url(https://taihou.itembox.design/item/arrow.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	padding:12px 9px;
	background-position: 4px 13px;
	padding-left: 16px;
}
ul.ocs_cate2 li a:hover{
	background: #FFF4F4 url(https://taihou.itembox.design/item/arrow.gif);
	background-repeat:no-repeat;
	background-position: 4px 13px;
	color: #CB080B;
}
	
.left_m_cate_title{
	font-size: 15px;
	line-height: 1;
	color: #333;
	padding: 10px 0px;
	background-color: #FAFAFA;
	text-align: center;
	font-weight:bold;
	border-bottom:3px solid #CCC;
}
.left_m_cate{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 2px 5px 0px 52px;
	line-height: 135%;
	text-decoration: none;
	color: #333;
	letter-spacing: 0.4px;
	border-bottom:1px dotted #ccc;
	height:60px;
	width:200px;
	background-color: #fff;
	font-size:14px;
}
a.left_m_cate:hover{
	background-color: #FFF4F4;
	color: #CB080B ;
}
p.left_m_cate:hover{
	background-color: #FFF4F4;
}
.ocs_nav01{
	background-image:url(https://taihou.itembox.design/item/ocs_nav01.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:20% auto;
}
.ocs_nav02{
	background-image:url(https://taihou.itembox.design/item/ocs_nav02.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:20% auto;
}
.ocs_nav03{
	background-image:url(https://taihou.itembox.design/item/ocs_nav03.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:20% auto;
}
.ocs_nav04{
	background-image:url(https://taihou.itembox.design/item/ocs_nav04.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:20% auto;
}
.ocs_nav05{
	background-image:url(https://taihou.itembox.design/item/ocs_nav05.png);
	background-repeat:no-repeat;
	background-position: center left;
	background-size:20% auto;
}
.ocs_bannerarea{
	padding: 10px;
	background-color: #fff7e1;
	width: 160px;
	margin-bottom: 15px;
}

@media screen and (max-width:1600px) {
#ocs_leftbloc {
display:none;
}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
メインコンテンツ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#main_top {
	max-width:1200px;
}
#main_top .ranking {
	width:100%;
}
#main_top h1 {
	font-size:26px;
	text-align:center;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
margin-bottom:20px;
}
#main_top ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#main_top .ranking  .tab{
	overflow:hidden;
}
#main_top .ranking  .tab li{
	padding:10px 22px;
	float:left;
	margin-right:15px;
	border:1px solid #000000;
	border-bottom:none;
	box-sizing: border-box;
	cursor:pointer;
	font-size:18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#main_top .ranking  .tab li:hover {
	background:#000000;
	color:#FFFFFF;
}
#main_top .ranking  .tab li.select{
	background:#000000;
	color:#FFFFFF;
}
#main_top .ranking  .content {
	border:1px solid #000000;
	box-sizing: border-box;
}
#main_top .ranking  .content li{
	padding:20px 0;
}
#main_top .ranking  .hide {
	display:none;
}

#main_top .ranking  .rank_in div{
	width:18%;
	float:left;
	margin:0 1%;
	padding:0px;
}
#main_top .ranking  .rank {
	font-size:30px;
	font-weight:bold;
	color:#CC0000;
}
#main_top .ranking  .rank span {
	font-size:16px;
}
#main_top .ranking  .freeship {
	background:#CC0000;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 5px;
	margin-right:5px;
}



@media screen and (max-width:840px) {	
	#main_top .ranking {
		width:100%;
	}
	#main_top h1 {
		font-size:20px;
		text-align:center;
		border-bottom:1px solid #000000;
		padding-bottom:5px;
	}
	#main_top h1 span {
		font-size:16px;
		color:#666666;
		margin-left:10px;
		font-weight:normal;
	}
	#main_top ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#main_top .ranking  .tab{
		overflow:hidden;
	}
	#main_top .ranking  .tab li{
		padding:8px 1px;
		float:left;
		margin:0 auto;
		border:1px solid #000000;
		border-bottom:none;
		box-sizing: border-box;
		cursor:pointer;
		font-size:11px;
	}
	#main_top .ranking  .tab li:hover {
		background:#000000;
		color:#FFFFFF;
	}
	#main_top .ranking  .tab li.select{
		background:#000000;
		color:#FFFFFF;
	}
	#main_top .ranking  .content {
		border:1px solid #000000;
		box-sizing: border-box;
	}
	#main_top .ranking  .content li{
		padding:20px 0;
	}
	#main_top .ranking  .hide {
		display:none;
	}
	
	#main_top .ranking  .rank_in div{
		width:46%;
		float:left;
		margin:0 2%;
		text-align:center;
	}
	#main_top .ranking  .rank_in div:nth-child(n+3){
		width:30%;
		margin:20px 2% 0;
	}
	#main_top .ranking  .rank_in div:nth-child(4){
		margin:20px 1% 0;
	}
	#main_top .ranking  .rank {
		font-size:26px;
		font-weight:bold;
		color:#CC0000;
	}
	#main_top .ranking  .rank_in div img:only-of-type {
		width:30px;
	}
	#main_top .ranking  .rank_in div a img:only-of-type {
		width:100%;
	}
	#main_top .ranking  .rank span {
		font-size:16px;
	}
	#main_top .ranking  .freeship {
		background:#CC0000;
		color:#FFFFFF;
		font-size:10px;
		padding:3px 0;
		display:block;
	}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
商品詳細ページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fs_ProductDetails .detail_foot h1 {
	font-size:26px;
	text-align:center;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
margin-bottom:20px;
}

#fs_ProductDetails .detail_foot {
    grid-column: 1 / 3;
}

@media screen and (max-width:840px) {	
	#fs_ProductDetails .detail_foot h1 {
		font-size:20px;
		text-align:center;
		border-bottom:1px solid #000000;
		padding-bottom:5px;
	}
	#fs_ProductDetails .detail_foot {
		grid-column: 1 / 1;
	}
}

/*用途別*/
.use_cate {
	margin-top:100px;
}

.use_cate ul li {
	width:22%;
	margin-right:4%;
	float:left;
	margin-top:20px;
}
.use_cate ul li:nth-child(4n) {
	margin-right:0;
}

.use_cate ul li h3 {
	text-align:center;
	font-size:20px;
	margin:0;
	padding:5px;
}
.use_cate ul li .use_cate_box {
	border:1px solid #CCC;
	box-sizing: border-box;
	padding-bottom:10px;
}
.use_cate ul li img {
	width:100%;
}
.use_cate ul li p {
	padding:5px 10px;
	min-height:80px;
}
a.btn_search {
  width:80%;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #c9b9a8;
  margin:0 auto;
  display:block;
}


a.btn_search:hover {
  color: #fff;
  background: #FF0000;
}

@media screen and (max-width:800px) {
.use_cate ul li {
	width:30%;
	margin-right:5%;
	float:left;
	margin-top:20px;
}
.use_cate ul li:nth-child(4n) {
	margin-right:5%;
}
.use_cate ul li:nth-child(3n) {
	margin-right:0;
}
}

@media screen and (max-width:460px) {
.use_cate ul li {
	width:90%;
	margin:0 5%;
	float:left;
	margin-top:20px;
}
.use_cate ul li:nth-child(4n) {
	margin:0 5%;
}
.use_cate ul li:nth-child(3n) {
	margin:0 5%;
}
}


/*選ばれる理由*/
.chosen {
	margin-top:100px;
}
.chosen ul {
	
}
.chosen li {
	float:left;
	border: 5px solid #0085B2;
	border-radius: 10px;
	width: 32%;
	min-height: 300px;
	display: inline-block;
	box-sizing: border-box;
	margin-right:2%;
	text-align:center;
	position: relative;
}
.chosen li:last-child {
	margin-right:0;
}
.chosen01 {
	background: no-repeat 50% 70%/90% url("https://taihou.itembox.design/item/chosen01_bg.gif");
}
.chosen02 {
	background: no-repeat 50% 70%/90% url("https://taihou.itembox.design/item/chosen02_bg.gif");
}
.chosen03 {

	background: no-repeat 50% 70%/90% url("https://taihou.itembox.design/item/chosen03_bg.gif");
}
.chosen_title {
	font-size:26px;
	background-color:#0085B2;
	color:#FFFFFF;
}
.chosen_title span {
	font-size:36px;
}
.chosen_top {
	color:#DD4639;
	font-size:40px;
	font-weight:bold;
	line-height:100%;
margin-top:10px;
}
.chosen_bottom {
	color:#454545;
	font-size:20px;	
	position:absolute;
	bottom:0px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:760px) {
.chosen li {
	float:left;
	border: 5px solid #0085B2;
	border-radius: 10px;
	width: 46%;
	min-height: 300px;
	display: inline-block;
	box-sizing: border-box;
	margin:0 2%;
	text-align:center;
	position: relative;
}
.chosen li:last-child {
	margin-right:0;
	margin-top:20px;
}
}
@media screen and (max-width:460px) {
.chosen li {
	float:left;
	border: 5px solid #0085B2;
	border-radius: 10px;
	width: 94%;
	min-height: 300px;
	display: inline-block;
	box-sizing: border-box;
	margin:20px 3%;
	text-align:center;
	position: relative;
}
.chosen li:last-child {
	margin-right:0;
}
}

/*デザイン修正用*/
.fs-l-header__contents {
  display: block !important;
}
.fs-pt-carousel {
margin-top:10px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
content:"数量";
float:left;
}
.fs-c-productQuantityAndWishlist__quantity:after {
float:left;
}

@media screen and (min-width: 960px) {
.fs-c-button--particular.fs-c-button--addToWishList--detail {
    min-width: 250px !important;
}
.fs-c-button--addToCart--detail {
    min-width: 250px !important;
float:right;
margin-bottom:20px;
}
.fs-l-productLayout__item--2 .fs-c-buttonContainer {
display:block !important;
}
}
/*商品グループページを一列表示*/
/*.pricebox_list_item li {
    float: none;
}
.fs-body-category .fs-c-productList__list {
    display: block;
}
@media screen and (min-width: 769px){
    .fs-c-productListItem__imageContainer {
        width: 200px;
        display: inline-block;
    }
    .fs-c-productList__list__item form {
        display: grid;
        grid-template-columns: auto 1fr;
    }
    .fs-c-productList__list__item form > * {
      grid-column: 1 / span2;
    }
    .fs-c-productList__list__item form > .fs-c-productListItem__imageContainer {
        grid-column: 1;
        grid-row: 1;
    }
    .fs-c-productList__list__item form > .fs-c-productListItem__productDescription {
        grid-column: 2;
        grid-row: 1;
        margin-left:20px;
    }
}*/
@media screen and (max-width: 768px){
    .fs-c-productList__list__item form {
        display: flex;
        flex-direction: column;
    }
    .fs-c-productList__list__item form > .fs-c-productListItem__productDescription {
        order: -1;
        margin: 0;
        text-align: center;
    }
    
    .fs-c-productListItem__imageContainer {
        order: -2;
    }

    .pricebox_list_item li {
    width: 85px;
    }
    .fs-c-producetName__name {
       font-size: 20px;
    }
}

/*カルーセル中央表示*/
.sllider{
   width:70%;
   margin:0 auto;
}
@media screen and (max-width: 768px){
.sllider{
   width:100%;
   margin:0 auto;
}
}
/*カートに入れるボタンの記述*/
.cart_button{
background:#3f3f3f;
border: 1px solid #3f3f3f;
}

.fs-c-button--plain{
color:#ffffff;
}

/*ショッピングを続けるの記述*/
.shopping_bana{
font-size: 2rem;
}
.fs-c-continueShopping{
margin:30px;
}

/*toppage takuhai_box*/
.takuhai_box{
  list-style:none;
  display: flex;
  flex-wrap:wrap;
}
.takuhai_{
  width:calc(100%/4);
  padding:0 5px;
  box-sizing:border-box;
}
.takuhai_box{
   max-width:100%;
   hight: auto;
}

/*スマートフォン　商品一覧ページ*/
@media screen and (max-width: 768px){
.fs-c-productList .fs-c-productList__list {
    display: grid;


header.fs-l-header {
    height: auto;
}
}
}
/*------------------------------------------------------------
　　よくある質問
------------------------------------------------------------*/
.qa-6 {
    max-width: 800px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/*------------------------------------------------------------
　　会社概要
------------------------------------------------------------*/
.company-info-highlight {
  margin: 32px 0;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
}

.warehouse-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.warehouse-caption {
  margin-top: 16px;
}

.caption-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}

.caption-text .emphasis {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #cc3c3c;
  margin-top: 8px;
}

.fs-c-subgroupList__link{
display:none;
}