@charset "euc-jp";
/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/

/* html {overflow-y: scroll;} */
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: 500;}
table { border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

body {
  letter-spacing: 0.5px;
}

td,th{
    font-size:12px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height:1.4;
}
a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;１
    overflow: auto;
}
input,select,button,textarea{
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*****************************************************
/
    基本設定、リンクカラーなど

*****************************************************/
#wrap,#makebanner{
    width:100%;
}

a:hover img,.btn:hover,#M_basketClosedBox a:hover,.soldout:not(:hover){
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn{
    display:inline-block;
    margin:16px auto;
    background:#000;
    color:#fff!important;
    padding:14px 32px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.btn-gray{
    background:#888;
}

/*****************************************************

    common

*****************************************************/

.mb0{
  margin-bottom: 0;
}

.button i{
  display: inline-block;
  margin-right: 7px;
}
.button,
a.button{
  /* border-radius: 6px; */
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  background: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover,
a.button:hover{
  text-decoration: none;
  background: #fff;
  color: #1b1b1b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--reverse,
a.button--reverse{
  /* border-radius: 6px; */
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  border: 2px solid #1b1b1b;
  background: #fff;
  color: #1b1b1b;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button--reverse:hover,
a.button--reverse:hover{
  text-decoration: none;
  background: #1b1b1b;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* a.arrow:not([target="_blank"]):after{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
a.arrow:hover:after{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 5px;
  border-top:2px solid #1b1b1b;
  border-right:2px solid #1b1b1b;
}
a.arrow.button--reverse:after{
  border-top:2px solid #1b1b1b;
  border-right:2px solid #1b1b1b;
}

a.arrow.button--reverse:hover:after{
  border-top:2px solid #fff;
  border-right:2px solid #fff;
} */

/* グリッドシステム */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4,.col-1_5,.col-1_10, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4,.col-1_5,.col-1_10, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}


.col-1_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-1_10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.item-list .lims,
.item-list.itemBox,
.category-list-inner{
    padding:16px;
}
.item-list img{
    margin-bottom:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    max-width:100%;
}
.item-list a{
    font-size:12px;
}

#makebanner td[width="10"]{
    display:none;
}
#makebanner td[width="640"],#makebanner td[width="640"] table{
    width:100%;
}
#makebanner img[src$="helptitle.gif"],#makebanner img[src$="companytitle.gif"],#makebanner img[src$="baskettitle.gif"],#makebanner img[src$="membertitle.gif"],#makebanner img[src$="memberqtitle.gif"],#makebanner img[src$="pointtitle.gif"]{
    display:none;
}
.inner-contents{
    width:60%;
    margin:0 auto;
}

/*****************************************************

    index

*****************************************************/
.main-contents h2{
    text-align:center;
    margin:48px auto;
    font-size:20px;
}
.section{
    overflow:hidden;
}
.section table{
    width:100%;
}

/*****************************************************

    category

*****************************************************/
.list-sort{
    text-align:center;
    margin:8px 0 32px;
}
.list-sort li{
    display:inline;
    margin:0 4px;
}

.category-list li{
    width:25%;
    float:left;
    text-align:center;
}

.sub-category table{
    margin-bottom:32px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.sub-category table td{
    padding:8px 0;
}
.sub-category table table{
    border:none;
    margin-bottom:0;
}
.sub-category table td td{
    paddnig:0;
}
.sub-category .line,.item-list .line{
    display:none;
}

/* pager */
#category ul.M_pager li a,
#category ul.M_pager li.active{
    display:inline-block;
    width:28px;
    height:28px;
    /* border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%; */
    padding:0;
    border:none;
    background:#D9D9D9;
    line-height:28px;
    color:#999;
    font-size:12px;
    margin:0 3px;
}
#category ul.M_pager li.active,
#category ul.M_pager li a:hover{
    background:#000;
    color:#fff;
}
#category ul.M_pager li.prev a,
#category ul.M_pager li.next a{
    background:none;
    width:auto;
    height:auto;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#333;
}
#category ul.M_pager li.prev a:hover,
#category ul.M_pager li.next a:hover{
    color:#888;
    text-decoration:none;
}
#category .itemName {
  color: #808080;
}


/* 検索結果と並び替え */
#r_categoryList {
    margin-bottom: 30px;
}
.r_resultInfo{
  background: #fff;
  /* border: 2px solid #c1c1c1; */
  /* padding: 15px; */
  font-size:12px;
  margin-bottom: 20px !important;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r_resultInfo.r_resultInfo_center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    margin-bottom: 60px !important;
}
.r_resultInfoLeft{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.total{
  margin-right: 15px;
  font-weight: bold;
}

.sortSelect {
  font-size: 12px;
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.r_resultInfo ul.M_pager li{
  border-radius: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 7px;
  font-weight: bold;
}
.r_resultInfo ul.M_pager{
  margin: 0 15px;
  font-size: 12px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search .r_resultInfo ul.M_pager li a,
#category .r_resultInfo ul.M_pager li a{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  margin: 0;
}
.rightContents ul.M_pager li.active{
  border-radius: 0;
}

#search .r_resultInfo ul.M_pager li.prev a,
#search .r_resultInfo ul.M_pager li.next a,
#category .r_resultInfo ul.M_pager li.prev a,
#category .r_resultInfo ul.M_pager li.next a{
  padding: 0 5px;
  position: relative;
  color: transparent;
}
#search .r_resultInfo ul.M_pager li.prev a:before,
#search .r_resultInfo ul.M_pager li.next a:before,
#category .r_resultInfo ul.M_pager li.prev a:before,
#category .r_resultInfo ul.M_pager li.next a:before{
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  top: 50%;
  right: 8px;
  -webkit-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#search .r_resultInfo ul.M_pager li.next:first-child a:before,
#category .r_resultInfo ul.M_pager li.next:first-child a:before,
#search .r_resultInfo ul.M_pager li.prev a:before,
#category .r_resultInfo ul.M_pager li.prev a:before{
  -webkit-transform: rotate(-135deg) translateY(5px);
  transform: rotate(-135deg) translateY(5px);

}

#search .r_resultInfo ul.M_pager li.next a:before,
#category .r_resultInfo ul.M_pager li.next a:before{
}

#search .r_resultInfo ul.M_pager li.prev,
#search .r_resultInfo ul.M_pager li.next,
#category .r_resultInfo ul.M_pager li.prev,
#category .r_resultInfo ul.M_pager li.next{
  padding: 0 5px;
}

_::-webkit-full-page-media, _:future, :root .sortSelect {
  height: 30px;
  line-height: 30px;
}

.listSort{
    text-align:right;
}
.listSort li{
    display:inline;
}

/* pager */
.r_resultInfo ul.M_pager li a,
.r_resultInfo ul.M_pager li.active{
    display:inline-block;
    width:30px;
    height:30px;
    padding:0;
    border:none;
    line-height:30px;
    font-size:14px;
    line-height: 28px;
}
.r_resultInfo ul.M_pager li.active,
.r_resultInfo ul.M_pager li a:hover{
    background:#000;
    border:1px solid #000;
    color:#fff;
}

.r_resultInfo ul.M_pager li.prev a,
.r_resultInfo ul.M_pager li.next a{
    background:none;
    /* width:auto; */
    /* height:auto; */
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    color:#333;
}
.r_resultInfo ul.M_pager li.prev,
.r_resultInfo ul.M_pager li.next{
width: 8px;
}
.r_resultInfo ul.M_pager li.prev a,
.r_resultInfo ul.M_pager li.next a{
    color:#888;
    width: 8px;
    text-decoration:none;
    border: none !important;
}


/*****************************************************

    search

*****************************************************/
.search-result{
    margin-bottom:8px;
    text-align:left;
}
.search-result font{
    color:#333;
    margin-right:8px;
}
.item-search{
    border:1px solid #ccc;
    background:#eee;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:16px;
    margin-bottom:32px;
}
.item-search td{
    padding:8px;
}
.item-search .btn-search{
    padding:4px 16px;
}

/*****************************************************

    detail

*****************************************************/


#M_topicPathWrap{
    margin-bottom:16px;
}

.item-wrap{
    margin-bottom:96px;
}
.item-img{
    float:left;
    width:50%;
    min-width:500px;
}
.item-detail{
    float:right;
    width:50%;
}
.item-detail-text{
    text-align:left;
    font-size:12px;
    line-height:1.6;
}
.item-detail-info{
    margin-top:24px;
}
#M_usualValue td,.item-detail-info td{
    font-size:18px!important;
    width:auto;
}
#M_usualValue td{
    padding-bottom:8px;
}
#M_usualValue font{
    color:#333;
}
.m_price{
    /* font-family: Meiryo, メイリオ, sans-serif; */
    font-size:22px!important;
}
.item-detail-info table table td:first-child{
    width:3em;
}
.item-detail-info font{
    color:#cc0000;
}
.item-detail-info select{
    margin:8px 0;
    padding:4px;
    font-family: Meiryo, メイリオ, sans-serif;
    border:1px solid #ccc;
    font-size:16px;
}
input[name="amount"],
input[name="brand_name_option_amount"]{
    padding:4px 6px;
    width:60px;
    border:1px solid #ccc;
    font-size:18px;
}
img[src$="basket_up.gif"],img[src$="basket_down.gif"]{
    display:none;
}

.M_inventory{
    margin-top:24px;
}
.M_inventory *{
    font-size:15px!important;
}

.item-basket-btn{
    margin:24px 0 16px;
}
.item-basket-btn a{
    width:70%;
    font-size:18px;
    padding:18px 0;
    background:#D90000;
}
.item-basket-btn a:hover{
    background:#666;
}
.soldout{
    background: #ddd;
    color: #666!important;
    width: 70%;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 auto;
    cursor: default;
}
#soldout{
  margin-bottom: 15px;

}
#soldout p{
  text-align: center;
  font-size: 16px;
  /* border-radius: 5px; */
  color:#fff;
  line-height: 56px;
height: 56px;
  background: #ccc;
}

.item-sns li{
    display:inline;
    vertical-align:middle;
}
.item-sns iframe{
    height:20px!important;  ;
}

.detail-recent h3{
    text-align:center;
    margin:16px auto 64px;
    font-size:25px;
}


/*****************************************************

    basket

*****************************************************/
.basket-wrap{
    margin-bottom:160px;
}
.basket{
    border-top:1px solid #ccc;
    margin-bottom:8px;
}
.basket th,.basket td{
    border-bottom:1px solid #ccc;
    padding:8px;
    text-align:center;
}
.basket td table td{
    padding:0;
    border:none;
}
.basket .basket-total{
    background:#ddd;
    text-align:right;
    padding:12px 16px;
    font-size:18px;
}
.btn-small{
    background:#888;
    font-size:13px;
    padding:4px 8px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.basket-option{
    margin-top:4px;
}
.quantity-wrap,.quantityWrap{
    display:table;
    margin:0 auto;
}
.basket-quantity{
    width:20px!important;
    font-size:18px;
}
.basket-quantity,.basket-amend,.quantityInput,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
.basket-empty{
    margin:24px 0;
}
.btn-wrap-back{
    float:left;
}
.btn-wrap-order{
    float:right;
}
.btn-wrap-back .btn{
    background:#888;
}
.basketQunantity{
    display:none;
}

/*----------------------------------------------------
お知らせ #news
----------------------------------------------------*/
#r_news {
    margin-top: 30px;
}
#r_news #newsHead {
    text-align: left;
    border-bottom: 2px solid #b2b2b2;
    padding: 4px 0;
    font-size: 12px;
}
#r_news #newsHead span {
    margin-right: 10px;
    font-size: 11px;
    color: #999;
}
#r_news #newsContents {
    text-align: left;
    padding: 20px 0px;
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 20px;
}
#r_news #newsAccess {
    text-align: right;
    font-size: 11px;
    color: #999;
    margin-top: 20px;
}
#r_news #newsNext {
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px;
}
#r_news #newsList {
    margin-bottom: 20px;
}
#r_news #newsList .line {
    background: #fff;
}
#r_news #newsList .lims {
    border-bottom: 1px dashed #b2b2b2;
    background: #fff;
}
#newsListBtn{
    text-align:center;
    margin-top:10px;
}

/*****************************************************

    contract

*****************************************************/
.contract{
    overflow:auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border:1px solid #ccc;
    width:100%;
    height:280px;
    margin-bottom:24px;
    padding:16px;
}
.contract pre{
    text-align:left;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*****************************************************

    ordercontract

*****************************************************/
.ordercontract-list th,.ordercontract-list td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
}
.ordercontract-list th{
    white-space: nowrap;
}

/*****************************************************

    lostpass

*****************************************************/
.lostpass-table{
    margin:32px auto 16px;
    width:500px!important;
    border-top:1px solid #ccc;
}
.lostpass-table th,
.lostpass-table td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:left;
}
.lostpass-table input{
    border: 1px solid #ccc;
    padding: 3px 6px;
    width: 250px;
}

/*****************************************************

    point

*****************************************************/
.point-data{
    text-align:center;
    font-size:17px;
    margin-bottom:16px;
}
.point-data strong{
    font-size:28px;
    margin-left:8px;
}
.point-data strong span{
    font-size:17px;
    margin-left:4px;
}
.point-date{
    text-align:right;
    font-size:13px;
}
.point-history{
    margin-top:32px;
}
.point-history tr:first-child td{
    padding:4px 8px;
}
.point-history td{
    padding:16px 8px;
    border-bottom:1px solid #ccc;
    text-align:center;
}


.page-top{
    position:absolute;
    left:50%;
    top:-26px;
    display:block;
    width:50px;
    height:32px;
    background:#333 url("/images/original_design_default/samplesource/9/pagetop.png") no-repeat center center;
    text-indent:-9999em;
    margin-left:-16px;
}
address{
    text-align:center;
    color:#eee;
    font-size:11px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}


/*****************************************************

    Corekara下層カスタマイズ

*****************************************************/

.pankuzu {
  text-align: left;
  line-height: 20px;
  margin-bottom: 20px;
  color: #999;
}
.pankuzu a{
  display: inline-block;
  margin-right: 5px;
  color: #999;
}
.pankuzu a font{
  color: #999;
}

.pankuzu > font{
  color: #666;
}
/*----------------------------------------------------
    下層幅
----------------------------------------------------*/
#makebanner > tbody > tr > td > table {
    width:100% !important;
}
table.innerB.inner100 {
    width: 100%;
}
.ordercontract form[name="all_view_menu"] + table,.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table,.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table > tbody >tr > td:nth-child(2),.ordercontract form[name="all_view_menu"] + table tbody > tr > td> table > tbody >tr  td.woong {
    width: 100%;
}
.company form[name="all_view_menu"] + table{
    width:100%;
}
.idinfo form[name="form1"] > table{
    width:100%;
}
.lowinfo_1{
    width:100% !important;
}
/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
#category h2{
    font-size:14px;
    border-bottom:2px solid #d6d3cf;
    margin-bottom:20px;
    background:none;
    padding-left:0;
}
#category #r_subGroup.section,#category #r_categoryImg.section{
    margin-bottom:20px;
}
#category #r_categoryRecommend table table b{
    color:#661e00;
}

/* サブカテゴリー */
#r_subGroup {
    margin-right: -10px;
}
#r_subGroup td[width="147"] table td:first-child {
    display: none;
}
#r_subGroup a{
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #231815;
  /* border-radius: 60px; */
  line-height: 1.2;
  -webkit-transition: 0.25s;
  font-size: 12px;
  border: 2px solid #d2d2d2;
  font-weight: bold;
  width: calc(100% - 10px);
  position: relative;
}
#r_subGroup a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#r_subGroup a:hover:after {
  right: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#r_subGroup td[width="147"] table td:nth-child(2) {
    display: none;
}
#r_subGroup td[width="147"] {
    width: 25%;
}



/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
    margin-bottom:16px;
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .name{
    margin:5px 0;
}
#category .imgWrap{
    text-align:center;
}
#category .price span{
    padding:0 2px;
}
#category .price{
    font-weight:bold;
    color:#661e00;
    margin: 0;
}
#category .consumerPrice{
    font-size:11px;
    color:#a59d95;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .btnWrap{
    margin:10px auto 0px;
    text-align:center;
    background:none;
}
#category .btnWrap img{
    margin-left:5px;
}
#category a {
    text-decoration:none;
}
#category a:hover {
    opacity: 0.75;
}
a.into-cart {
    display: block;
    width: 310px;
    height: 56px;
    background-color: #000;
    text-align: center;
    line-height: 56px;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    -webkit-box-align: center;
    box-align: center;
}
a.into-cart img {
    display: none;
}
a.quick-cart {
    display: block;
    width: 220px;
    height: 56px;
    background-color: #333333 !important;
    text-align: center;
    line-height: 56px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-box-align: center;
    box-align: center;
}
a.quick-cart img {
    display: none;
}
a.ditail-contact-btn {
    display: block;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    background-color: #7E8294;
    padding: 0 15px;
    line-height: 20px;
    text-decoration: none;
}
a.ditail-contact-btn img {
    display: none;
}
a.into-cart.ctg-btn {
    width: 85%;
    display: inline-block;
    font-size: 11px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    float: left;
}
a.quick-cart.ctg-btn {
    display: inline-block;
    font-size: 11px;
    width: 15%;
    margin: 0;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    color: #fff !important;
    float: right;
}
a.into-cart.ctg-btn {
    font-size: 11px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    vertical-align:top;
}
#category i.fa.fa-heart {
    line-height: 24px;
}
/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#recent .itemBox .itemImg{
    padding-bottom:5px;
}
#recent .itemBox .itemImg img{
    height:auto;
}
#itemLink{
    margin-bottom:30px;
    font-size:11px;
}
#itemImg{
    float:left;
    /*width:460px;*/
    width:600px;
    margin-bottom:20px;
}
#itemInfo{
    float:right;
    /* width:420px; */
    width:500px;
}
/* [INFO]タグ */
#detailInfo table{
    width:100%;
}
#detailInfo table td{
    height:auto;
    text-align:left;
}
#detailInfo .M_inventory table.stockList td {
  text-align:center;
}
#itemInfo #detailInfo table font{
  color:#cc0000;
  font-weight: bold;
  font-size: 18px;
}
#detailInfo table input{
    margin-right:5px;
}
#detailInfo table table td a img{
    vertical-align:auto;
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
    color:#403c39;
}
#detailInfo #M_usualValue td input{
    color:#403c39;
}
#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-weight:bold;
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue .m_price{
  width: 120px;
  border: none;
  padding: 0;

}
#detailInfo #M_usualValue{
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
#wrapper #makebanner #detailInfo .M_inventory input{
    border:none;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList th{
    background:#f2efeb;
    border:1px solid #d6d3cf;
}
#wrapper #makebanner #detailInfo .M_inventory table.stockList td{
    border:1px solid #d6d3cf;
    text-align:center;
}
/* 拡大画像ボタン */
#viewButton{
  font-size: 14px;
}
#viewButton i{
  display: inline-block;
  margin-right: 5px;
}
/* 商品名 */

h3.code-title {
    padding: 10px 0 2px;
    font-size: 14px;
    border-bottom: 1px solid #333;
}
#makebanner #detail #r_recent{
    border-top:0px solid #fff;
}
/* 商品詳細 */

/* 必須ボタン */
#M_nameCustom .M_nameRequired {
  padding: 4px 5px !important;
  line-height: 1;
}

#itemLink {
    margin-bottom: 10px;
    font-size: 11px;
}
.item_prev {
    float: left;
    background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left: 14px;
}
.item_next {
    float: right;
    background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right: 14px;
}
#detail .detailTxt{
    border-top:1px dotted #b2b2b2;
    border-bottom:1px dotted #b2b2b2;
    padding:10px 0;
    margin-bottom:20px;
    text-align: left;
}
/* メールリンク */
#r_contact{
    margin:10px 0 10px -5px ;
}
#r_contact li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/* SNS */
#r_sns{
    margin-top:10px;
}
#r_sns li{
  float:left;
  margin-left: 10px;
}
/* カートにいれるボタン */
#basketBtn{
    background:url(/images/original_design_default/samplesource/7/basketBg.png) repeat;
    padding:10px;
    margin-top:10px;
}
#basketBtn .cartBtn{
    float:left;
    width:48%;
}
#basketBtn .cartBtn a.into-cart,
#basketBtn .buyBtn a.quick-cart {
    width:100%;
    color:#fff;
    text-decoration:none;
}
#basketBtn .buyBtn{
    float:right;
    width:48%;
}
#basketBtn a:hover {
    opacity: 0.75;
}
/* 追加商品説明文 */
#r_detailExt{
}
/* 追加商品画像 */
#r_addImg {
  margin-bottom: 30px;
}
#r_addImg li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 15px 0 10px;
}
#r_addImg li p{
    margin:5px auto 0;
    word-break: break-all;
}
#r_addImg li img{
    width:90%;
    height:auto;
}
h2.addImgTitle {
    font-size: 16px;
    font-weight: bold;
}
/* レビュー */
#r_review #M_reviewViewAll .M_reviewList{
  border: none;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 20px 0;
}
#M_reviewViewAll .M_reviewerInfo{
    font-size: 14px;
}
#M_reviewViewAll .M_reviewRate p{
    font-size: 12px;
}
#r_review #M_reviewViewAll .M_reviewList .M_reviewInner{
  margin: 0;
}
#r_review #M_reviewViewAll .M_reviewRate{
  font-size: 1px;
  font-weight: bold;
}

#r_review #M_reviewViewAll .M_reviewInfo{
  border-bottom: 0;
  margin-bottom: 15px;
}

#r_review #M_reviewViewAll .M_reviewReadText{
  margin: 0;
  padding: 0;
}

#r_review #M_reviewViewAll .imgLi span{
  width: 22px;
  height: 21px;
  margin-right: 5px;
}
#r_review #M_reviewViewAll .ic1 span {
    background: url(https://gigaplus.makeshop.jp/hivetest/img/reviewStar-on.svg) no-repeat;
    background-position: center center;
    background-size: 22px 21px;
}
#r_review #M_reviewViewAll{
  width: 100%;
  margin: auto;
}
#r_review #M_reviewViewAll .ic1 span.off {
    background: url(https://gigaplus.makeshop.jp/hivetest/img/reviewStar-off.svg) no-repeat;
    background-position: center center;
    background-size: 22px 21px;
}

#r_review #M_review .ic1 li span {
    background: url(https://gigaplus.makeshop.jp/hivetest/img/reviewStar-on.svg) no-repeat;
    background-size: 100% auto;
}

#M_reviewViewAll #M_reviewBtm{
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

#r_review #M_review{
  font-size: 14px;
}

#r_review #M_review input[type="text"]{
  padding: 7px;
  border: #e6e6e6 1px solid;
}
#r_review #M_review textarea{
  width: 99%;
  border: #e6e6e6 1px solid;
  height: 80px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#r_review #M_review tbody > tr{
  padding-bottom: 10px;

}

#r_review #M_review tbody > tr > td {
    padding-bottom: 10px;
}

/* 商品グループ */
#r_group h3{
    border-bottom:2px solid #D6D3CF;
    color:#403C39;
}
#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group .itemBox p{
    text-align: left;
}
#r_group .price {
    color: #661E00;
    font-weight: bold;
}
/* 最近チェックした商品 */
#recent{
    display: none;
}
#detail #r_recent{
}
#recent td.line{
    display: none;
}
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:100%;
    height:280px;
    overflow:auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}
/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:60px;
}
#wishTable,
#basketTable{
    width:100%;
    margin:30px 0px;
}
#wishTable th,#wishTable td,
#basketTable th,#basketTable td{
  text-align:center;
  border-bottom:1px solid #dfdfdf;
      padding: 10px 6px;

}
#wishTable th,
#basketTable th{
    border-bottom:1px solid #dfdfdf;
    white-space:nowrap;
    background:#f2f2f2;
      font-size: 14px;
}
#wishTable .wishNum,
#basketTable .basketNum{
    width:30px;
    padding:0;
}
#wishTable .wishImg,
#basketTable .basketImg{
    width:56px;
}
#wishTable .wishName,
#basketTable .basketName{
  width:400px;
  text-align:left;
}
#wishTable .wishName p,
#basketTable .basketName p{
  font-size: 12px;
  color: #666;
}
#wishTable .wishName p a,
#basketTable .basketName p a{
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.quantityWrap{
    display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
    display:table-cell;
    vertical-align:middle;
    padding:0 2px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#wishTable .wishPoint,
#basketTable .basketPoint{
    width:70px;
}
#wishTable .wishPrice,
#basketTable .basketPrice{
    width:70px;
}
#wishTable .wishOption,
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
}
#wishTable .wishOption select,
#basketTable .basketOption select{
  margin-right: 10px;
  padding: 2px 5px;
  border: #dfdfdf 1px solid;
  /* border-radius: 5px; */
}
#wishTable .wishQuantity input,
#basketTable .basketQuantity input{
  padding: 5px;
  border: #dfdfdf 1px solid;
  padding: 2px 5px;
  display: block;
font-size: 12px;
}
#wishTable .wishQuantity input{
  display: inline-block;
  margin-right: 5px;
}
#wishTable .wishHaisou,
#basketTable .basketHaisou{
    /* padding:0; */
}
#wishTable .carriageWrap,
#basketTable .carriageWrap{
    margin:4px 0;
}
#wishTable .wishHaisou p,
#basketTable .basketHaisou p{
    text-align:right;
}
#wishTable .wishHaisou .carriageMsg1,
#basketTable .basketHaisou .carriageMsg1{
    color:#cc0000;
}
#wishTable .wishHaisou .carriageMsg2,
#basketTable .basketHaisou .carriageMsg2{
    font-size:11px;
}

#basketTable .basketBtns{
    width:80px;
}
#wishTable .wishBtns{
    width:100px;
}
#wishTable .wishBtns img,
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#wishTable .wishTotal,
#basketTable .basketTotal{
    text-align:right;
    background:#f2f2f2;
}
#wishTable .wishTotal em ,
#basketTable .basketTotal em {
    font-weight: bold;
    font-size: 18px;
    color: #cc0000;
    font-style: normal;
}
#wishTable .wishEmpty p,
#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#r_basket .btnWrap .btnBack{
  padding-top:5px;
}
#r_basket .btnWrap .btnBack > a{
  margin-right: 10px;
}

#r_basket .btnWrap .btnOrder{
}

#r_basket .btnWrap .btnOrder a.button{
  background: #bb0000;
  font-size: 18px;
  border-color: #bb0000;
  width: 296px;
}

#r_basket .btnWrap .btnOrder a.button:hover{
  background: #fff;
  color: #bb0000;
  font-size: 18px;
}
#r_basket .btnWrap .btnOrder a.arrow:hover:after{
  border-color: #bb0000;
}
.amazonButtonWrap{
  margin-top: 15px;
}

.cartMinBtn {
    border-radius: 3px;
    background: #050505;
    border: 1px solid #050505;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    line-height: 1;
    transition: 0.3s;
}
.cartMinBtn:hover{
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.cartMinBtn.inverse{
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #050505;
}


.cartMinBtn i{
  font-size: 10px;
  display: inline-block;
  margin-right: 2px;
  color:#fff;
}
.cartMinBtn.inverse i{
  color:#aaa;
}

/* お気に入りリスト */

/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
h2.search-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#r_searchName{
    margin:10px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:none;
    padding:10px 0 40px;
}
#r_searchInput table{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
#r_searchInput .btnWrap{
    margin-top:10px;
}
#r_searchInput th,#r_searchInput td{
    border:1px solid #d6d3cf;
    padding:6px 8px;
}
#r_searchInput th{
    background:#f7f7f7;
    width:15%;
}
#r_searchInput td{
    width:35%;
}
#r_searchInput td input{
    width:100px;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchContent input,#r_searchInput #searchCode input{
    width:230px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    background: none;
    padding-left: 0px;
}
#r_searchList a {
    text-decoration:none;
    color: #808080;
}
#r_searchList a:hover {
    opacity: 0.75;
}
#r_searchList .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
    margin-right: -10px;
    margin-left: -10px;
}
#r_searchList .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
    margin-bottom:16px;
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin:5px 0;
    /* text-align:center; */
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .price{
    font-weight:bold;
    /* color:#661e00; */
    /* text-align:center; */
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    background: none;
    text-align:center;
}
#r_searchInput .btnWrap{
    text-align:center;
}
#r_searchList .imgWrap img {
    width: 100%;
    height: auto;
}
a.into-cart.ctg-btn.search-btn {
    width: 80%;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    float:none;
}

/*----------------------------------------------------
    下層タイトル調整
----------------------------------------------------*/
.lowinfo_1 h2{
    padding-top:0px !important;
}
td.woong.titleB img{
    display: none;
}
td.woong.titleGuide.titleB {
    width: 910px;
}
/*title0*/
#category h2 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
#r_recent h3 {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 16px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    padding: 8px;
}
/* title1 */
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}
td.woong.titleB img{
    display: none;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
}*/

/* title2*/
/*#category h2 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#r_recent h3 {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
td.woong.titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}
#news .titleB {
    font-size: 14px;
    background: #000;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    line-height: 45px;
    height: 45px;
}*/
/* title3*/
/*#category h2{
    font-size:14px;
    border-bottom:2px solid #d6d3cf;
    margin-bottom:20px;
    background:none;
    padding-left:0;
}
#r_recent h3 {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}
#news .titleB {
    font-size: 14px;
    border-bottom: 2px solid #d6d3cf;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}*/

/* title4*/
/*#category h2 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#r_recent h3 {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
td.woong.titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}
#news .titleB {
    font-size: 14px;
    border-left: 3px solid #d6d3cf;
    margin-bottom: 20px;
    background: none;
    padding-left: 12px;
    line-height: 40px;
    height: 40px;
}*/
#guideTitle {
    display:none;
}
#r_recent h3 {
    content: "最近チェックした商品";
}
#makebanner > tbody > tr > td > table > tbody > tr > td.woong img {
    display: none;
}
td.woong.titleB.titleCart:after {
    content: "買い物かご";
}
td.woong.titleB.titleGuide:after {
    content: "ご利用ガイド";
}
td.woong.titleB.titleCompany:after {
    content: "ショップについて";
}
td.woong.titleB.titleRegi:after {
    content: "新規会員登録";
}


/*ここから調整*/

body {
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size:12px;
  font-weight:500;
  min-width:1200px;
}
body.open {
  overflow: hidden;
}
img{
  max-width:100%;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover{
  /*text-decoration: underline;*/
}
a img{
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 1;
}
a:hover img{
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}
.popBnrText:hover img{
    -webkit-transition: opacity .25s;
          transition: opacity .25s;
  opacity: 0.8;
}

/*全体インナー*/
.cInner{
  width:1200px;
  margin:0 auto;
}

.container{
  width:1200px;
  margin:0;
}

#container{
  margin:60px 0 0px;
  max-width:1200px;
}

/*ミドルコンテンツ*/
#middle_contents{
  margin:0 auto;
}

/*サイド*/
#side {
  display: none;
  /* float: left; */
  /* width: 250px; */
}

/*メイン*/
#main {
  /* float: right; */
  /* width: 910px; */
  width: 1200px;
  /* text-align:left; */
  /* margin-top:-20px; */
  margin-top:20px;
}
.upMain #main{
    margin-top:-40px;
}

/*ヘッダー*/
header#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  position: relative;
  z-index: 9999;
}

header#header a:hover {
  text-decoration: none;
}

/*ヘッダー固定　背景色*/
.header__wrap {
  background-color: #fff;
}

.header__inner {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
header#header .container {
  max-width: 1200px;
  /*padding-right: 15px;
  padding-left: 15px;*/
}

.header__inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.header__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo > img, .header__logo > a img {
  display: inline-block;
  max-width: 92px;
  height: auto;
  height: auto !important;
}

.header__logo > img, .header__logo > a {
  padding: 20px 0px;
}

.header__subtitle {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.header__subtitle img {
  max-width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*.header__topnav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}*/

.header__logo {
  -webkit-box-ordinal-group: 2;
      /*-ms-flex-order: 1;
          order: ;*/
}

.header__iconNav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.header__iconNav.icon1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 4;
          order: 4;
}

.header__iconNav.icon2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}


.header__topnav {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}

.header__topnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__topnav > ul > li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__topnav > ul > li > a {
  padding: 1.0em 1.25em 1.0em 1.25em;
  display: block;
  position: relative;
}

.header__topnav > ul > li > a:after {
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #262627;
  border-right: 1px solid #262627;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__topnav > ul > li > a:hover{
  /* color: #b31e28; */
  color: #bbb;
  transition: 0.2s;
}
.header__topnav > ul > li > a:hover:after {
  left: 5px;
}
li.nav__search{
  font-size: 16px;
}
.header__topnav:before {
  content: "";
  position: absolute;
  left: -100vw;
  right: -100vw;
  background: #ffffff;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.header__nav.icon1 > ul {
   -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          margin-top: -5px;
}


.header__nav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .icon1 > ul {
  margin-right: 30px;
} */

.header__nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav > ul li.spNav__snsIcon {
  display: none;
}


.header__nav > ul li > span,
.header__nav > ul li a {
  padding: 20px 1em 20px 1em;
  position: relative;
  overflow: hidden;
}
.header__nav > ul li:first-child a {
  padding: 20px 1em 20px 0;
}
.header__nav > ul li:last-child a {
  padding: 20px 0 20px 1em;
}
.header__nav > ul li .h_icon1 {
  padding: 14px 10px 0;
  position: relative;
  overflow: hidden;
}
.header__nav > ul li:first-child .h_icon1 {
  padding: 16px 10px 0;
}
.header__nav > ul li:last-child .h_icon1 {
  padding: 15px 0 15px 1em;
}

.header__nav > ul li > span > span,
.header__nav > ul li a > span {
  text-align: center;    display: block;
}




.header__nav > ul li > span:hover,
.header__nav > ul li a:hover {
  color: #bbb;
  transition: 0.2s;
}


/* ホバー時下線アニメーション */

/* .header__nav > ul li > span:before,
.header__nav > ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #b31e28;
  transform: translateX(-100%);
  transition: 0.5s;
  opacity: 0;
} */

/* .header__nav > ul li > span:hover:before,
.header__nav > ul li a:hover:before {
  transform: translateX(0);
  transition: 0.2s;
  opacity: 1;
} */

.header__nav > ul li.hasChildren > span {
  cursor: pointer;
}

.header__nav > ul li.hasChildren > span:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header__nav > ul li.hasChildren > span.open:after {
  -webkit-transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header__nav > ul li.hasChildren.header__nav--megamenu  ul {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 93%;
  left: 0;
  right: 0;
  background: #f8f8f8;
  padding: 40px;
  transition: 0.15s;
    overflow: hidden;
}
.header__nav > ul li.hasChildren.header__nav--megamenu  ul.open {
  pointer-events: all;
  opacity: 1;
  transition: 0.15s;
}
.header__nav > ul li.hasChildren.header__nav--megamenu  ul:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav > ul li.hasChildren.header__nav--megamenu  ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  left: -50vw;
  background: #f8f8f8;
}

.header__nav > ul li.hasChildren.header__nav--megamenu  ul  li {
  display: block;
  float: left;
  width: 25%;
}
/*megamenu コンテンツ幅に合わせたっぽく */
.header__nav > ul li.hasChildren.header__nav--megamenu  ul  li a{
  text-align: right;
}
.header__nav > ul li.hasChildren.header__nav--megamenu  ul  li:nth-child(4n+1) a{
  text-align: left;
}
.header__nav > ul li.hasChildren.header__nav--megamenu  ul  li:nth-child(4n+2) a{
  text-align: center;
}

.header__nav > ul li.hasChildren.header__nav--megamenu  ul  li a {
  display: block;
  color: #000;
  /* padding: 0.75em 0.25em 0.75em 15px; */
  padding: 0.75em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
/* .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:after {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
} */

.header__nav > ul li.hasChildren.header__nav--megamenu ul  li a:hover {
  color: #bbb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav > ul li.hasChildren.header__nav--megamenu ul  li a:hover:after {
  left: 5px;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) {
  position: relative;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul {
  display: none;
  position: absolute;
  background: rgba(179, 30, 40, 0.9);
  top: 100%;
  width: 230px;
  height: 510px;
  padding : 20px ;
  left: -200px;
  right: -200px;
  margin: auto;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li {
  display: block;
  text-align: left;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a {
  display: block;
  color: #FFF;
  padding: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover {
  background: #bbb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover:after {
  left: 5px;
}

.header__nav > ul li.hasChildren > span:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.header__nav > ul li.hasChildren > span.open:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header__gNav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  -ms-flex: initial;
      flex: initial;
  width: 50%;
  background: #fff;
  display: flex;
}
.header__gNav a{
  color: #1b1b1b;
}
.header__gNav > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__gNav .container1 {
  max-width: 100%;
  width: 100%;
}
.header__gNav li > a {

}

.header__iconNav i {
  font-size: 17px;
}

.header__iconNav.hasChildren {
  position: relative;
}

.header__iconNav.hasChildren:after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header__info_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
}

.header__info {
  position: absolute;
  top: 20px;
  right: 0;
}

.header__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header__info ul li {
  display: inline-block;
  list-style: none;
}

.header__info ul li:not(:last-child) {
  margin-right: 10px;
}

.header__info .button {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}


.header__search {
  margin: auto;
  position: relative;
}
.nav__search .header__search {
  display: none;
  position: absolute;
  top: 100%;
  width: 280px;
  right: 0;
}
.searchform{
  position: relative;
}
.searchform input {
  width: 100%;
  padding: 10px 45px 5px 5px;
  border: none;
  border-bottom: 1px solid #000;
  /* border-radius: 50px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
li:not(.nav__search) > .header__search{
  width: 200px;
  font-size: 12px;
  margin-right: 40px;
  margin-left: 10px;
}

.searchform #searchsubmit {
  position: absolute;
  right: 5px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}

.searchform #searchsubmit i:before {
  z-index: 2;
  font-size: 14px;
}

.menu-toggle {
  cursor: pointer;
}



@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/*アイキャッチ*/
.eyecatch .bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}
.eyecatch .bx-wrapper {
  margin-bottom: 0px !important;
}
.eyecatch img{
  width:100%;
}
.bx-wrapper .bx-viewport {
-webkit-box-shadow: 0 0 0px #ccc !important;
box-shadow: 0 0 0px #ccc !important;
border: solid #fff 0px !important;
left: 0px !important;
background: #fff !important;
text-align:right;
}

/*サイド*/
.sideTitle{
  padding-bottom: 12px;
  font-weight:bold;
  border-bottom:solid 1px #dfdfdf;
  font-size:14px;
  margin-bottom:15px;
}

.sideSnsList{
  box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.sideSnsList__unit{
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
.sideSnsList__unit > a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
#M_ctgList2 a:hover{
  text-decoration: none !important;
  color: #b31e28;
}
.sideSnsList__unit > a:hover{
  text-decoration: none;
  color: #b31e28;
}
.sideSnsList__unit i{
  font-size: 30px;
}
.sideSnsList__unit:first-child{
    margin-left:0px;
}

.sideBnr__text{
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    font-size: 12px;
    color:#333;
}

.search{
  margin-bottom:25px;
}
.search__text{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:38px;
  width:205px;
  padding-left:10px;
  font-size:10px;
  float:left;
  border:none;
  border:solid 3px #020202;
}
.search__submit{
  float:right;
}

.sideBnrList__unit{
  margin-top:15px;
}
.sideBnrList__unit:first-child{
  margin-top:0;
}

/*サイド一覧(カテゴリーやグループ)*/
.js-none-check{
  display: none;
}
.sideSearch,
.sideSnsList,
.sideListArea,
.sideBnrArea{
  margin-bottom: 30px;
}

.sideList li{
  padding-left: 0 !important;
  position: relative;
  background: none !important;
  line-height:1.6 !important;
}
.sideList li a{
  display: block;
  padding-left: 15px !important;
}
.sideList li a:before{
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #262627;
  border-right: 1px solid #262627;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sideList li a:hover:before{
  left: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sideList li:nth-child(n+2){
  margin-top:10px !important;
}
/*2階層目以降非表示*/
.sideList li ul{
    display: none;
}
a.sideList__link{
  color:#666;
}

.sideLinkArea{
  margin-top:30px;
}
.sideLinkList__unit:nth-child(n+2){
  margin-top:15px;
}
a.sideLinkList__link{
  display: block;
  line-height:40px;
  color:#999999;
  text-decoration: none !important;
  text-align:center;
  background:#e9e9e9;
}

/*フッター*/
.footer {
  width:100%;
  /* padding-top: 100px; */
  padding: 50px 0;
  border-top: 1px solid #000;
}
/*特定商フッター*/
.footer__sk{
  margin-top:55px;
}
.footer__sk,.footer__sk a{
  color:white;
}
.footer__skTitle {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-size: 15px;
    margin-bottom: 25px;
    font-weight:bold;
}
.footer__sk--list3 .footer__skBox {
    width: 30%;
    float: left;
}
.footer__sk--list3 .footer__skBox:nth-child(n+2) {
    margin-left: 3.3%;
}
.footer__sk--list4 .footer__skBox {
    width: 22%;
    float: left;
}
.footer__sk--list4 .footer__skBox:nth-child(n+2) {
    margin-left: 4%;
}
.footer__skName {
    font-weight: bold;
    margin-bottom: 5px;
}
.footer__skName:nth-child(n+2) {
    margin-top: 25px;
}
.footer__skBox .payment_img {
    display: inline-block;
    margin-bottom: 3px;
}
.footer__skBox .payment_img:nth-child(n+2) {
    margin-left: 5px;
}


.footerSns{
  box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.footerSns__unit{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.footerSns__unit:last-child{
  padding-right: 0;
}
.footterSns__unit > a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
}
.footerSns i {
  padding: 0;
  font-size: 24px;
}
.footterSns__unit > a:hover{
  text-decoration: none;
  color: #f8f8f8;
}
.footterSns__unit i{
  font-size: 30px;
}

.fNav{
  margin-top: 30px;
  letter-spacing: -.4em;
  text-align:center;
  width:100%;
}
.fNav__unit{
  letter-spacing: normal;
  display: inline-block;
}
.fNav__unit:nth-child(n+2){
  margin-left:48px;
}
a.fNav__link{
  color:white;
}

/*コピーライト*/
#footer__copy {
clear: both;
    /* margin-top: 100px; */
    padding: 30px 0 0;
    text-align: left;
    font-size: 12px;
    background-color: #fff;
    color: #000;
    font-weight: normal;
}

/*横並び一覧*/
.itemList{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList td{
    height:auto;
}
.itemList__unit{
  float:left;
  text-align:center;
}
.itemList__unit img{
    height:auto;
}
.itemList__unit table{
    width:100%;
}
.itemList__imgBox{
  margin-bottom:10px;
}
.itemName{
  text-align: left;
  margin-top:5px;
}
.itemPrice {
    display: block;
    margin-top: 5px;
    /* font-weight: bold; */
}
.itemList__description{
  margin-top:5px;
}
.itemList table{
    height:auto;
}
.itemList tr:nth-child(1) img{
    width:100%;
    height:auto;
    display: inline-block;
    margin-bottom:10px;
}
.itemList tr:nth-child(2) td{
    padding-bottom:5px;
}
.itemList__imgBox img{
    width:100%;
    height:auto;
}
.itemList td{
    height:auto;
}

.itemList{
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -30px;
}

.itemList .itemList__unit{
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

/*2つ並び*/
.itemList--2 .itemList__unit{
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/*3つ並び*/
.itemList--3 .itemList__unit{
  padding-left: 10px;
  padding-right: 10px;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

/*4つ並び*/
.itemList--4 .itemList__unit{
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/*5つ並び*/
.itemList--5 .itemList__unit{
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

/*6つ並び*/
.itemList--6 .itemList__unit{
  max-width: 16.666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
  padding-left: 10px;
  padding-right: 10px;
}

/*7つ並び*/
.itemList--7 .itemList__unit{
  max-width: 14.285%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.285%;
          flex: 0 0 14.285%;
}

/*8つ並び*/
.itemList--8 .itemList__unit{
  max-width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

.itemList__link{
  display: block;
}

/*フルサイズバナー*/
.fullBnrList{
  margin-bottom:30px;
}
.fullBnrList img{
  width:100%;
}
.fullBnrList--2 .fullBnrList__unit{
  width:50%;
  float:left;
}
.fullBnrList--2 .fullBnrList__unit:nth-child(odd){
  clear: both;
}

/*カラム*/
.column--2{
  width:48%;
  float:left;
}
.column--2:nth-child(2n){
  float:right;
}

/*main*/
.h2C {
  font-size:14px;
  font-weight:bold;
  text-align:center;
  letter-spacing: 0.5px;
  position:relative;
}
.h2C::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 3px;
  right: -20px;
}
.mainTitle{
  margin-bottom:40px;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  letter-spacing: 0.5px;
}
.mainTitle small{
  display: block;
  color: #555;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.mainTitle2{
  font-size:25px;
  font-weight:bold;
  display: inline-block;
  padding:0px 3px 3px;
  border-bottom:solid 1px #333;
  margin-bottom:15px;
}
.mainTitle--withText{
  margin-bottom:5px;
}

.section--main{
  margin-bottom:60px;
}

section{
  margin-bottom: 90px;
}

/*moreボタン*/
.moreBtn{
  display: block;
  margin: 40px auto 0px;
  width: 300px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  color: #000;
  /* border-radius: 100px; */
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 1px;
  background: #fff;
  /* -webkit-transition: opacity .3s;
  transition: opacity .3s; */
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}
.moreBtn:hover{
  opacity: 0.8;
  /* -webkit-transition: opacity .3s;
          transition: opacity .35s; */
  -webkit-transition:.3s;
          transition:.35s;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.morebtn::after{
  /* content: "";
  top: 50%;
  right: 60px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #988575;
  border-right: 1px solid #988575;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); */
}
.moreBtn:hover::after{
  /* content: "";
  top: 50%;
  right: 60px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #988575;
  border-right: 1px solid #988575;
  -webkit-transform: translatey(-50%) rotate(45deg);
          transform: translatey(-50%) rotate(45deg);
  -webkit-transition: 0.25s;
  transition: 0.25s; */
}
.js-more li:nth-child(n+7){
  display: none;
}
.js-more--contents li:nth-child(n+15){
  display: none;
}
.js-moreBtn,.js-moreBtn--contents{
  display: none;
}

/*バナーのホバーテキストセット*/
.popBnrText{
  position:relative;
}
.popBnr{
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display: none;
}
#side .popBnr{
  display: block !important;
}
.popBnr__box{
  display: table;
  width:100%;
  height:100%;
  color:white;
}
.popBnr__inner{
  display: table-cell;
  padding:10px;
  vertical-align: middle;
}
.popBnr__title{
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size:14px;
}
.popBnr__text{
  margin-top:10px;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}


/*CONTENTS*/
.itemList--contents{
  background:black;
  margin-left: 0;
  margin-right: 0;
}

.itemList--contents .itemList__unit{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  max-width: 14.27%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.27%;
          flex: 0 0 14.27%;
}
/* .itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
} */
.itemList--contents .itemList__unit img{
  width:100%;
}

.bgSection{
  /* padding:30px 0; */
  width:100%;
  /* overflow-x: hidden; */
  /* background:#f2f2f2; */
}
.bgSection__bg{
  width:100%;
}

/*お知らせ*/
#info{
  background:white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px 15px 0px 15px;
}
/* .info__wrap{
    padding:18px 0px 5px;
} */
.info__inner{
  height:50px;
  /* overflow: auto; */
  padding:15px 15px 10px;
}
#info .mainTitle{
  margin-bottom: 15px;
  margin-top: 15px;
}
#info td td{
    padding-bottom:10px;
}
#info tr td:nth-child(2){
    padding-left:5px;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

.dnone{
    display: none;
}

/*********  購入数ボタン ********/
/*商品詳細ページ*/
img[src$="basket_up.gif"],
 img[src$="basket_down.gif"] {
    display: block;
}

/*買い物かごページ*/
#basketTable .basketQuantity{
	width:135px;
}
#basketTable td.basketQuantity table.basketQunantity{
	width:20px;
	margin-top:3px;
}
#basketTable .basketQuantity input,
#basketTable .basketQuantity table,
#basketTable .basketQuantity img{
	float:left;
	margin-right:0px;
}
#basketTable .basketQuantity img{
	margin:0 0 1px;
}
#basketTable .basketQuantity td{
	border:none;
	padding:0;
}
#basketTable .quantityAmend img {
    width: 100%;
    height: 18px;
}






/*********  テンプレート改修による調整 ********/

/* 商品詳細ページ調整 */
.detailSlider .bxslider li:nth-child(n+2){
    display: none;
}
.detailSlider .bx-wrapper .bxslider li:nth-child(n+2){
    display: block;
}

.detailSlider .bx-wrapper img{
    margin:0 auto;
}
.detailSlider .bx-wrapper .bx-controls-direction a{
    text-indent: -9999px;
    z-index:8888 !important;
}
.detailSlider .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.detailSlider #bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detailSlider #bx-pager > a {
  display: block;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  padding-top: 20%;
  padding-top: calc(20% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detailSlider #bx-pager > a:nth-child(n+6) {
  margin-top: 10px;
}

.detailSlider #bx-pager > a img{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (-ms-high-contrast:none){
  .detailSlider #bx-pager > a img{
    height: auto;
  }
}

.infoTable{
  margin: 15px 0px;
  width: 100%;
  border-left: none;
  table-layout: fixed;
}
.infoTable th {
    display: inline-block;
    overflow: hidden;
    padding: 3px 4px 3px 0px;
    width: 30%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.infoTable td {
    display: inline-block;
    overflow: hidden;
    padding: 3px 0;
    width: 60%;
    text-align: left;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.infoTable td input {
    padding: 0 4px;
    width: 38px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    vertical-align: middle;
}
.infoTable td .price input{
  width:80px;
  text-align: left;
  background: none;
}
.optionTable,.optionTable table{
  width:100%;
}
.numChange_box {
  margin-bottom: 0!important;
}
.numChange_box td {
  width:auto;
}
.numChange{
  width:50px;
  margin-bottom: 0!important;
}
.numChange .fa{
  font-size:18px;
}
.nameoption th {
  display: block;
}
.nameoption td {
  width: 100%;
}
.nameoption td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
tr.option td {
    padding: 5px 0;
}

/* 定期購入 */
#M_repeatPriceTable{
	border-top:1px solid #999;
	border-left:1px solid #999;
	width:100%;
	margin:8px 0;
}
#M_repeatPriceTable th{
	text-align:center;
	background:#ffc;
}
#M_repeatPriceTable th,
#M_repeatPriceTable td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	font-size:13px;
	padding:3px;
}
#M_repeatPriceTable th{
	font-weight:normal;
}
#M_repeatPriceTable .M_taxIn{
	font-size:11px;
	color:#666;
}
#M_repeatPriceTable td{
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}
#M_repeatBonus{
	clear:both;
	overflow:hidden;
	_zoom:1;
	margin-top:16px;
	border:1px solid #999;
}
.M_repeatBonusWrap{
	margin:8px;
	padding:10px;
	width:310px;
	float:left;
}
.M_repeatBonusName{
	font-weight:bold;
	font-size:14px;
	margin-bottom:8px;
}
.M_repeatBonusClear{
	overflow:hidden;
	_zoom:1;
}
.M_repeatBonusImg{
	float:left;
	width:100px;
	margin-right:4px;
}
.M_repeatBonusImg img{
	width:100px;
}
.M_repeatBonusDetail{
	float:right;
	width:200px;
}
h4.regular{
	font-weight:bold;
    background: none repeat scroll 0 0 #E6E6E6;
	margin: 8px 0;
    padding: 8px;
	font-size:14px;
}
.stockY{
  text-align: left;
  font-weight: bold;
  margin: 10px auto;
}
.repeatMgn{
	margin-bottom:8px;
	text-align:left;
}
.M_repeatPrice span{
	color:#CC0000;
}
#basketBtn2 {
    margin-top: 10px;
    padding: 10px;
}
a.repeat_basket_btn {
  text-align: center;
    background: #b60500;
    color: #fff;
    display: inline-block;
    margin: 16px auto;
    padding: 14px 32px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	width: 70%;
}
a.repeat_basket_btn:hover {
    background: #be605d;
}
#buyInfo {
	margin:20px 0 30px;
	overflow:hidden;
	_zoom:1;
}
#buyInfo h4 {
	background:#ccc;
	padding:8px;
	margin:8px 0;
	font-size:16px;
	font-weight:bold;
}
#buyInfo .repeatDescription{
	padding:6px 12px;
	border:#333 solid 1px;
}
#buyInfo .buyBtn{
	margin:16px 0;
}
#M_usualValue td,
#M_usualValue td input{
	font-size:18px;
	font-weight:bold;
}
#M_usualValue td input{
	width:70px;
}
div.M_infoEmbedded {
float:left;
}
.M_repeatPrice{
	margin:10px auto;
	font-size:16px;
}
.M_repeatPrice,
.M_repeatPrice input.m_price {
  text-align: left;
	font-weight:bold;
}
.M_repeatPrice input.m_price {
	width:60px;
	font-size:18px;
	/* font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
}
.stockN {
	background:#eee;
	padding:10px;
	font-size:20px;
	color:#cc0000;
	text-align:center;
}
.repeatMgn > table{
  margin: 20px 0px;
  border-left: none;
  display: inherit;
}
.repeatMgn > table td {
    overflow: hidden;
    width: auto;
    padding: 0 5px;
    text-align: left;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.repeatMgn > table td input {
    padding: 0 4px;
    width: 38px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    vertical-align: middle;
}

/* 下記、商品詳細テーブル */
.detailTable {
	margin: 40px 0px;
	width: 100%;
	border-left: none;
	table-layout: fixed;
}
.detailTable caption {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0.5em;
	text-align: left;
}
.detailTable tbody tr {
	border-bottom: 1px solid #ccc;
}
.detailTable tbody tr:first-child {
	border-top: 1px solid #ccc;
}
.detailTable tbody th,
.detailTable tbody td {
  padding: 12px;
  padding-left: 0;
	font-size: 12px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}
.detailTable tbody th {
	width: 25%;
	width: calc(120px);
}
.detailTable tbody td {
	width: 65%;
	width: calc(100% - 168px);
}
.detailTable tbody td input {
	padding: 0 4px;
	width: 38px;
	height: 26px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
}
.detailTable tbody td .price input {
	width: 80px;
	text-align: left;
	background: none;
}
.detailTable tbody td strong.price {
	font-size: 14px;
}



/* 商品詳細追加 */

#detail .detailTxt {
  border-top: none;
  border-bottom: none;
  padding:0;
  margin-bottom: 30px;
}

#itemName {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 30px;
  /* margin-top: 15px; */
  margin-top: 0;
}

#detailInfo table.infoTable,
#detailInfo table.infoTable th,
#detailInfo table.infoTable td{
  font-size: 12px;
}

.option select{
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

#detailInfo table input{
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 1 !important;
  height: auto !important;
}

#basketBtn{
  background: none;
  padding: 0;
  margin-bottom: 15px;
}

#basketBtn .cartBtn{

}
#basketBtn .cartBtn,
#basketBtn .buyBtn{
  float: none;
  width: auto;
}
#basketBtn .cartBtn a.into-cart, #basketBtn .buyBtn a.quick-cart{
  /* border-radius: 5px; */
  font-size: 20px;
}
#r_contact{
  margin: 0 0 30px 0;
  margin-right: -5px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#r_contact .contactBtn{
  width: 50%;
  /* max-width: calc(100% - 80px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 80px);
          flex: 0 0 calc(100% - 80px); */
}

#r_contact .favBtn{
    width: 50%;
    text-align: center;
    background: #cccccc;
    font-size: 12px;
    margin-left: 2%;
  /* max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
#r_contact .favBtn a{
    width: 49%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: 0.2s;
}
#r_contact a.ditail-contact-btn {
    display: block;
    font-size: 12px;
    /* border-radius: 5px; */
    /* font-weight: bold; */
    text-align: center;
    background: #cccccc;
    color: #fff;
    /* border: 1px solid #000; */
    padding: 0 15px;
    line-height: 56px;
    height: 56px;
    text-decoration: none;
    transition: 0.2s;
}
#r_contact .contactBtn i {
  margin-right: 10px;
}
#r_contact .favBtn i{
  margin-right: 10px;
}
#r_contact .contactBtn a:hover, #r_contact .favBtn:hover {
    color: #ffffff;
    background: #3a3a3a;
    opacity: 1;
}


.detailSlider{
  margin-bottom: 30px;
}
.detailSlider .bx-wrapper{
  position: relative;
  margin-bottom: 15px;
}

.detailSlider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
}

.detailSlider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px;
}

.detailSlider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
}

.detailSlider .bx-wrapper .bx-prev ,
.detailSlider .bx-wrapper .bx-next {
  width: 30px;
  height: 60px;
  background: rgba(0,0,0,0.25);
}

.detailSlider .bx-wrapper .bx-prev:before ,
.detailSlider .bx-wrapper .bx-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.detailSlider .bx-wrapper .bx-prev:before{
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
          left: 10px;
}

.detailSlider .bx-wrapper .bx-next:before{
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          right: 10px;
}


/* TOPカテゴリー */

/* .iconNav {
  padding: 20px 35px 20px 15px !important;
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 2px solid #d2d2d2;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */
.iconNav {
  padding: 15px !important;
  text-align: center;
  display: block;
  border: 1px solid #000;
  text-decoration: none;
}
.iconNav:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* background: #f2f2f2; */
  background: #000;
  color: #fff;
}
.arrow {
  position: relative;
}
.arrow:hover {
  text-decoration: none;
}
/* .arrow:not([target="_blank"]):after {
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow:not([target="_blank"]):hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0.8em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
} */

.iconNav .iconNav_img {
    width: 65px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* HOTWORD */
.iconNav .iconNav_text {
  /* display: block; */
  /* display: inline-block; */
  font-weight: bold;
  text-align: left !important;
  font-size: 16px;
}


td.M_option-group {
    text-align: left !important;
}



/* 汎用パーツ */

table.table--basic{
  width: 100%;
  table-layout: fixed;
}
table.table--basic tr{
}
table.table--basic th,table.table--basic td{
  border: 1px solid #666;
  padding: 0.5em;
}
table.table--basic th{
  background: #dfdfdf;
  font-weight: normal;
}
table.table--basic tbody th{
  width: 25%;
}
.text-center{
  text-align: center;
}

/* 会員系パーツ */

.js-guest{
  display: none !important;
}

.js-member{
  display: none !important;
}

.membarNameTrue {
    margin-right: 30px;
    display: block;
}

.quantityAmend {
    min-width: 35px;
}
.basketQunantity {
    min-width: 15px;
}
.back {
    text-align: right;
    margin-top: 15px;
}

/* template 追加 */

/******************************************************

  header

*******************************************************/
.top-info {
  /* background-color: #b9b9b9; */
  background-color: #F2F2F2;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  letter-spacing: 1px;
  /* color: #fff; */
  color: red;
}
.eyecatch {
  overflow: hidden;
  margin-bottom: 80px;
}
#drawer {
  transform: translateX(-101%);
  position: fixed;
  top: 0;
  width: 400px;
  height: 100%;
  left: 0 !important;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  margin-left: 0;
  background: #fff !important;
  pointer-events: none;
}

/* scroll bar */
::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}

#drawer.open {
  transform: translateX(0%);
  /* opacity: 1; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  pointer-events: all;
  margin-top: 0px;
}

#drawer.open:before {
  display: block;
}

#drawer .drawer__bnr {
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

#drawer .drawer__bnr img {
  max-width: 100%;
}

#drawer #drawer__close {
  background: #303030;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

#drawer h2 {
  background: #c0c0c0	;
  color: #fff;
  display: block;
  padding: 20px;
  /* padding: 20px 20px 20px 30px; */
  /* font-weight: bold; */
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  /* position: relative; */
  margin-bottom: 0;
}
#drawer h2:first-child {
  color: #333;
  background-color: initial;
  /* border-top: 1px solid #dddddd; */
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

/* 通常メニュー */
#drawer > ul {
  height: auto;
  font-size: 1.2rem;
  display: block;
}

#drawer > ul li {
  text-align: left;
  display: block;
  width: 100%;
}

#drawer > ul li > span,
#drawer > ul li a {
  display: block;
  color: #303030;
  padding: 13px 30px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  /* font-weight: bold; */
}

#drawer > ul li.hasChildren > ul {
  display: none;
}

#drawer > ul li.hasChildren > ul li a {

}

/* アイコン付きメニュー */
#drawer > ul.drawer__iconMenu li > a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#drawer > ul.drawer__iconMenu li > a span:nth-child(1){
  max-width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

#drawer > ul.drawer__iconMenu li > a span:nth-child(2){
  max-width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  padding-left: 15px;
}

/* 子持ちメニュー */
#drawer > ul > li.hasChildren{
}

#drawer > ul li.hasChildren > span:after,
#drawer > ul li.hasChildren > a:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

#drawer > ul li.hasChildren > span.open:after,
#drawer > ul li.hasChildren > a.open:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#drawer > ul > li.hasChildren ul li a{
  background: #f2f2f2;
}

/* ハンバーガー（メニューアイコン） */
#menu-icon {
  /* position: absolute;
  top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: 20px; */
  width: 35px;
  height: 16px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
    cursor: pointer;
}

#menu-icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
background-color: #000;
}

#menu-icon span:nth-child(2) {
  /* width: 80%; */
}

#menu-icon span:nth-of-type(1) {
  /* top: 0; */
  top: 10px;
}

#menu-icon span:nth-of-type(2) {
  /* top: 7px; */
  top: 20px;
}

#menu-icon span:nth-of-type(3) {
  /* bottom: 0; */
  bottom: -16px;
}

/* #menu-icon {
  z-index: 1001;
}

#menu-icon.open.open {
  -webkit-transition: 0.25s;
  transition: 0.25s;
} */

#menu-icon.open.open span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

#menu-icon.open.open span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

#menu-icon.open.open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.overlay.open {
  display: block;
}

/* カテゴリーリスト */
.cateList:last-child {
  border-bottom: 1px solid #dddddd;
}

.cateList > a {
  border-top: 1px solid #dddddd;
  background: #fff;
  font-size: 12px;
  padding: 15px;
  line-height: 1.6;
  display: block;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
}

.cateList > .cateList__menu::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 99;
  /* -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.15s;
  transition: 0.15s; */
}

.cateList > .cateList__menu:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 25px;
  right: 20px;
  transform: rotate(90deg);
  transition: 0.3s;
  /* -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.15s;
  transition: 0.15s; */
}
.cateList > .cateList__menu:nth-of-type(5):before,
.cateList > .cateList__menu:nth-of-type(5):after {
  display: none;
}
.cateList > .cateList__menu:nth-of-type(7):before,
.cateList > .cateList__menu:nth-of-type(7):after {
  display: none;
}

.cateList > .cateList__menu.open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cateList ul {
  background: #f5f5f5;
}

.cateList .cateList__child:nth-of-type(1) ul li a {
  padding: 15px 10px 15px 25px;
}

.cateList ul li {
  line-height: 1.6;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}
.cateList ul li a {
  display: block;
  padding: 15px 15px 15px 40px;
}
/* .cateList ul li:nth-last-child(2), */
.cateList ul li:last-child {
  border-bottom: none;
}

.cateList ul li a {
  display: block;
  /* padding: 0px 5px 10px 10px; */
  font-size: 12px;
  /* transition: 0.2s; */
}
.cateList ul li.col-6 {
  margin-bottom: 0;
  padding: 0;
}

.cateList ul li a:hover {
  transition: 0.2s;
  opacity: .8;
  /* background: #f7f7ed; */
}

.cateList ul:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  /* background: #d3d3d3	; */
}

.cateList .cateList__child {
  display: none;
  border-top: 1px solid #dddddd;
}
.cateList .cateList__child .row {
  margin-right: 0;
  margin-left: 0;
}
/* nav category */
.cateList .cateList__child.category li a,
.header__nav > ul li.hasChildren.header__nav--megamenu.category > ul > li a
 {
  display: flex;
  /* font-weight: bold; */
  /* text-align: left; */
  align-items: center;
}
.header__nav > ul li.hasChildren.header__nav--megamenu.category > ul > li a {
  font-weight: initial;
}
.cateList .cateList__child.category li a .drawer__category {
 margin-right: 10px;
}
/* .header__nav > ul li.hasChildren.header__nav--megamenu.category span {
 margin-right: 15px;
} */
.header__gNav ul > li {
   margin-right: 15px;
}
.cateList .cateList__child.category li a .drawer__category img,
.header__nav > ul li.hasChildren.header__nav--megamenu.category span img {
  width: 40px;
}


/* .cateList .cateList__child .col-6 {
  display: flex;
  flex-wrap: wrap;
}
.cateList .cateList__child  > li {
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid#dcdcdc;;
  position: relative;
} */
.cateList .cateList__child .cateListColor > li >a {
  padding-left: 70px;
}
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor a {
  padding-left: 50px;
}

.cateList .cateList__child .cateListColor > li > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor a::before
{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 10px;
  margin-right: 10px;
}
.cateList .cateList__child .cateListColor > li > a::before {
  left: 30px;
  top: 14px;
}
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor a::before {
  top: 8px;
}
.cateList .cateList__child .cateListColor > li:first-child > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:first-child a::before {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.cateList .cateList__child .cateListColor > li:nth-child(2) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(2) a::before {
  background-color: #000;
}
.cateList .cateList__child .cateListColor > li:nth-child(3) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(3) a::before {
  background-color: #808080;
}
.cateList .cateList__child .cateListColor > li:nth-child(4) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(4) a::before {
  background-color: #a52a2a;
}
.cateList .cateList__child .cateListColor > li:nth-child(5) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(5) a::before{
  background-color: #f5f5dc	;
}
.cateList .cateList__child .cateListColor > li:nth-child(6) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(6) a::before{
  background-color: #ff0000;
}
.cateList .cateList__child .cateListColor > li:nth-child(7) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(7) a::before{
  background-color: #ffc0cb;
}
.cateList .cateList__child .cateListColor > li:nth-child(8) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(8) a::before{
  background-color: #800080;
}
.cateList .cateList__child .cateListColor > li:nth-child(9) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(9) a::before{
  background-color: #0000ff;
}
.cateList .cateList__child .cateListColor > li:nth-child(10) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(10) a::before{
  background-color: #008000;
}
.cateList .cateList__child .cateListColor > li:nth-child(11) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(11) a::before{
  background-color: #ffff00;
}
.cateList .cateList__child .cateListColor > li:nth-child(12) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(12) a::before{
  background-color: #ffa500;
}
.cateList .cateList__child .cateListColor > li:nth-child(13) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(13) a::before{
  background-color: #ffd700;
}
.cateList .cateList__child .cateListColor > li:nth-child(14) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(14) a::before{
  background-color: #c0c0c0;
}
.cateList .cateList__child .cateListColor > li:nth-child(15) > a::before,
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > .cateListColor:nth-child(15) a::before{
  background-image: url("https://gigaplus.makeshop.jp/like4492/img/drawer_color.png");
  background-size: cover;
  /* height: 300px; */
  /* background-color: #000; */
}

.top_nav {
  /* border-top: 1px solid #e4e4e4; */
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  margin-bottom: 15px;
}
/* SP追加 */
#drawer .drawer-top {
/* padding: 50px 15px 10px; */
}
#drawer .drawer-top ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

}
#drawer .drawer-top ul li {
  border: 1px solid #000;
  width: 47%;
  text-align: center;
}
#drawer .drawer-top ul li a {
  display: block;
  padding: 10px;
}
#drawer .drawer-top ul {
  margin-left: 0;
  margin-right: 0;
}
#drawer .drawer-top ul li {
  margin-right: 3%;
}
#drawer .drawer-top ul li:nth-child(2) {
  margin-right: 0;
}
#drawer .drawer-history {
  margin-bottom: 15px;
}
#drawer .drawer-history .itemList  {
  margin-right: 0;
  margin-left: 0;
}
/* .header__iconNav.icon2 ul li:first-child{
  padding-top: 0;
  margin-right: 0;
} */
/* drawerClose */
.drawerClose {
  text-align: right;
  padding: 10px;
  font-size: 20px;
  z-index: 9999999;
  line-height: 1;
}
.drawerClose span{
  cursor: pointer;
}
/******************************************************

  main

******************************************************/
.itemList__imgBox {
  margin: 0;
  margin-bottom: 10px;
}
.itemList__body.card__body {
  display: flex;
  align-items: center;
}
/* info */
/* .bgSection.info {
  background-color: #f8f8f8;
  padding: 0;
  margin-bottom: 30px;
} */
#info.bgSection {
  background-color: #f8f8f8;
  padding: 0;
  margin-bottom: 30px;
}
#info td td {
  padding: 0;
}
.info__wrap {
  display: flex;
  align-items: center;
  padding: 0px 0;
}
.infoList {
  width: 100%;
  display: block;
  padding: 10px 50px;
  height: 50px;
  overflow: hidden;
  /* overflow-x: hidden;
  overflow-y: scroll; */
}
.infoList table {
  width: 100%;
  margin-bottom: 15px;
}
.infoList tbody table  tbody > tr {
  line-height: 30px;
}
.infoList table table tr td {
  font-size: 14px;
}
.infoList table table tr td:nth-child(1) {
  /* margin: 8px 14px 8px 8px;
  display: block; */
}
#info td td:nth-child(2) {
  padding-left: 30px;
}
/*ranking*/
#rankingSec .itemList__unit .rankText{
  color: #000;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
.tab .tabSwitch {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabSwitch, .tabSwitch > li {
  list-style: none;
  transition: 0.15s;
  cursor: pointer;
}
.tabSwitch {
  margin-bottom: 30px;
}
.tab .tabSwitch li {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  color: #b9b9b9;
  cursor: pointer;
  text-align: center;
}
/* categorySec */
#categorySec .row {
  justify-content: center;
  margin-bottom: -30px;
}
#categorySec .iconNav:hover  {
  transition: 0.3s;
  color: #000;
  background-color: #f5f5f5;
  text-decoration: none;
  border: none;
}
#categorySec .col-3  {
  padding-left: 5px;
  padding-right: 5px;
}
/* feature ~card~ */
/* .feature.bgSection .mainTitle{
  margin-bottom: 0;
} */
.itemList__unit.card .itemList__link {
  border: 1px solid #b9b9b9;
  padding: 30px !important;
}
/* .itemList--3 .itemList__unit.card {
  max-width: 30%;
  flex: 0 0 30%;
  margin-right: 1.66665%;
  margin-left: 1.66665%;
} */
/* .itemList--3 .itemList__unit.card:nth-child(3n) {
  margin-right: 0;
} */
.itemList__unit.card .itemList__imgBox {
  margin-bottom: 25px;
}
.itemList__unit .itemList__body .itemList__thumbnail {
  margin-right: 20px;
}
.itemList__unit .itemList__body .itemList__info .itemDate,
.itemList__unit .itemList__body .itemList__info .itemName {
  color: #000;
  font-size: 12px;
}
.itemList__link {
  font-size: 12px;
  font-weight: 100;
  color: #333333;
  text-align: left;
}
.itemPrice {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.itemList__unit > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* pickup */
.pickup .itemList__unit img {
  width: 100%;
}
/* instagram */
ul.instagram {
    position: relative;
    width: 100%;
    height: auto;
    /* width: 1200px; */
    /* height: 588px; */
    overflow: hidden;
}
.instagram-gallery {
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto;
}
.instagram-gallery .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.instagram-gallery ul {
    padding: 0;
    margin: -4px;
}
.instagram-gallery >.row >.col {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}
.instagram-gallery li {
    padding: 4px;
    margin: 0;
    display: block;
}
.instagram-gallery a {
    display: block;
    position: relative;
    padding-top: 100%;
}
.instagram-gallery img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.instagram-gallery .col:nth-child(odd) .row.nested > li:first-child,
.instagram-gallery .col:nth-child(even) .row.nested > li:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
section#recommendSec {
  margin-bottom: 100px;
}
/******************************************************

  footer

******************************************************/
.footerWrap {
  display: flex;
}
.footerLeft {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.fLink .fNav__link {
  padding: 0px 0 5px;
  width: 150px;
}
.footerLogo {
  text-align: left;
  margin-right: 25px;
}
.footerSns {
  margin-left: 50%;
}
.fNav {
  text-align: left;
}
a.fNav__link {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 15px; */
  /* display: block; */
  /* width: 100%; */
}
.footerRight {
  width: 30%;
}
.footerLeft .fLink {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
}
.fLink .fLink__unit {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #000;
  margin-right: 85px;
  cursor: pointer;
  width: auto;
  /* height: 50px; */
}
.fLink .fLink__unit:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.footerRight .fLink .fLink__unit:first-child {
  margin-right: 30px;
}
.footerRight .fLink .fLink__unit:nth-child(2) {
  border: 1px solid red;
}
.footerRight .fLink .fLink__unit:nth-child(2) .fNav__link{
  color: red;
}
.footerRight a.fNav__link {
  text-decoration: none;
}
/* footer icon */
.fab {
  font-size: 20px;
}
.footerSns__link:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.fa-instagram {
  font-size: 26px;
}
.fa-facebook-f {
  padding: 5px 9px;
  font-weight: bold;
}
.fa-twitter {
  padding: 5px;
}
.fNav__link.mail img {
  margin-right: 15px;
}
/* .fa-envelope:before {
  content: "\f0e0";
  margin-right: 15px;
} */
.logoIcon__img {
  margin-right: 15px;
}

.tabContent {
  display: none;
}
.tabContents {
  margin-bottom: -30px;
}

.tab .tabSwitch .active {
  color: #000;
  border-bottom:5px solid #000;
  font-weight: bold;
}

.tabContent.active {
  display: block;
}

.dispTop {
  display: none;
}

/* 買い物かご */
#r_recent {
  margin-bottom: 60px;
}
.js-includeRecent.itemList {
  margin-bottom: 0;
}

/* アイコン非表示 */
span.gNav__category img {
    display: none;
}
span.drawer__category img {
    display: none;
}


/* ECrecommener 調整 */
/* drawer 最近チェックした商品 */
#drawer #fsrecommenddiv5 .itemList__link,
#drawer #fsrecommenddiv5 .itemPrice {
 font-size: 12px;
}

.itemName {
  font-size:12px;
}
.itemPrice {
  text-align:left;
}


 .col-pc-1_5 , .itemList-pc--5 .itemList__unit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
  @media (max-width:767px) {
    .col-sp-4 , .itemList-sp--3 .itemList__unit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
 }
}