<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*****************************************************

ヘッダ

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


#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 100000;
}



.header-title {
  color: #444;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.header-top .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
  justify-content: flex-end;
}


/*右上のご案内*/

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-nav a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  font-size: 12px;
 /*letter-spacing: 0.08em;*/
}
.sub-nav a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.sub-nav img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.sub-nav li {
  margin-left: 28px;
}


/*ファミリーライフ-logo*/

.logo {
  margin-right: 25px;
}

.header-middle.fixed .logo {
  width: 100%;
  min-width: 255px;
}

.header-middle.fixed .logo img {
  max-width: 255px;
}

.logo img {
  max-width: 255px;
}

div .logo {
  text-align: left;
  margin: initial;
}


/**/

.header-middle.fixed .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 255px);
  -ms-flex-negative: 3;
  flex-shrink: 3;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.header-middle.fixed .header-tel img {
  display: none;
}

.header-middle.fixed .header-tel .tel--fixed {
  display: block;
  margin-left: 20px;
}

.header-middle.fixed .header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-middle.fixed .btn {
  height: 40px;
}

.header-middle.fixed .header-cart {
  margin-left: 20px;

}

.header-middle.fixed .header-cart #M_headBasketSwitch {
  height: 40px;
}

.header-middle.fixed .header-cart #M_basketOpenedBox {
  top: 40px;
  padding-top: 10px;
}

.header-middle.fixed  .inner {
  margin: 10px auto;
}



/*検索窓*/

.header-search {
    display: flex;
    margin: 0 0 0 20px;
    /* height: 40px; */
    /* padding: 5px 5px; */
    /* border: 1px solid #666464; */
    /* border-radius:5px; */
  }
  

  .inner-search {
    max-width: 400px;
    min-width: 350px;
  padding-left: 10px;
    padding-right: 10px;
    width: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
  }

  
  #MakeShopTopSearchInput {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    border-width: 1px ;
    border-color: #666464;
    background-color: #f7f7f7;
    /* box-shadow: 1px 1px 3px #ccc inset; */
  }

  #MakeShopTopSearchButton {
    background: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/magnifying_icon.png) no-repeat center #666464; 
    width: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border: solid 1px #666464;
    border-radius: 0 3px 3px 0;
  }

  .search-area {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    position: relative;
    width: 350px;
  }

  #header * {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
  }

  .header-middle .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  
  .tel--fixed {
    display: none;
  }
  
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
  }


/*カタログ注文*/

.katarogu {
  margin: 10px 10px 0 25px;
}


/*ヘッダーボタン*/

.header-bon   {
  display: flex;
  margin: initial;
}

.header-btn img {
  width: 40px;
  height: 51px;
}

.header-cart {
margin-left: 20px;
}


/*固定ヘッダー*/

.header-middle {
  background: #fff;
}

.header-middle.fixed {
  position: fixed;
  background: #fff;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}




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

ナビゲーション

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



#gnav {
  background: #e60010;
}



.category-nav:hover {
  display: block;
}

.category-nav .M_layer1 &gt; li:first-child {
  display: none;
}

.category-nav #M_ctgList2 .M_layer1 &gt; li {
  padding: 40px 30px 20px;
  background: none;
  text-align: center;
}


.category-nav {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
}


#M_ctgList2 li {
  text-align: center;
}

.category-nav #M_ctgList2 li {
  background: none;
  padding-left: 0;
}

.category-nav a {
  position: relative;
}

.category-nav .M_layer2 a:before {
  content: "";
  position: relative;
  display: inline-block;
  /* margin-right: 6px; */
  top: -1px;
}
.category-nav .M_layer2 a {
  font-size: 14px;
  /* letter-spacing: 0.05em; */
  color: #252525;
  font-weight:bold;
  display: block;
  padding-top: 100px;
  text-decoration: none;
} 

.category-nav .M_layer2 li  {
  text-align: center;
} 


.category-nav .M_layer2 a:hover {
  text-decoration: underline;
}


.category-nav .M_layer2 a:after {
  content: "";
  display: block;
  background: url(https://gigaplus.makeshop.jp/fmdirect01/hp-top_imges/cat_img.png) no-repeat center / cover;
  background-size: 85px 85px;
  width: 100%;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  position: absolute;
  top: 0;
}


.category-nav .M_layer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*ナビ画像*/

.category-nav #M_ctgList2 .M_layer2 &gt; li {
  width: 18%;
  margin-bottom: 30px;
  margin-left: 2%;
  height: 135px;
  justify-content: space-around;
}


.category-nav .M_layer1 &gt; li{
  display: none;
}


/*インテリア･寝具*/

#nav-ct7 .M_layer1 &gt; #M_ctg1_2 {
  display: block;
}

#nav-ct7 {
  background: #f7f7f7;
}


/*生活雑貨・家電*/

#nav-ct5 #M_ctg1_3{
  display: block;
}

#nav-ct5 {
  background: #f7f7f7;
}

/*健康･シルバー*/

#nav-ct20 #M_ctg1_4{
  display: block;
}


#nav-ct20 {
  background: #f7f7f7;
} 



/*ハウスキーピング*/

#nav-ct17 #M_ctg1_8{
  display: block;
}

#nav-ct17 {
  background: #f7f7f7;
}


/*ファッション*/


#nav-ct81 #M_ctg1_9{
  display: block;
}

#nav-ct81 {
  background: #f7f7f7;
}


/*食品･飲料*/

#nav-ct21 #M_ctg1_10 {
  display: block;
}


#nav-ct21 {
  background: #f7f7f7;
}


.category-nav.show {
  display: block;
  -webkit-animation: show .1s linear 0s;
  animation: show .1s linear 0s;
}



/*ナビゲーション*/

.gnav-list {
  /*display: -webkit-box;
  display: -ms-flexbox;*/
    display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: calc(100% - 50px); */
  height: 50px;
}



.gnav-list a {
  color: #fff;
  text-decoration: none;
}


.gnav-list li {
  height: 50px;
  /*-webkit-box-flex: 2;
  -ms-flex-positive: 2;
   flex-grow: 2; */
}


.gnav-list li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
   display: flex; 
  width: 100%;
  /* width: 180px; */
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 0 7% 0 0; */
  font-size: 16px;
  /* letter-spacing: 0.08em; */
  font-weight: bold;
  position: relative;
}


.gnav-list li a p {
  margin: initial;
  margin-right: 13px;
}


.gnav-list li a.active:after,
.gnav-list li a.on-nav:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.gnav-list li a.active,
.gnav-list li a.on-nav{
  text-decoration: underline;
}
.gnav-list li a:hover img {opacity: 1;}


#gnav span {
display: inline-block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg); /* 右向きの場合 */
  /* margin-left: 7px; */
}

.category-nav #M_ctgList2 .M_layer1 &gt; li &gt; a:hover {
  text-decoration: none;
  opacity: 0.9;
}



/*ナビケーション中身*/


/*インテリアカテゴリー*/



/*家具*/
.ttl-ct40 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_05.png);
}
.category-subgruop a[href="/shopbrand/ct40/"]:before,
#header .category-nav a[href="/shopbrand/ct40/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_05.png);
}

/*寝具・ベッド*/
.ttl-ct156 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_06.png);
}
.category-subgruop a[href="/shopbrand/ct156/"]:before,
#header .category-nav a[href="/shopbrand/ct156/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_06.png);
}


/*カーペット・マット・畳*/
.ttl-ct44 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_03.png);
}
.category-subgruop a[href="/shopbrand/ct44/"]:before,
#header .category-nav a[href="/shopbrand/ct44/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_03.png);
}


/*インテリア雑貨・小物*/
.ttl-ct154 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_accessory.png);
}
.category-subgruop a[href="/shopbrand/ct154/"]:before,
#header .category-nav a[href="/shopbrand/ct154/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_accessory.png);
}

/*カーテン・のれん・すだれ*/
.ttl-ct155.cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_04.png);
}
.category-subgruop a[href="/shopbrand/ct48/"]:before,
#header .category-nav a[href="/shopbrand/ct48/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_04.png);
}




/*生活雑貨・家電*/

/*TV・オーディオ*/
.ttl-ct95 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_11.png);
}
.category-subgruop a[href="/shopbrand/ct95/"]:before,
#header .category-nav a[href="/shopbrand/ct95/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_11.png);
}

/*季節家電*/
.ttl-ct94 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_12.png);
}
.category-subgruop a[href="/shopbrand/ct94/"]:before,
#header .category-nav a[href="/shopbrand/ct94/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_12.png);
}

/*調理グッズ*/
.ttl-ct105 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_13.png);
}
.category-subgruop a[href="/shopbrand/ct105/"]:before,
#header .category-nav a[href="/shopbrand/ct105/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_13.png);
}


/*アイディア雑貨*/
.ttl-ct99 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_14.png);
}
.category-subgruop a[href="/shopbrand/ct99/"]:before,
#header .category-nav a[href="/shopbrand/ct99/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_14.png);
}

/*おもちゃ・ぬいぐるみ*/
.ttl-ct96 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_15.png);
}
.category-subgruop a[href="/shopbrand/ct96/"]:before,
#header .category-nav a[href="/shopbrand/ct96/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_15.png);
}

/*カー用品*/
.ttl-ct104 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_16.png);
}
.category-subgruop a[href="/shopbrand/ct104/"]:before,
#header .category-nav a[href="/shopbrand/ct104/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_16.png);
}

/*印鑑・掛軸*/
.ttl-ct100 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_17.png);
}
.category-subgruop a[href="/shopbrand/ct100/"]:before,
#header .category-nav a[href="/shopbrand/ct100/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_17.png);
}

/*仏壇仏具・冠婚葬祭*/
.ttl-ct101 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_18.png);
}
.category-subgruop a[href="/shopbrand/ct101/"]:before,
#header .category-nav a[href="/shopbrand/ct101/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_18.png);
}

/*ペット用品*/
.ttl-ct97 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_pet.png);
}
.category-subgruop a[href="/shopbrand/ct97/"]:before,
#header .category-nav a[href="/shopbrand/ct97/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_pet.png);
}



/**健康シルバー**/


/*歩行・運動補助*/
.ttl-ct65 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_19.png);
}
.category-subgruop a[href="/shopbrand/ct65/"]:before,
#header .category-nav a[href="/shopbrand/ct65/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_19.png);
}

/*健康サポーター*/
.ttl-ct142 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_20.png);
}
.category-subgruop a[href="/shopbrand/ct142/"]:before,
#header .category-nav a[href="/shopbrand/ct142/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_20.png);
}

/*マッサージ・治療器*/
.ttl-ct143 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_21.png);
}
.category-subgruop a[href="/shopbrand/ct143/"]:before,
#header .category-nav a[href="/shopbrand/ct143/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_21.png);
}

/*介護・シルバー*/
.ttl-ct67 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_22.png);
}
.category-subgruop a[href="/shopbrand/ct67/"]:before,
#header .category-nav a[href="/shopbrand/ct67/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_22.png);
}

/*測定器*/
.ttl-ct144 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_23.png);
}
.category-subgruop a[href="/shopbrand/ct144/"]:before,
#header .category-nav a[href="/shopbrand/ct144/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_23.png);
}

/*ウイルス対策*/
.ttl-ct221 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_virus.png);
}
.category-subgruop a[href="/shopbrand/ct221/"]:before,
#header .category-nav a[href="/shopbrand/ct221/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_virus.png);
}



/*ハウスキーピング*/

/*洗濯・清掃用品*/
.ttl-ct52 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_24.png);
}
.category-subgruop a[href="/shopbrand/ct52/"]:before,
#header .category-nav a[href="/shopbrand/ct52/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_24.png);
}

/*バス・トイレ用品*/
.ttl-ct51 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_25.png);
}
.category-subgruop a[href="/shopbrand/ct51/"]:before,
#header .category-nav a[href="/shopbrand/ct51/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_25.png);
}

/*エクステリア*/
.ttl-ct53 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_26.png);
}
.category-subgruop a[href="/shopbrand/ct53/"]:before,
#header .category-nav a[href="/shopbrand/ct53/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_26.png);
}

/*園芸用品*/
.ttl-ct145 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_27.png);
}
.category-subgruop a[href="/shopbrand/ct145/"]:before,
#header .category-nav a[href="/shopbrand/ct145/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_27.png);
}

/*ファッション*/

/*メンズファッション*/
.ttl-ct161 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_28.png);
}
.category-subgruop a[href="/shopbrand/ct161/"]:before,
#header .category-nav a[href="/shopbrand/ct161/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_28.png);
}
/*レディースファッション*/
.ttl-ct160 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_29.png);
}
.category-subgruop a[href="/shopbrand/ct160/"]:before,
#header .category-nav a[href="/shopbrand/ct160/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_29.png);
}

/*ユニセックス*/
.ttl-ct190 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_uni.png);
}
.category-subgruop a[href="/shopbrand/ct190/"]:before,
#header .category-nav a[href="/shopbrand/ct190/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_uni.png);
}

/*ルームウェア*/
.ttl-ct162 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_30.png);
}
.category-subgruop a[href="/shopbrand/ct162/"]:before,
#header .category-nav a[href="/shopbrand/ct162/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_30.png);
}

/*アクセサリー
.ttl-ct191 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_time.png);
}
.category-subgruop a[href="/shopbrand/ct191/"]:before,
#header .category-nav a[href="/shopbrand/cct191/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_time.png);
}
*/

/*食品･飲料*/


/*梅干し・漬物*/
.ttl-ct69 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_31.png);
}
.category-subgruop a[href="/shopbrand/ct69/"]:before,
#header .category-nav a[href="/shopbrand/ct69/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_31.png);
}

/*水産物*/
.ttl-ct70 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_32.png);
}
.category-subgruop a[href="/shopbrand/ct70/"]:before,
#header .category-nav a[href="/shopbrand/ct70/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_32.png);
}

/*肉類*/
.ttl-ct71 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_33.png);
}
.category-subgruop a[href="/shopbrand/ct71/"]:before,
#header .category-nav a[href="/shopbrand/ct71/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_33.png);
}

/*お菓子・おつまみ*/
.ttl-ct72 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_34.png);
}
.category-subgruop a[href="/shopbrand/ct72/"]:before,
#header .category-nav a[href="/shopbrand/ct72/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_34.png);
}

/*インスタント食品*/
.ttl-ct73 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_35.png);
}
.category-subgruop a[href="/shopbrand/ct73/"]:before,
#header .category-nav a[href="/shopbrand/ct73/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_35.png);
}

/*訳ありグルメ*/
.ttl-ct74 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_36.png);
}
.category-subgruop a[href="/shopbrand/ct74/"]:before,
#header .category-nav a[href="/shopbrand/ct74/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_36.png);
}

/*健康食品*/
.ttl-ct75 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_37.png);
}
.category-subgruop a[href="/shopbrand/ct75/"]:before,
#header .category-nav a[href="/shopbrand/ct75/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_37.png);
}

/*缶詰・保存食*/
.ttl-ct76 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_38.png);
}
.category-subgruop a[href="/shopbrand/ct76/"]:before,
#header .category-nav a[href="/shopbrand/ct76/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_38.png);
}

/*果物・農産物*/
.ttl-ct106 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_39.png);
}
.category-subgruop a[href="/shopbrand/ct106/"]:before,
#header .category-nav a[href="/shopbrand/ct106/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_39.png);
}

/*お茶・ドリンク*/
.ttl-ct107 .cat-img {
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_40.png);
}
.category-subgruop a[href="/shopbrand/ct107/"]:before,
#header .category-nav a[href="/shopbrand/ct107/"]:after{
  background-image: url(https://gigaplus.makeshop.jp/fmdirect01/web_img_common/layout_40.png);
}



</pre></body></html>