1@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;}

td,th{
    font-size:12px;
}
table{
    border-collapse:collapse;
}
pre{
    font-size: 12px;
    font-family: Meiryo, メイリオ, 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: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ 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;
  -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;
  margin-bottom: 30px;
  -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:18px;
}

#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:25px;
}
.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:14px;
    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;
}


/* 検索結果と並び替え */
#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{
  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:28px;
    height:28px;
    padding:0;
    border:none;
    line-height:28px;
    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:13px;
    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:18px!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:18px;
    padding:18px 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;
  margin-top: 10px;
}

.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: 0 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: 8px 20px;
  margin-bottom: 10px;
  -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: 66px;
    background-color: #e32918;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    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: 16px;
    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:300px;*/
    width:460px;
    margin-bottom:20px;
}
#itemInfo{
    float:right;
    width:420px;
}
/* [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;
  width: 85px;
  text-align: right;
}
#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;
}
/* メールリンク */
#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-right: 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{
}
.section{
    margin-bottom:60px;
}
#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: #e32918;
  font-size: 18px;
  border-color: #e32918;
  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: 26px;
    font-weight: normal;
}
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
    background:none;
}
#r_searchInput table{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
#r_searchInput .btnWrap{
    margin-top:30px;
}
#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:35%;
}
#r_searchInput #searchBrand input,#r_searchInput #searchProduct input,#r_searchInput #searchCode input{
    width:100%;
}
#r_searchInput #searchContent input{
    width:100%;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
.searchResult{
    font-size:14px;
    background: none;
    padding-left: 0px;
}
#r_searchList a {
    text-decoration:none;
}
#r_searchList a:hover {
    opacity: 0.75;
}
#r_searchList .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#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: 150px;
    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: #000;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color:#fff;
  font-size:13px;
  font-weight:500;
  min-width:1200px;
  line-height: 1.8;
}
img{
  max-width:100%;
  vertical-align: bottom;
}
a {
  color: #000;
  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 auto;
}

#container{
  margin:60px auto 0px;
  max-width:1200px;
}

/*ミドルコンテンツ*/
#middle_contents{
  margin:0 auto;
}

/*サイド*/
#side {
  float: left;
  width: 250px;
}

/*メイン*/
#main {
  float: right;
  width: 910px;
  text-align:left;
  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 {
}

header#header a:hover {
  text-decoration: none;
}

.header__inner {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*border-bottom: solid #bfbfbf 1px;*/
}

header#header .container {
  max-width: 1200px;
  margin: auto;
}

.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;
}

.header__logo {
  text-align: center;
  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;
  width: 30%;
}

#header__logo a {
    width: 100%;
}

.header__logo > img, .header__logo > a img {
  display: inline-block;
  height: auto;
  height: auto !important;
  width: 100%;
}

.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__iconNav.icon1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header__iconNav.icon2 {
  width: 35%;
  background: #ecf3f7;
  padding: 8px 15px 4px;
}


.header__topnav {
  position: relative;
  z-index: 2;
}

.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 {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  top: 28%;
  left: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
}
.header__topnav > ul > li > a:hover{
  color: #b31e28;
}
.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.icon2 > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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;
}

.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: 15px 0 15px;
  position: relative;
  overflow: hidden;
  background: #006aad;
  color: #fff;
}


.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: #b31e28;
}

.header__nav > .hgNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hgNavList .hgNavList_unit {
  position: relative;
  width: 14.28%;
}
.hgNavList .hgNavList_unit:nth-of-type(n+2) {
  border-left: solid 1px #fff;
}
.hgNavList .hgNavList_unit a {
  display: block;
  width: 100%;
  font-size: 14px;
}
.hgNavList .hgNavList_unit:hover a {
  background: #66A5CE;
  color: #fff;
}

/* ホバー時下線アニメーション */

/* .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 #b31e28;
  border-right: 2px solid #b31e28;
  -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__nav > ul li.hasChildren.header__nav--megamenu > ul {
  /*display: block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ebf3f6;
  min-width: 600px;
  padding: 50px 45px;
  transition: 0.15s;
  overflow: hidden;
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}
.header__nav > ul > li:nth-of-type(n+5) > ul {
  right: 0!important;
  left: auto!important;
}
.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: #ebf3f6;
}*/

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li {
  display: block;
  float: left;
  width: 45%;
  align-self: flex-end;
}
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li:nth-of-type(n+3) {
  align-self: flex-start;
}
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li:nth-of-type(even) {
  margin-left: 10%;
}
.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li:nth-of-type(2n+1) {
  clear: both;
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a {
  display: block;
  background: #ebf3f6;
  color: inherit;
  padding: 0.75em 15px 0.75em 0.25em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-align: left;
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:after {
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover:after {
  right: 2px;
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px;
}
/*.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li > ul > li > a:before {content: "・";}*/

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > a:after {
  -webkit-transform: translateY(-50%) rotate(135deg)!important;
  transform: translateY(-50%) rotate(135deg)!important;
}
.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > a:hover:after {
  right: 7px!important;
}
.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > a.open:after {
  -webkit-transform: translateY(-50%) rotate(-45deg)!important;
  transform: translateY(-50%) rotate(-45deg)!important;
}

.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul {
  display: none;
}
.header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul.open {
  display: block;
}

/*.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;
}

.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: #b31e28;
  -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 #b31e28;
  border-right: 2px solid #b31e28;
  -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: 0 0 100%;
      flex: 0 0 100%;
  width: 100%;
  padding: 10px 0;
}
.header__gNav a{
  color: #1b1b1b;
}
.header__gNav > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__iconNav i {
  font-size: 24px;
}

.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;
}

#hmiddle_fixed {
  background: #fff;
  border-bottom: solid #bfbfbf 1px;
}


.header__search {
  margin: auto;
  position: relative;
}
.nav__search .header__search {
  display: none;
  position: absolute;
  top: 100%;
  width: 280px;
  right: 0;
}
.searchform{
  position: relative;
  margin-top: 5px;
}
.searchform input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: none;
  border: solid 1px #898989;
  background: none;
  -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: 10px;
}
.header__search .searchform input {
  border: none;
  border-bottom: solid 1px #898989;
  padding: 10px 40px 10px 3px;
}

.searchform #searchsubmit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.searchform #searchsubmit:hover {
  opacity: 0.8;
}

.searchform #searchsubmit i:before {
  z-index: 2;
  font-size: 16px;
}

.sideList--type1 .sideList__unit{
  border-bottom:solid 1px #b5b5b5;
  text-align:left;
}
.sideList--type1 .sideList__link{
  display: block;
  position:relative;
  padding:15px 30px 15px 10px;
  -webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
      transition: all .25s;
}
.sideList--type1 .sideList__link:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.sideList--type1 .sideList__link:hover:after {
  right: 5%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sideList--type1.sideList__link:hover{
  background:rgba(150,150,150,0.1);
  text-decoration: none;
}
.sideList--type1 .sideChildList{
  border-top:solid 1px #b5b5b5;
  background: #eeeeee;
  display: none;
}
.sideList--type1 .sideList__unit .sideChildList .sideList__unit {
    border-bottom: none;
}
.sideList--type1 .sideChildList .sideChildList {
  border-bottom: solid 1px #b5b5b5;
padding-left: 20px;
}
.sideList--type1 .sideChildList__unit .sideChildList__link {
  position: relative;
  display: block;
  padding: 15px 30px 15px 25px;
}
.sideList--type1 > .sideList__unit > .sideChildList > .sideChildList__unit:not(.sideList__unit) > .sideChildList__link:before,
.sideList--type1 > .sideList__unit > .sideChildList > .sideChildList__unit .sideChildList__unit span:before {
  content: "";
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sideList--type1 .sideChildList__unit .sideChildList__link:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.sideList--type1 .sideChildList__unit .sideChildList__link:hover:after {
  right: 5%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sideList--type1 .sideChildList__unit .sideChildList__link:after {}
.sideList--type1 a:hover {
  text-decoration: none;
}

/* 二本の横棒を作成する */
.sideList--type1 .sideList__unit--parent .sideList__link::before,
.sideList--type1 .sideList__unit--parent .sideList__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
/* 2本の横棒のうち一本は縦棒にする */
.sideList--type1 .sideList__unit--parent .sideList__link::after {
  /* 横棒を縦にするために90℃回転させる */
  transform: translateY(-50%) rotate(90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.5s;
}
.sideList--type1 .sideList__unit--parent .sideList__link:hover::after {
  right: 7%;
}
.sideList--type1 .sideList__unit--parent .sideList__link.open::before {
  background: #ff0000;
}
.sideList--type1 .sideList__unit--parent .sideList__link.open::after {
  transform: rotate(0);
  transition: 0.5s;
  background: #ff0000;
}

.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{
  text-align: center;
  background: #000000;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.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: 10px;
  padding-right: 10px;
}
.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{
  position: relative;
  background: none !important;
  line-height:1.6 !important;
}

/*2階層目以降非表示*/
.sideList li ul{
    display: none;
}

.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%;
    margin-top:3em;
    padding:30px 0px 20px;
}
/*特定商フッター*/
.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;
}


.foonterSns{
  box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.foonterSns__unit{
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.foonterSns__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;
}
.foonterSns__unit > a:hover{
  text-decoration: none;
  color: #b31e28;
}
.foonterSns__unit i{
  font-size: 30px;
}

.fNav{
  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;
  text-align:center;
  font-size: 11px;
}

/*横並び一覧*/
.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{
  margin-top:10px;
}
.itemPrice {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}
.itemList__description{
  margin-top:5px;
}
.itemList table{
    height:auto;
}
.itemList tr:nth-child(1) img{
    max-width:100%;
    height:auto;
    display: inline-block;
    margin-bottom:10px;
}
.itemList tr:nth-child(2) td {
    font-size: 16px;
}
 .itemList tr:nth-child(3) td {
    font-size: 16px;
}
.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;
}

.itemList .itemList__unit{
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

/*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{
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

/*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: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
}

/*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*/
.mainTitle{
  border-bottom: solid 1px #bfbfbf;
  margin-bottom:15px;
  font-size:20px;
  font-weight:bold;
  text-align:left;
  letter-spacing: 2px;
  padding: 0 0 3px 10px;
}
.mainTitle small{
  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;
}
.mainTitle_subtxt {
  padding: 0 10px;
  margin-bottom: 45px;
}

.section--main{
  margin-bottom:60px;
}

section{
  margin-bottom: 60px;
}

/*moreボタン*/
.moreBtn{
  display: block;
  margin:25px auto 0px;
  width:300px;
  height:42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  line-height:42px;
  color:white;
  font-size:12px;
  letter-spacing: 1px;
  background:#333333;
  -webkit-transition: opacity .25s;
        transition: opacity .25s;
}
.moreBtn:hover{
  opacity: 0.8;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  text-decoration: none;
}
.js-more li:nth-child(n+6){
  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:60px 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:260px;
  overflow: auto;
  padding:10px 15px;
}
#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 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;
  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: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

#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{
vertical-align: baseline;
  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: 7px;
  font-size: 22px;
}
#r_contact{
  margin: 0 0 30px 0;
  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{
  max-width: calc(100% - 150px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
}
#r_contact .favorBtn{
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
    padding-left: 10px;
}
#r_contact .favBtn{
  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;
}
#r_contact .favBtn a{
  font-size: 30px;
  color: #f6ff00;
}
#r_contact a.ditail-contact-btn {
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #782405 !important;
    font-weight: normal;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b53607;
    padding: 0 15px;
    line-height: 35px;
    height: 36px;
    text-decoration: none;
}


.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-prev, .detailSlider .bx-wrapper .bx-next {
  background: none;
}

.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 #7b7974;
  border-right: 2px solid #7b7974;
}

.detailSlider .bx-wrapper .bx-prev:before{
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.detailSlider .bx-wrapper .bx-next:before{
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}


/* 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:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f2f2f2;
}
.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 #666;
  border-right: 2px solid #666;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow:not([target="_blank"]):hover:after {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  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;
}

.iconNav .iconNav_text {
  display: block;
  font-weight: bold;
  text-align: left !important;
  font-size: 14px;
}


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;
}

.tabList{
  margin-bottom:30px;
}
.tabList__unit{
  float:left;
  cursor: pointer;
  text-align: center;
  font-size:18px;
  font-weight:bold;
  background:#dcdcdc;
  color:#000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabList__unit:nth-child(n+2){
  border-left:solid 1px #a0a0a0;
}
.tabList__unit.active{
  background:#999;
  border-bottom:solid 2px #333;
  color:white;
}
.tabContent{
  text-align: left;
}

/*タブ２つ*/
.tabList--2 .tabList__unit{
  width:50%;
}
/*タブ3つ*/
.tabList--3 .tabList__unit{
  width:33.33333333%;
}
/*タブ4つ*/
.tabList--4 .tabList__unit{
  width:25%;
}


/* ここから追加 */
.flex2clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex2clm_unit{
  width:calc(100%/ 2);
}
.flex2clm_unit:nth-child(n+3){
  margin-top:10px;
}
.flex2clm.itemflex > .flex2clm_unit {
  width:calc((100% - 20px)/ 2);
}
.flex2clm.itemflex > .flex2clm_unit:nth-child(n+2) {
  margin-left: 10px;
}
.flex2clm.itemflex > .flex2clm_unit:nth-child(2n+1) {
  margin-left: 0;
}

.flex3clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex3clm_unit{
  width:calc(100%/ 3);
}
.flex3clm_unit:nth-child(n+4){
  margin-top:10px;
}
.flex3clm.itemflex > .flex3clm_unit {
  width:calc((100% - 24px)/ 3);
}
.flex3clm.itemflex > .flex3clm_unit:nth-child(n+2) {
  margin-left: 12px;
}
.flex3clm.itemflex > .flex3clm_unit:nth-child(3n+1) {
  margin-left: 0;
}

.underline {
  display: inline-block;
  border-bottom: solid 1px;
}
.inline-b {
  display: inline-block;
  vertical-align: middle;
}
.inline-b_img {
  padding-right: 15px;
}

.justify_s {
  justify-content: space-between!important;
}
.justify_fs {
  justify-content: flex-start!important;
}
.justify_end {
  justify-content: flex-end!important;
}
.align_c {
  align-items: center;
}


.htopbox {
    background: #f0f0f0;
    padding: 3px 0;
}
.htop_deltaxtxt {
    font-size: 13px;
    font-weight: 500;
    color: #006aad;
}
.htopbox h1 {
    font-size: 10px;
    color: #6e7579;
}
.hmid_icnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hmid_icnav .blacknav a {
  background: #000;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  color: #fff;
  font-size: 13px;
}
.hmid_icnav .blacknav a:hover {
  opacity: 0.8;
}
.hmid_icnav .blacknav {
  position: relative;
}
.hmid_icnav .blacknav a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    top: 18%;
    right: 12px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    font-size: 12px;
}
.hmid_icnav > ul > li:nth-of-type(n+2) {
  margin-left: 15px;
}
.hmid_icnav > ul > li:nth-of-type(n+3) {
  margin-left: 10px;
}

.telbox {
    border: solid #898989 1px;
    padding: 4px 10px;
}
.telbox strong {
  color: #006aad;
  font-size: 24px;
  font-weight: bold;
}
.telbox strong a {
  color: inherit;
}
.telbox .smalltxt {
  font-size: 11px;
}

.hlogo_box {
    width: 58%;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    align-items: center;
}

.header__iconNav ul {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.header__iconNav li {
    display: inline-block;
}
.header__iconNav .hrightnav_ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24px;
}

.eyecatch_wrap {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_bg01.gif);
}
.eyecatch {
    display: none;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0;
    max-width: 1200px;
}
@media screen and (min-width:1500px) { 
  .eyecatch {
      max-width: 1420px;
  }
}
.eyecatch_L, .eyecatch_R {
  width: 49%;
}
.eyecatch_Rtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50%;
  align-items: baseline;
}
.eyecatch_Rbottom {
  height: 50%;
  align-items: flex-end;
}
.eyecatch .bx-wrapper {
  display: none;
}
.bluebtn {
  position: relative;
  display: block;
  width: 95%;
  border: solid 3px #006aad;
  border-radius: 50px;
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006aad;
}
.bluebtn:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006aad;
  border-right: 2px solid #006aad;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.bluebtn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bluebtn:hover:after {
  right: 5%;
}
.morewrap .bluebtn {
  max-width: 420px;
  margin: 40px auto 0;
}
.searchC__select {
  border: solid 1px #898989;
  border-radius: 0;
  height: 50px;
  width: 100%;
  padding: 0px 10px;
}
.selectwrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectwrap::after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.searchC__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
.searchC__select::-ms-expand {
    display: none;
}

.js-includeItemLink {
  display: block;
  position: relative;
  padding-bottom: 45px;
}
.js-includeItemLink:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
    display: block;
    width: 80%;
    margin: 15px auto 0;
    content: "商品を見る";
    background: #1C1C1C;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 50px;
}
.js-includeItemLink:before {
  position: absolute;
  bottom: 8px;
  z-index: 2;
    content: "";
    right: 15%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    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);
}
.js-includeItemLink:hover, .js-includeItemLink a:hover, .js-includeItemLink:hover:after {
  text-decoration: none;
  opacity: 0.8;
}

#itemintro .mainTitle:before {
  content: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic07.png);
  padding-right: 5px;
  vertical-align: middle;
}
#itemintro .itemintro_itemdetail .itemintro_itemtit {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}
#itemintro .itemintro_itemdetail .itemintro_itemtit span {
  display: block;
  font-size: 16px;
  text-indent: -0.5em;
}
#itemintro .itemintro_itemdetail .itemintro_itemlink {
  display: inline-block;
  border-bottom: solid 1px #959595;
}
/*#itemintro .itemintro_itemdetail .itemintro_itemlink:hover {
  opacity: 0.8;
  text-decoration: none;
}*/
#itemintro .itemintro_itemdetail .itemintro_itemtxt {
  margin-top: 20px;
}
.itemintro_itemdetailbtnbox {
  text-align: center;
  color: #006aad;
  margin-top: 15px;
}
#itemintro .itemintro_itemdetail .itemintro_itemdetailbtnbox ul li:nth-of-type(n+2) {
  margin: 15px 0 3px;
}
.itemintro_itemtxt {
    min-height: 220px;
}
#itemintro .itemintro_itemtxt {
    min-height: auto;
}

#ranking .itemList .itemList__unit {
  position: relative;
}
#ranking .itemList .itemList__unit:before {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
}
#ranking .itemList .itemList__unit:nth-of-type(1):before {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic08.png) no-repeat center;
}
#ranking .itemList .itemList__unit:nth-of-type(2):before {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic09.png) no-repeat center;
}
#ranking .itemList .itemList__unit:nth-of-type(3):before {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic10.png) no-repeat center;
}
#ranking .itemList .itemList__unit:nth-of-type(4):before {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic11.png) no-repeat center;
}
#ranking .tabList__unit {
  position: relative;
  background: #fff;
  border: solid 1px #006aad;
  border-bottom: solid 3px #006aad;
  padding: 2px 0 4px;
  font-size: 16px;
  color: #006aad;
}
#ranking .tabList__unit.active {
  background: #006aad;
  border-bottom: solid 3px #006aad;
  color: #fff100;
  font-size: 16px;
}
#ranking .tabList__unit.active:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  display: inline-block;
  width: 0;height: 0;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #006aad;
  border-left: 10px solid transparent;
}

#img1Big{
  display:none;
  z-index: 10000;
}
#img2Big{
  display:none;
  z-index: 10000;
}
#back{
  display:none;
  background:rgba(0, 0, 0, 0.5);
  position:absolute;
  left:0px;
  top:0px;
  z-index: 9999;
}
#c-style .c-style_img {
    text-align: center;
}

#toB {
  text-align: center;
  padding: 50px 0;
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_bg03.jpg) no-repeat bottom center;
}
#toB .toBTitle {
  display: inline-block;
  border-bottom: solid 1px #006aad;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  color: #006aad;
}
#toB .toBtxt {
  text-align: left;
  max-width: 681px;
  margin: auto;
}
#toB .bluebtn {
  margin: 30px auto 0;
  background: #006aad;
  color: #fff;
  max-width: 420px;
}
#toB .bluebtn:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#column .columnList {
  padding: 0 15px;
}
#column .columnList_unit dt {
  width: 40%;
}
#column .columnList_unit dd {
  width: 57%;
}
#column .columnList_unit dd h4 {
  color: #448aca;
  font-size: 16px;
  font-weight: bold;
}
#column .columnList_unit dd p {
  word-break: break-all;
}
#column .columnList_unit .columnList_txtbox {
  min-height: 150px;
}
#column .columnList_unit .columnList_date {
  color: #7d7d7d;
}

.sideitembox {
  background: #006aad;
  margin-bottom: 50px;
}
.sideitembox a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sideitembox .sideitembox_img {
  background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_bg02.jpg) no-repeat center;
  background-size: contain;
  padding: 6px 6px 0;
}
.sideitembox .sideitembox_txt {
  min-height: 145px;
  padding: 10px;
  text-align: left;
  color: #fff;
}
.sideitembox .sideitembox_txt h3 {
  font-size: 18px;
}


.ft_information {
  background: #006aad;
  color: #fff;
  padding: 30px 0 50px;
  margin-top: 100px;
}
.ft_information .ft_informationInner {
  padding: 0 35px;
}
.ft_information_nav {
    width: 70%!important;
    max-width: 790px;
}
.ft_information_fb {
    width: 28%!important;
    max-width: 310px;
}
.ft_information .ft_information_nav h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.ft_information .ft_information_nav h2:nth-of-type(n+2) {
  margin-top: 25px;
}
.ft_information .ft_information_nav a {
  position: relative;
  background: #fff;
  display: block;
  padding: 25px 0;
  color: #006aad;
  font-size: 18px;
}
.ft_information .ft_information_nav .ft_information_navbtn a {
  color: #000;
  font-size: 24px;
  line-height: 1;
}
.ft_information .ft_information_nav a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ft_information .ft_information_nav a:after {
  content: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic15.png);
  position: absolute;
  right: 5px;
  top: 5px;
}
.ft_information .ft_information_nav .ft_information_navbtn {
  margin-top: 50px;
}

.footernavbox .footernavL {
  width: 69%;
  max-width: 820px;
}
.footernavbox .footernavL h2 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
  color: #006aad;
  font-size: 18px;
  font-weight: bold;
}
.footernavbox .footernavL dl {
  width: 30%;
}
.footernavbox .footernavL dl dt, .footernavbox .footernavL dl dd {
  text-align: left;
}
.footernavbox .footernavL dl dt a {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
  display: block;
  color: #006aad;
  font-size: 14px;
}
.footernavbox .footernavL dl dt a:after {
    content: "";
    top: 50%;
    right: 5%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.footernavbox .footernavL dl dt a:hover:after {
  right: 3%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footernavbox .footernavL dl dd {
  margin-bottom: 40px;
}
.footernavbox .footernavL dl dd a {
  position: relative;
  display: block;
  padding: 10px;
}
.footernavbox .footernavL dl dd a:after {
    content: "";
    top: 50%;
    right: 5%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.footernavbox .footernavL dl dd a:hover:after {
  right: 3%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footernavbox .footernavL dl dd li ul {
  padding-left: 15px;
}
.footernavbox .footernavL dl dd li ul a:before {
  content: "・";
}
.footernavbox .footernavL dl a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footernavbox .footernavR {
  text-align: left;
  width: 26%;
  max-width: 310px;
}
.footernavbox .footernavR .ft_guideList {
  margin-bottom: 60px;
}
.footernavbox .footernavR .ft_guideList a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 15px;
}
.footernavbox .footernavR .ft_guideList a:after {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.footernavbox .footernavR .ft_guideList a:hover:after {
  left: 1%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.footernavbox .footernavR .ft_guideList a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footernavbox .footernavR .ft_company {
  margin-bottom: 40px;
}
.footernavbox .footernavR .ft_company dd {
  line-height: 2.5;
}
/*.footernavbox .footernavR .telbox {
  width: 75%;
  font-size: 12px;
  text-align: center;
}*/
.footernavbox .footernavR .telimg {
  width: 75%;
}
.footernavbox .footernavR .telimg + a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 25%;
  background: #006aad;
  color: #fff;
}
.footernavbox .footernavR .telimg + a:hover, .footernavbox .footernavR .telbox a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footernavbox .footernavR .telimg + a .hrightnav_ic {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.footernavbox .footernavR .toCorporate a {
  position: relative;
  background: #006aad;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}
.footernavbox .footernavR .toCorporate a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footernavbox .footernavR .toCorporate a:after {
  content: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic18.png);
  position: absolute;
  right: 5px;
  top: 5px;
}

@media screen and (min-width:480px) and ( max-width:1200px) {
  body {
    font-size: 12px;
    min-width: auto;
  }
  .bluebtn {
    font-size: 12px;
  }
  .bluebtn:after {
    right: 5%;
  }
  header#header .container, .container {
    padding: 0 10px;
  }
  #hmiddle_fixed > .container {
    padding: 12px 10px!important;
  }
  /*#header__logo, .hlogo_box > p {
    max-width: 27%;
  }*/
  .header__iconNav.icon2 {
    width: 40%;
  }
  .telbox {
    font-size: 10px;
  }
  .eyecatch {
    padding: 30px 40px;
  }
  .columnList_unit img {
    height: auto;
  }
  .ft_information_nav {
    width: 64%!important;
  }
  .ft_information_fb {
    width: 35%!important;
  }
  .footernavbox .footernavR .telbox {
    width: 80%;
    padding: 4px 0px;
    font-size: 10px;
  }
  .footernavbox .footernavR .telbox + a {
    width: 20%;
  }
  #itemImg {
    width: 300px;
  }
}
@media screen and (min-width:992px) and ( max-width:1200px) {
  .container {
    width: 970px;
  }
  .cInner {
    width: 970px;
  }
  #main {
    width: 730px;
  }
  #side {
    width: 200px;
  }
  .hlogo_box div, .hlogo_box p {
    margin-left: 15px;
  }
  .header__nav > ul li.hasChildren.header__nav--megamenu > ul {
    min-width: 500px;
    padding: 20px 25px;
  }
  .header__logo {
    width: 35%;
  }
}
@media screen and (min-width:320px) and ( max-width:992px) {
  .container {
    width: 750px;
  }
  .cInner {
    width: 750px;
  }
  #main {
    width: 550px;
  }
  #side {
    width: 150px;
  }
  .eyecatch {
    max-width: 750px;
    min-width: 750px;
    padding: 30px 10px;
  }
  #column .columnList_unit dd {
    width: 55%;
  }
  .ft_information_nav {
    width: 51%!important;
  }
  .ft_information_fb {
    width: 46%!important;
  }
  /*#header__logo, .hlogo_box > p {
    max-width: 24%;
  }*/
  .telbox {
    max-width: 50%;
    padding: 4px 5px;
  }
  .telbox strong {
    font-size: 20px;
  }
  .footernavbox {
    padding: 0 10px;
  }
  .footernavbox .footernavR .telbox {
    max-width: none;
  }
  li:not(.nav__search) > .header__search {
    width: 150px;
  }
  .header__iconNav ul {
    align-items: center;
  }
  .header__iconNav li .hrightnav_ic + span {
    display: none;
  }
  .hgNavList .hgNavList_unit a {
    font-size: 12px;
  }
  .header__nav > ul li.hasChildren.header__nav--megamenu > ul {
    min-width: 400px;
    padding: 20px 25px;
  }
  .bluebtn {
    font-size: 10px;
  }
  .footernavbox .footernavL {
    width: 65%;
  }
  .footernavbox .footernavR {
    width: 33%;
  }
  .footernavbox .footernavL dl dd a {
    font-size: 11px;
  }
  .footernavbox .footernavR .toCorporate a {
    font-size: 12px;
  }
  .js-includeItemLink {
    display: block;
    position: relative;
    padding-bottom: 35px;
  }
  .js-includeItemLink:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 90%;
    margin: 15px auto 0;
    content: "商品を見る";
    background: #1C1C1C;
    color: #fff;
    text-align: center;
    padding: 3px 0 5px;
    border-radius: 50px;
    font-size: 12px;
  }
  .js-includeItemLink:before {
    position: absolute;
    bottom: 8px;
    z-index: 2;
    content: "";
    right: 15%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .header__logo {
    width: 30%;
  }
  .hlogo_box div, .hlogo_box p {
    margin-left: 15px;
  }
.row {
    margin-right: 0px;
    margin-left: 0px;
}
}

.columnList_unit img {
    height: auto;
}

.detailExtTxt a {
    color: #1877f2;
}
.detailExtTxt a:hover {
    color: #1da1f2;
}

#basketTable tr th:nth-of-type(3), .basketPoint, #wishTable tr th:nth-of-type(3), .wishPoint {
  display: none;
}

.header__nav > ul li.hasChildren.header__nav--megamenu > ul > li.header__nav--childmegamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.hasChildren ul .itemflex ul li {
  display: block;
}
.hasChildren ul .itemflex ul li ul {
  padding-left: 20px;
}



/*****************************************************

    DAISEN

*****************************************************/

.tablelist_01{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.tablelist_01 th{
width:100%;
padding:10px;
text-align: center;
font-size: 15px;
vertical-align: top;
color: #ffffff;
background-color: #1c6eba;
}

.tablelist_02{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablelist_02 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #cee7ff;
border-left: 3px #999;
border-top: 1px solid #fff;
border-right: 1px solid #8fd2ed;
border-bottom: 1px solid #ccc;
}
.tablelist_02 td{
width:75%;
padding:10px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.tablelist_03{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablelist_03 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: middle;
color: #ffffff;
background-color: #5591c9;
border-top: 1px solid #ffffff;
border-right: 1px solid #8fd2ed;
}
.tablelist_03 td{
width:25%;
padding:10px;
text-align: left;
vertical-align: middle;
color: #ffffff;
background-color: #5591c9;
border-top: 1px solid #ffffff;
border-right: 1px solid #ccc;
}

.tablelist_04{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablelist_04 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #cee7ff;
border-top: 1px solid #fff;
border-right: 1px solid #8fd2ed;
border-bottom: 1px solid #ccc;
}
.tablelist_04 td{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.tablelist_05{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablelist_05 td{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.tablelist_06{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tablelist_06 td{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.column2 div{
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.column2 .one{
  margin-right: 30px;
}

.column2A div{
  width: calc(60% - 15px);
  float: left;
  margin-bottom: 30px;
}
.column2A .one{
  margin-right: 30px;
}

.column2B div{
  width: calc(40% - 15px);
  float: left;
  margin-bottom: 30px;
}
.column2B .one{
  margin-right: 30px;
}

.column3 div{
  width: calc(33.3% - 20px);
  float: left;
  margin-bottom: 30px;
}
.column3 .one{
  margin-right: 30px;
}
.column3 .two{
  margin-right: 30px;
}

.column3A div{
  width: calc(33.3% - 20px);
  float: left;
  margin-top: 20px;
  margin-bottom: 60px;
}
.column3A .one{
  margin-right: 30px;
}
.column3A .two{
  margin-right: 30px;
}

.column4A div{
  width: calc(25% - 15px);
  float: left;
  margin-top: 20px;
  margin-bottom: 60px;
}
.column4A .one{
  margin-right: 20px;
}
.column4A .two{
  margin-right: 20px;
}
.column4A .three{
  margin-right: 20px;
}

.box-read{
    width: 150px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.excerpt1 {
  max-width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.excerpt2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu{
  display: flex;
}

.box-space{
 visibility:hidden;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#notranking .itemList .itemList__unit {
  position: relative;
}
#notranking .itemList .itemList__unit:before {
  position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
}
#notranking .tabList__unit {
  position: relative;
  background: #fff;
  border: solid 1px #006aad;
  border-bottom: solid 3px #006aad;
  padding: 2px 0 4px;
  font-size: 16px;
  color: #006aad;
}
#notranking .tabList__unit.active {
  background: #006aad;
  border-bottom: solid 3px #006aad;
  color: #fff100;
  font-size: 16px;
}
#notranking .tabList__unit.active:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  display: inline-block;
  width: 0;height: 0;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #006aad;
  border-left: 10px solid transparent;
}

.title-border-01{
  border-top: solid 1px #000000;
  padding-top: 30px
}

.title-border-02{
  border-top: solid 1px #bfbfbf;
  padding-top: 30px
}

#toProduct {
  text-align: center;
  padding: 50px 0;
}
#toProduct .descriptionbtn {
  margin: 30px auto 0;
  background: #006aad;
  color: #fff;
  max-width: 420px;
}
#toProduct .descriptionbtn:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.descriptionbtn {
  position: relative;
  display: block;
  width: 95%;
  border: solid 3px #006aad;
  border-radius: 40px;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006aad;
}
.descriptionbtn:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006aad;
  border-right: 2px solid #006aad;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.descriptionbtn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.descriptionbtn:hover:after {
  right: 5%;
}

.manualbtn {
  position: relative;
  display: block;
  width: 95%;
  border: solid 3px #006aad;
  border-radius: 40px;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006aad;
}
.manualbtn:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006aad;
  border-right: 2px solid #006aad;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.manualbtn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.manualbtn:hover:after {
  right: 5%;
}
.morewrap .manualbtn {
  max-width: 420px;
  margin: 40px auto 0;
}

.manual-minibtn {
  position: relative;
  display: block;
  width: 95%;
  border: solid 3px #006aad;
  border-radius: 40px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006aad;
}
.manual-minibtn:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006aad;
  border-right: 2px solid #006aad;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.manual-minibtn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.manual-minibtn:hover:after {
  right: 5%;
}
.morewrap .manual-minibtn {
  font-size: 10px;
  max-width: 330px;
  margin: 15px auto 0;
}

.description-minibtn {
  position: relative;
  display: block;
  width: 95%;
  border: solid 3px #006aad;
  border-radius: 40px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006aad;
  background: #006aad;
}
.description-minibtn:after {
  content: "";
  top: 50%;
  right: 7%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.description-minibtn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.description-minibtn:hover:after {
  right: 5%;
}
.morewrap .description-minibtn {
  font-size: 10px;
  max-width: 330px;
  margin: 15px auto 0;
}

.inline-b1 {
  display: inline-block;
  vertical-align: middle;
}
.inline-b1_img {
  padding-right: 5px;
}

.relationFrame01 {
  background-image:linear-gradient(#b6dbf2,#006aad);
  background-color:#006aad;
  border:1px solid #006aad;
  padding-left:10px;
  font-size:1.16em;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  margin-right: 8px;
  box-shadow: 6px 6px 6px #AAA;
}
.relationFrame02 {
  background:#ffffff;
  border:1px solid #006aad;
  padding:10px;
  padding-bottom:15px;
  font-size:1em;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  margin-right: 8px;
  box-shadow: 6px 6px 6px #AAA;
}


/*****************************************************
*****************************************************/


#header__logo img {
  width: 209px;
  height: 71px;
}
.tel_image_svg {
  width: 237px;
  height: 72px;
}
.nounyu_svg {
  width: 198px;
  height: 69px;
}
@media screen and (min-width:992px) and ( max-width:1200px) {
  #header__logo img {
    width: 160px;
    height: 54px;
  }
  .tel_image_svg {
    width: 197px;
    height: 60px;
  }
  .nounyu_svg {
    width: 164px;
    height: 58px;
  }
}
@media screen and (min-width:320px) and ( max-width:992px) {
  #header__logo img {
    width: 114px;
    height: 39px;
  }
  .tel_image_svg {
    width: 152px;
    height: 46px;
  }
  .nounyu_svg {
    width: 127px;
    height: 45px;
  }
  #ranking .itemList .itemList__unit:before {
    width: 27px;
    height: 27px;
  }
  #ranking .itemList .itemList__unit:nth-of-type(1):before {
    background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic08.png) no-repeat center;
    background-size: contain;
  }
  #ranking .itemList .itemList__unit:nth-of-type(2):before {
    background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic09.png) no-repeat center;
    background-size: contain;
  }
  #ranking .itemList .itemList__unit:nth-of-type(3):before {
    background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic10.png) no-repeat center;
    background-size: contain;
  }
  #ranking .itemList .itemList__unit:nth-of-type(4):before {
    background: url(https://gigaplus.makeshop.jp/Daisen5553/corekara/ds_ic11.png) no-repeat center;
    background-size: contain;
  }
  #itemImg {
    width: 40%;
  }
  #itemInfo {
    width: 55%;
  }
}


.slick-slider .slick-arrow {
  width: 30px;
  height: 60px;
  z-index: 1;
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7b7974;
  border-right: 2px solid #7b7974;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.slick-slider .slick-next {
  right: 10px;
}
.slick-slider .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #7b7974;
  border-right: 2px solid #7b7974;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}



.heading {
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.itemList__unit .name a {
  word-break: break-all;
}