@charset "UTF-8";
/* ------------------------------------------------------*/
/* foundation */
/* ------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body{
  color: #555;
  font-size: 75%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
  text-align: left;
  margin:0;
  padding:0;
  /* behavior:url("csshover3.htc"); */
}
a:link{
  color: #555;
  text-decoration: none;
}
a:visited{
  color: #555;
  text-decoration: none;
}
a:hover{
  color: #555;
  text-decoration: underline;
  opacity: 0.7;
}
a:hover img{
  opacity: 0.7;
  /* IE7 */
  filter: alpha(opacity=70);
  /* IE8 */
  -ms-filter:
  "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
a:hover p,
a:hover span{
  text-decoration: underline;
}
a:active{
  color: #555;
  text-decoration: none;
}
a:focus{
  overflow:hidden;
  outline: none;
}
a,
a img,
img{
  border: none;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
li{
  list-style: none;
}
input:focus{
  outline-color: #4f8be0;
}
input[type=image]{
  outline: none;
}

.bold{
  font-weight: bold;
}
.strong{
  font-weight: bolder;
}
.err{
  color: #f00;
}
.text_normal{
  font-weight: normal;
  font-size: small;
  color: #333;
}
.attention{
  font-size: x-small;
  margin-top: 5px;
}
.center{
  text-align:center;
}
.block{
  display: block;
}
.mgb5{ margin-bottom:5px; }
.mgb10{ margin-bottom:10px; }
.mgb20{ margin-bottom:20px; }
.mgb30{ margin-bottom:30px; }
.mgb50{ margin-bottom:50px; }
.mgb100{ margin-bottom:100px; }
.mgr10{ margin-right:10px; }
.pdl10{ padding-left:10px; }
.mgt10{ margin-top:10px; }
.mgt30{ margin-top:30px; }

.kiyaku{
  border: 1px solid #000;
  margin-left: 1.5em;
  padding: 10px;
  margin-bottom: 30px;
  height: 105px;
  overflow: auto;
}
.breadcrumb{
  font-size:10px;
}
/*テキストリンク*/
.more-txt {
  text-align: center;
}
.more-txt a{
  display: inline-block;
}
.more-txt a::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(66,90,108,.4);
  position: relative;
  top: -2px;
}
.more-txt a:hover::after{
  opacity: 0;
}
.more-txt a:hover{
  text-decoration: none;
}
/* ------------------------------------------------------*/
/* shared */
/* ------------------------------------------------------*/
.body-box{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  clear: both;
}

.calam-c .reg_mag h3,
.calam-c .contact h3,
.body-box h2{
  background: url(/ec/images_common/bg_h3.gif) repeat-x left bottom;
}

.calam-c .contact .result_sch h3{
  background: url(/ec/images_common/line_dl.gif) repeat-x left bottom;
}

.calam-r .review h3,
.calam-c .reg_mag h3,
.body-box h2{
  margin-bottom: 10px;
}


.calam-c .feature-box h3,
.calam-c .cat_pu-box h3,
.calam-c .cat_pu-box-m h3,
.calam-c .ttl_ranking h3 img{
  margin-bottom: 0px;
}

.calam-c .newitem h3 img,
.calam-c .feature-box h3 img,
.calam-c .cat_pu-box h3 img,
.calam-c .cat_pu-box-m h3 img,
.calam-r .review h3 img,
.calam-c .reg_mag h3 img,
.calam-c .contact h3 img,
.body-box h2 img{
  margin-bottom: 12px;
}

/* ------------------------------------------------------*/
/* wrapper */
/* ------------------------------------------------------*/
#wrapper{
  margin:0 auto;
}

.inner{
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#detailBody{
  padding: 140px 0 0;
}
/*-------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------*/
.header-wrap {
  position: fixed;
  width: 100%;
  height: 140px;
  background: rgba(255,255,255,.9);
  z-index: 999;
}

/*背景黒*/
/*.header-wrap {
  background: rgba(0,0,0,.7);
}*/


.header {
  height: inherit;
  position: relative;
  z-index: 1;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  line-height: 1.0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-logo img{
  width: 222px;
  height: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-nav-wrap {
  height: inherit;
}
.header-inner-block {
  height: inherit;
  position: relative;
}
.header-user-info {
  float: right;
  padding: 25px 8px 32px 0;
}
.header-user-info .header-point {
  display: inline-block;
  margin: 0 7px 0 0;
  font-size: 12px;
}
.header-user-info.login .header-user-list-item.my-page {
  display: none;
}

.header-user-list {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.header-user-list li {
  display: inline-block;
  position: relative;
  font-size: 11px;
}
.header-user-list-item::after {
  display: block;
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.header-user-list-item:nth-last-child(2)::after {
  display: none;
}
.header-user-list-item a {
  display: block;
  padding: 0 12px;
}
.header-user-list-item a:hover {
  text-decoration: underline;
}

.header-cart {
  margin: 0 0 0 14px;
}
.header-cart a:hover > span{
  text-decoration: underline;
}
.header-cart-icn {
  display: inline-block;
  position: relative;
  width: 29px;
  margin: 0 0 0 14px;
}
.header-cart-icn img{
  width: 29px;
}
.cart-item {
  display: block;
  position: absolute;
  top: -11px;
  right: -8px;
  width: 19px;
  height: 19px;
  background: #e72b1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  line-height: 19px;
  text-align: center;
}

.header-btn-block {
  float: right;
}
.header-btn-list > li {
  float: left;
  margin: 0 42px 0 0;
  padding: 0 0 26px;
}
.header-btn-list > li:last-child {
  margin: 0;
}
.header-btn-list-item {
  margin-top: 10px;
}
.header-btn-list-item > a {
  display: block;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.header-btn-list-item > a:hover {
  opacity: 1;
  text-decoration: none;
}
.header-btn-list-item > a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-btn-list-item > a:hover::before,
.header-btn-list-item > a.active::before,
.header-btn-list-item > a.open::before {
  opacity: 1;
}
.header-btn-list-item > a > strong {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}

.header-btn-list .header-search {
  position: relative;
}
.header-search input[type="text"] {
  width: 195px;
  height: 28px;
  padding: 0 35px 0 17px;
  background: #eee;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  border: none;
  color: #555;
  font-size: 12px;
  outline: none;
  -webkit-appearance: none;
}
.header-search input[type="image"] {
  position: absolute;
  top: 6px;
  right: 12px;
  outline: none;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.header-search input[type="image"]:hover {
  opacity: .7;
}

.submit-new {
  width: 220px;
  display: inline-block;
  position: relative;
}
.submit-new input {
    padding: 0 !important;
    width: 100%;
    background: none !important;
    border: solid 1px #555 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 12px;
    line-height: 28px;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.submit-new:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submit-new:hover {
  opacity: .7;
}
/*スクロール時スタイル*/

.header-logo img,
.header-btn-block,
.header-btn-list-item,
.header-user-info,
.header-sp-fixed{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-wrap.fixed {
  height: 70px;
  z-index: 100;
}
.header-wrap.fixed .header-user-info {
  padding: 10px 56px 10px 0;
}
.header-wrap.fixed .header-cart{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 22px;
  margin: auto;
}
.header-wrap.fixed .fix-non{
  display: none;
}
.header-wrap.fixed .header-cart-icn{
  margin: 0;
}
.header-wrap.fixed .header-btn-block {
  float: right;
  margin: 0 34px 0 0;
  padding: 22px 0 0;
}
.header-wrap.fixed .header-btn-list > li{
  margin: 0 20px 0 0;
}
.header-wrap.fixed .header-btn-list > li:last-child{
  margin: 0;
}
.header-wrap.fixed .header-btn-list-item {
  font-size: 10px;
}
.header-wrap.fixed .header-btn-list-item a::before{
  bottom: -16px;
}
.header-wrap.fixed .header-btn-list-item:nth-child(3)::after{
  display: none;
}
.header-wrap.fixed .header-btn-list-item strong {
  font-size: 12px;
  line-height: 1.3;
}
.header-wrap.fixed .fix-noborder::after{
  display: none;
}
.header-wrap.fixed .header-search {
  position: absolute;
  right: 52px;
  bottom: -17px;
}
.header-wrap.fixed .header-search input[type="text"]{
  width: 260px;
  box-sizing: border-box;
}
/*メガメニュー*/
.nav-contents{
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 20px 0 45px;
  background: #eee;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.header-wrap.fixed .nav-contents{
  top: 70px;
}
.nav-contents.open{
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.nav-contents-list > li{
  float: left;
}
.nav-contents-list a:hover,
.nav-contents-list a:hover span {
  text-decoration: underline;
}
.nav-contents.logo{
  padding: 40px 0 6px
}
.logo .nav-contents-list{
  margin: 0 -13px;
}
.logo .nav-contents-list li{
  position: relative;
  width: 85px;
  height: 65px;
  margin: 0 13px 44px;
}
.logo .nav-contents-list li img{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav-contents-list.col-3{
  margin: 0;
}
.nav-contents-list.col-3 > li{
  margin: 0 39px 0 0;
}
.nav-contents-list.col-3 > li:first-child{
  margin: 0 37px 0 0;
}
.nav-contents-list.col-3 > li:last-child{
  margin: 0;
}
.nav-contents-list.col-5{
  margin: 0 -5px;
}
.nav-contents-list.col-5 > li{
  width: 188px;
  margin: 0 5px !important;
}
.nav-contents-list.col-6 > li {
  width: 16.5%;
  padding-left: 2em; 
}
.nav-contents-list > li > a{
  color: #000;
}
.nav-contents-list .img{
  display: block;
  margin: 0 0 12px;
}
.nav-contents-list .ttl{
  display: block;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.75;
}
.nav-contents-list .ttl strong{
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
.nav-inner-menu li{
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.75;
}
.nav-inner-menu a{
  color: #000;
  padding: 0 0 1px;
}

/*メニューなし*/
#HeaderArea {
  min-width: 980px;
  height: 78px;
  border-bottom: solid 2px #d4d4d4;
}
#HeaderArea .HeaderContents {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#HeaderArea .HeaderContents .hdArea01 {
  height: 61px;
}
#HeaderArea .HeaderContents .hdArea01 p img {
  position: absolute;
  top: 32px;
  left: 0;
  width: 222px;
  height: 16px;
}

/* ▼▼▼ 2019/11/05 TNFラボ連携対応 EeB deguchi */
#HeaderArea .logo_tnf-lab {
  float: right;
}

#HeaderArea .logo_tnf-lab .tnf-lab {
  width: 60px;
  margin-top: 10px;
}

#HeaderArea .logo_tnf-lab .tnf-lab a {
  display: block;
}

#HeaderArea .logo_tnf-lab .tnf-lab img {
  width: 100%;
}
/* ▲▲▲ 2019/11/05 TNFラボ連携対応 EeB deguchi */

/* ------------------------------------------------------*/
/* MainContentsArea */
/* ------------------------------------------------------*/
#MainContentsArea{
  width: 980px;
  margin: 50px auto 50px auto;
}
/* LeftCategoryNavi */
.LeftArea{
  float: left;
  width: 220px;
  margin: -5px 0 0;
  text-align: left;
  font-size: 11px;
}
.LeftCategoryNavi{
  margin: 0 0 46px;
}
.LeftCategoryNavi.scene{
  margin: 0 0 54px;
}
.LeftCategoryNavi .heading{
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
}
.LeftCategoryNavi .heading2{
  padding: 0px 0;
  border-top: solid 1px #555;
  font-size: 11px;
}
.LeftCategoryNavi .navInner:last-child{
  border-bottom: solid 1px #555;
}

.LeftCategoryNavi .open .heading2 a{
  color: #fff;
}
.LeftCategoryNavi .heading2 a{
  display: block;
  padding: 18px 0 19px 8px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.LeftCategoryNavi .open .heading2 a{
  background: #888;
}

.LeftCategoryNavi .navInner dd,
.LeftCategoryNavi .innerList,
.LeftCategoryNavi .innerList ul{
  display: none;
}
.LeftCategoryNavi .navInner.open dd,
.LeftCategoryNavi .innerList.open,
.LeftCategoryNavi .innerList ul.open{
  display: block;
}
.LeftCategoryNavi .heading2 strong{
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.LeftCategoryNavi ul li {
  border-bottom: solid 1px #ccc;
}
.LeftCategoryNavi ul li:last-child{
  border-bottom: none;
}
.LeftCategoryNavi:nth-child(2) ul li:first-child{
  border-top: solid 1px #ccc;
}
.LeftCategoryNavi:nth-child(2) ul li:last-child{
  border-bottom: solid 1px #ccc;
}
.LeftCategoryNavi dd a,
.LeftCategoryNavi ul li a {
    display: block;
    position: relative;
    padding: 11px 0 12px 10px;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
}
.LeftCategoryNavi ul li a:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1px #6a6a6a;
  border-right: solid 1px #6a6a6a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LeftCategoryNavi ul li a.active{
  background: #888;
  color: #fff;
}
.LeftCategoryNavi ul li a.active:after{
  display: none;
}
.LeftCategoryNavi .innerList li:first-child {
    border-top: solid 1px #c6cdd3;
}
.LeftCategoryNavi .innerList li a{
  padding: 11px 12px 12px 25px;
  height: 42px;
  box-sizing: border-box;
}
.LeftCategoryNavi .innerList ul.open{
  border-top: solid 1px #c6cdd3;
}
.LeftCategoryNavi .innerList li ul li{
  margin: 0 0 0 25px;
}
.LeftCategoryNavi .innerList li ul li:first-child{
  border-top: none;
}
.LeftCategoryNavi .innerList li ul li a{
  padding: 11px 12px 12px 15px;
  border-bottom: none;
}

.LeftCategoryNavi .innerList li.pd a{
  padding-top: 3px;
}
.LeftCategoryNavi:nth-child(2) .innerList li:last-child,
.LeftCategoryNavi:nth-child(2) .innerList li ul li:last-child{
  border-bottom: none;
}
.LeftCategoryNavi .searchBox.keywords{
  margin: 0 0 18px;
}
.LeftCategoryNavi .searchBox.price{
  margin: 0 0 20px;
}
.LeftCategoryNavi .searchBox .ttl{
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.0;
}
.LeftCategoryNavi .searchBox input[type="text"],
.LeftCategoryNavi .searchBox input[type="search"]{
  width: 100%;
  height: 28px;
  padding: 0 5px 0 15px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.LeftCategoryNavi .searchBox .button{
  display: block;
  width: 150px;
  margin: 10px auto;
}
.LeftCategoryNavi .searchBox .button a{
  margin: 0;
  padding: 0;
}
.LeftCategoryNavi .searchBox button{
  width: 150px;
  height: 28px;
  background: none;
  border: solid 1px #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #555;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.LeftCategoryNavi .searchBox button:hover{
  opacity: .7;
}
.LeftCategoryNavi .searchBox.price input[type="text"]{
  width: 75px;
  padding: 0 5px 0 15px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.LeftCategoryNavi .searchBox.price dl{
  float: left;
  margin: 0 9px 0 0;
}
.LeftCategoryNavi .searchBox.price dl:last-child{
  margin: 0;
}
.LeftCategoryNavi .searchBox.price dt,
.LeftCategoryNavi .searchBox.price dd{
  display: table-cell;
}
.LeftCategoryNavi .searchBox.price dd{
  padding: 0 0 0 9px;
}
.LeftCategoryNavi .searchBox.color ul{
  margin: 0 -6px;
}
.LeftCategoryNavi .searchBox.color ul li{
  float: left;
  margin: 0 6px 12px;
  padding: 0;
  border-bottom: none;
}
.LeftCategoryNavi .searchBox.color ul li a{
  display: block;
  width: 17px;
  height: 17px;
  padding: 0;
  box-sizing: border-box;
}
.LeftCategoryNavi .searchBox.color ul li a::after{
  display: none;
}
.LeftCategoryNavi .searchBox.color .button{
  margin: 0 auto;
}
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 17px !important;
  height: 17px !important;
  box-sizing: border-box;
  cursor: pointer;
}
.checkbox + .checkbox-icon:before,
.checkbox + .checkbox-icon:after {
  display: block;
  content: "";
  position:absolute;
  top: 2px !important;
  left: 8px !important;
  width: 2px !important;
  height: 12px !important;
  background: #eee;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox + .checkbox-icon:before {
  top: 8px;
  left: 4px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox:checked + .checkbox-icon:before,
.checkbox:checked + .checkbox-icon:after {
  opacity: 1;
}
.white .checkbox + .checkbox-icon:before,
.white .checkbox + .checkbox-icon:after,
.yellow .checkbox + .checkbox-icon:before,
.yellow .checkbox + .checkbox-icon:after {
  background: #666;
}
.white .checkbox + .checkbox-icon:before {
  left: 3px;
}
.white .checkbox + .checkbox-icon:after {
  left: 8px;
}

.searchBox.color ul li.white span {border: solid 1px #ccc;}
.searchBox.color ul li.black span {background: #000;}
.searchBox.color ul li.gray span {background: #9e9e9e;}
.searchBox.color ul li.brown span {background: #74341f;}
.searchBox.color ul li.beige span {background: #e5d7ac;}
.searchBox.color ul li.green span {background: #2c994a;}
.searchBox.color ul li.blue span {background: #0066e4;}
.searchBox.color ul li.purple span {background: #620a87;}
.searchBox.color ul li.yellow span {background: #f6e642;}
.searchBox.color ul li.pink span {background: #f6b1d7;}
.searchBox.color ul li.red span {background: #d90027;}
.searchBox.color ul li.orange span {background: #ff922a;}
.searchBox.color ul li.grey-gra span {
  background: -moz-linear-gradient(left top, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);
  background: -webkit-linear-gradient(left top, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);
  background: linear-gradient(to right bottom, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);
}
.searchBox.color ul li.gold-gra span {
  background: -moz-linear-gradient(left top, #eedfab 0%, #cabd91 50%, #a99e79 100%);
  background: -webkit-linear-gradient(left top, #eedfab 0%, #cabd91 50%, #a99e79 100%);
  background: linear-gradient(to right bottom,#eedfab 0%, #cabd91 50%, #a99e79 100%);
}
.leftBannerArea ul li{
  margin: 0 0 20px;
}
.leftBannerArea ul li:last-child{
  margin: 0;
}
/* CenterArea */
#MainContentsArea h2.heading{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.0;
  text-align: center;
}
#MainContentsArea .CenterArea{
  float: right;
  width: 700px;
  text-align: left;
  font-size: 11px;
}
#MainContentsArea .CenterArea > div + div{
  margin: 48px 0 0;
}

#MainContentsArea .CenterArea .BrandArea .heading{
  margin: 0 0 25px;
}
#MainContentsArea .CenterArea .BrandArea ul{
  width: 100%;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
}
#MainContentsArea .CenterArea .BrandArea ul li{
  position: relative;
  width: calc(100% / 7);
  float: left; 
  box-sizing: border-box;
}
#MainContentsArea .CenterArea .BrandArea ul li a{
  display: block;
  height: 100px;
  border-bottom: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  box-sizing: border-box;
}

#MainContentsArea .CenterArea .BrandArea ul li a img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#MainContentsArea .CenterArea .BrandArea ul li.motor a img{
  top: 11px;
}

#MainContentsArea .CenterArea .NewsArea .heading{
  margin: 0 0 22px;
}

#MainContentsArea .CenterArea .NewsArea dl.newsBox{
  font-size: 12px;
  line-height: 1.96;
}
#MainContentsArea .CenterArea .NewsArea dl.newsBox:nth-child(n+6){
  display: none;
}
#MainContentsArea .CenterArea .NewsArea dl.newsBox dt{
  width: 100px;
  float: left;
}
#MainContentsArea .CenterArea .NewsArea dl.newsBox dd{
  width: 600px;
  float: left;
}

#MainContentsArea .CenterArea .RecommendArea ul.recommendBox{
}
#MainContentsArea .CenterArea .RecommendArea .titArea p{
  float:left;
}
#MainContentsArea .CenterArea .RecommendArea .titArea .tabArea{
  float:right;
}
#MainContentsArea .CenterArea .RecommendArea .titArea .tabArea ul li{
  float:left;
  display:inline;
}
#MainContentsArea .CenterArea .RecommendArea .titArea .tabArea ul li a:hover img{
  opacity: 1;
  /* IE7 */
  filter: alpha(opacity=100);
  /* IE8 */
  -ms-filter:
  "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox li{
  float:left;
  display:inline;
  width:127px;
  height:185px;
  border-right:1px dotted #c7c7c7;
  border-bottom:1px dotted #c7c7c7;
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox li.bdr0{
  border-right:none;
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox.bdb0 li{
  border-bottom:none;
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox li .itemImg{
  margin-bottom:5px;
  text-align:center;
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox li .itemName{
  margin-bottom:7px;
  padding:0 6px;
  text-align:left;
  font-size:12px;
  line-height:120%;
}
#MainContentsArea .CenterArea .RecommendArea ul.recommendBox li .itemPrice{
  padding:0 6px;
  text-align:left;
  font-family:"メイリオ", Meiryo, sans-serif;
  font-size:12px;
  line-height:120%;
}

#MainContentsArea .CenterArea .RankingArea .titArea p{
  float:left;
}
#MainContentsArea .CenterArea .RankingArea .titArea .tabArea{
  float:right;
}
#MainContentsArea .CenterArea .RankingArea .tabArea ul li{
  float:left;
  display:inline;
}
#MainContentsArea .CenterArea .RankingArea .tabArea ul li a:hover img{
  opacity: 1;
  /* IE7 */
  filter: alpha(opacity=100);
  /* IE8 */
  -ms-filter:
  "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox{
  clear:both;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li{
  float:left;
  display:inline;
  width:127px;
  height:205px;
  border-right:1px dotted #c7c7c7;
  border-bottom:1px dotted #c7c7c7;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox.bdb0 li{
  border-bottom:none;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li.bdr0{
  border-right:none;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li .rankIcon{
  padding:5px 0 0 5px;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li .itemImg{
  margin-bottom:5px;
  text-align:center;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li .itemName{
  margin-bottom:7px;
  padding:0 6px;
  text-align:left;
  font-size:12px;
  line-height:120%;
}
#MainContentsArea .CenterArea .RankingArea ul.rankingBox li .itemPrice{
  padding:0 6px;
  text-align:left;
  font-family:"メイリオ", Meiryo, sans-serif;
  font-size:12px;
  line-height:120%;
}

.ItemArea{
  padding: 50px 0 0;
  border-top: solid 1px rgba(85,85,85,.3);
}
.ItemArea .slideBox + .slideBox {
  margin: 37px 0 0;
}
.slideBox .heading{
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.0;
  text-align: center;
}

.ItemArea ul{
  margin: 0 -15px;
}
.ItemArea ul li{
  margin: 0 15px;
}
.ItemArea ul li img{
  width: 100%;
  height: auto;
}
.ItemArea ul li span{
  display: block;
}
.ItemArea .slideBox{
  overflow: hidden;
}
.ItemArea .slick-list{
  overflow: visible;
}
.ItemArea .slick-arrow {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.ItemArea .slick-slider:hover .slick-arrow{
  opacity: 1;
}
.ItemArea .slick-prev,
.ItemArea .slick-next{
  width: 30px;
  height: 46px;
  margin-top: -35px;
  z-index: 1;
}
.ItemArea .slick-prev{
  left: 13px;
}
.ItemArea .slick-next{
  right: 13px;
}
.ItemArea .slick-prev:before,
.ItemArea .slick-next:before{
  display: block;
  content: "";
  width: 30px;
  height: 46px;
  background: url(/ec/images/icon_prev.png);
}
.ItemArea .slick-next:before{
  background: url(/ec/images/icon_next.png);
}
.ItemArea .rankingList .itemTxt{
  width: 126px;
  float: right;
  font-size: 12px;
}
.ItemArea .rankingList .itemImg{
  clear: both;
  margin: 0 0 10px;
}
.ItemArea .rankingList .rankNo{
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #eee;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.ItemArea .rankingList .no1 .rankNo{background: #a19020;color: #fff;}
.ItemArea .rankingList .no2 .rankNo{background: #868e91;color: #fff;}
.ItemArea .rankingList .no3 .rankNo{background: #a6835e;color: #fff;}

.ItemArea ul li a:hover .rankNo {
  text-decoration: none;
}

/*new*/
.CategoryListArea > ul > li::before{
  display: inline-block;
  content: "";
  width: auto;
  height: 18px;
  padding: 0 8px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.CategoryListArea .new::before{
  content: "NEW";
  background: #00CCFF;
}
.CategoryListArea .sale::before{
  content: "SALE";
  background: #e72b1e;
}
.CategoryListArea .outlet::before{
  content: "会員限定OUTLET";
  background: #000000;
}
/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
  width:158px;
  height:240px;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:9;
  display:none;
  background-image: url(a)
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:215px;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
  position:relative;
  background:#fff url(/ec/images/TOP/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}
.theme-default .nivo-directionNav a {
  display:block;
  width:20px;
  height:20px;
  background:url(/ec/images/TOP/arrows_black.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
.theme-default a.nivo-nextNav {
  background-position:-20px 0;
  right:7px;
}
.theme-default a.nivo-prevNav {
  left:7px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}



/* ------------------------------------------------------*/
/* trace */
/* ------------------------------------------------------*/
.trace-box{
  margin: 20px auto 35px;
  font-size: 11px;
  text-align: left;
}
.trace-box a{
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 22px 0 0;
}
.trace-box a:hover {
  text-decoration: underline;
}
.trace-box a::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.trace-box strong{
  font-weight: normal;
}

/* ------------------------------------------------------*/
/* checked */
/* ------------------------------------------------------*/
.checked-box{
  clear: both;
  width: 955px;
  margin: 30px auto 0 auto;
  text-align: left;
  padding: 15px;
  background: url(/ec/images_common/bg_checked.gif);
}

.checked-box .ttl_checked{
  width: 145px;
  height: 19px;
  font-size: x-small;
  text-indent: -9999px;
  background: url(/ec/images_common/ttl_checked.gif);
  float: left;
  margin: 26px 15px 0 0;
}

.checked-box li{
  float: left;
  margin-right: 3px;
}

.checked-box li a{
  text-decoration: none;
}

.checked-box .last{
  margin-right: 0;
}

/* ------------------------------------------------------*/
/* FooterArea */
/* ------------------------------------------------------*/
#footer{
  clear: both;
}
#FooterArea{
  min-width: 980px;
  background: #888;
  color: #fff;
}

.footer-corp-nav a,
.footer-nav-list a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-corp-nav a:hover,
.footer-nav-list a:hover {
  text-decoration: underline;
}

#FooterArea > .ftContents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0 30px;
}
#FooterArea a {
  color: #fff;
}

.footer-corp-nav {
  line-height: 2.3;
  text-align: center;
}

.footer-brand-info {
  margin: 32px auto;
}

.footer-brand-info > div {
  padding: 0 80px 40px;
  border-bottom: solid 1px #fff;
}
.footer-brand-info ul {
  margin: 0 -1.904761904% 22px -2.023809523%;
  padding: 40px 0 0;
}
.footer-brand-info li {
  position: relative;
  width: 8.820160366%;
  height: 42px;
  float: left;
  margin: 0 1.832760595% 25px 1.947308132%;
}
.footer-brand-info li.speedo {
  width: 9.621993127%;
}
.footer-brand-info li.aps {
  margin: 0 0.572737686% 25px 2.290950744%;
}
.footer-brand-info li.ccc{
  margin: 0 1.718213058% 25px 0.458190148%;
}
.footer-brand-info li.nw {
  margin: 0 1.603665521% 25px 2.290950744%;
}
.footer-brand-info li.alite{
  margin-bottom: 0;
}

.footer-brand-info li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;;
}

.footer-brand-info .tnf img {
  width: 40px;
  height: 40px;
}
.footer-brand-info .hh img {
  width: 45px;
  height: 30px;
}
.footer-brand-info .macpac img {
  width: 73px;
  height: 17px;
}
.footer-brand-info .alite img {
  width: 42px;
  height: 36px;
}
.footer-brand-info .ice img {
  width: 73px;
  height: 52px;
}
.footer-brand-info .ellesse img {
  width: 65px;
  height: 20px;
}
.footer-brand-info .danskin img {
  width: 85px;
  height: 13px;
}
.footer-brand-info .speedo img {
  width: 84px;
  height: 16px;
}
.footer-brand-info .lifestyle img {
  width: 76px;
  height: 45px;
}
.footer-brand-info .motorcycle img {
  width: 77px;
  height: 22px;
}
.footer-brand-info .ccc img {
  width: 48px;
  height: 34px;
}
.footer-brand-info .c3fit img {
  width: 64px;
  height: 32px;
}
.footer-brand-info .mxp img {
  width: 60px;
  height: 26px;
}
.footer-brand-info .tf1 img {
  width: 74px;
  height: 17px;
}
.footer-brand-info .estivo img {
  width: 70px;
  height: 13px;
}
.footer-brand-info .aps img {
  width: 33px;
  height: 42px;
}
.footer-brand-info .nw img {
  width: 48px;
  height: 41px;
}

.footer-brand-info .more-txt{
  text-align: center;
}
.footer-brand-info .more-txt a::after {
  background: #fff;
}
.footer-brand-info .more-txt a:hover {
  text-decoration: none;
}
.footer-brand-info .more-txt a:hover::after {
  opacity: 0;
}

.footer-brand-info-btn {
  width: 230px;
  margin: 0 auto;
}
.footer-brand-info-btn a {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  border: solid 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.footer-brand-info-btn a:hover {
  text-decoration: none;
}
.footer-brand-info-btn a.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.footer-brand-info-btn a.active.arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-nav-list {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.footer-nav-list > li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}
.footer-nav-list > li + li {
  position: relative;
}
.footer-nav-list > li + li::before {
  content: "|";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
}

.footer-nav-list > li > a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 2.3;
}

.footer-info {
  color: #fff;
  margin-top: 15px;
}
.footer-info-inner {
  height: 40px;
  padding: 11px;
  text-align: center;
}

/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
.main-box .recommendation,
.main-box2 .recommendation{
  border: 1px solid #ccc;
  width: 803px;
}

.main-box .recommendation .flash,
.main-box2 .recommendation .flash{
  margin: 15px 0;
  text-align: center
}


.calam-r .recommend2{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.calam-r .recommend2 .flash{
  margin: 15px;
  text-align: center
}

/*slider*/
.normal-slider .slick-dots{
  bottom: -29px;
}
.normal-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.normal-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(85,85,85,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.normal-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.normal-slider .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  background: #555;
}
.normal-slider .slick-prev,
.normal-slider .slick-next {
  width: 16px;
  height: 28px;
}
.normal-slider .slick-prev {
  left: 20px;
  margin-top: -15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.normal-slider .slick-next {
  right: 18px;
}
.normal-slider .slick-prev:before,
.normal-slider .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background: url('/ec/images_smt/icon_arrow_02.png') no-repeat center top;
  background-size: 16px auto;
}
.mvArea{
  /* height: 320px; */
  overflow: hidden;
}

.btn{
  width: 150px;
  margin: 25px auto 0;
  box-sizing: border-box;
}
.btn a{
  display: block;
  position: relative;
  height: 28px;
  border: solid 1px #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
}
.btn a:hover{
  text-decoration: none;
}
.btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a.on::after{
  top: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*customer*/
.customer {
  clear: both;
  padding: 60px 0 0;
}
.customer-btns{
  margin: 0 -2.04081626%;
  font-size: 0;
}
.customer-btns li {
  display: inline-block;
  width: 46.078431372%;
  margin: 0 1.960784313%;
  line-height: 1.7;
  text-align: center;
  vertical-align: top;
}
.customer-btns a {
  display: block;
  height: 50px;
  margin: 0 0 18px;
  background: #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff!important;
  font-size: 15px;
  line-height: 52px;
  text-align: center;
}
.customer-btns p{
  font-size: 12px;
  line-height: 1.7;
}
.customer-btns a:hover{
  text-decoration: none;
}
.customer .arrow::after {
  right: 20px;
}

.customer .single-btn {
	margin: auto!important;
	text-align: center!important;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
  display: inline-table;
  zoom:1;
}

.clearfix:after {
  content:".";
  height:0px;
  clear:both;
  display: block;
  visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* ------------------------------------------------------*/
/* textbox for (product's) quantity */
/* ------------------------------------------------------*/

input.qtyBox[type="text"] {
  width: 33px;
  height: 23px;
  margin: 0 0 0 15px;
  padding: 0;
  background: #eee;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}


div.message {
  background: rgba(231,43,30,.1);
  color:#e72b1e;
  font-size:14px;
  font-weight:bold;
  line-height:1.5;
  margin: 0 0 10px;
  padding:15px 13px;
}

/* MYPAGE RECOMMEND */
#MypageContentsArea{}
#MypageContentsArea .title{
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.3;
}
#MypageContentsArea ul{
  margin: 0 -11.5px;
  font-size: 0;
}
#MypageContentsArea ul li{
  display: inline-block;
  width:122px;
  margin: 0 11.5px;
  font-size: 12px;
  vertical-align: top;
}
#MypageContentsArea ul li div a{
  line-height: 1.4;
  padding: 0 0 2px;
}
#MypageContentsArea ul li.bdr0{ margin-right:0; border-right:none; }
#MypageContentsArea ul li .itemImg{ margin-bottom:10px; text-align:center; }
#MypageContentsArea ul li .itemPrice{ padding: 0 0 0 4px; }
.BrandRankingArea{
  padding: 0 0 25px;
  border-bottom: solid 1px #ccc;
}
.mypageBox{
  padding: 40px 0;
}
.mypageBox + .mypageBox{
  border-top: solid 1px rgba(51,51,51,.3);
}
.mypageBox ul{
  margin: 0 -10px -20px;
  font-size: 0;
}
.mypageBox li{
  display: inline-block;
  margin: 0 10px 20px;
}
.red {
  color: #e72b1e;
}
.comp{
  font-size: 14px !important;
  line-height: 2.1;
}
.tagImg{
  position: absolute;
  bottom: 0;
}
#val_tag{
  position: absolute;
  bottom: 0;
}
/*----------------------------------------------------------*/
/* Itforec Ins 20170802
/*----------------------------------------------------------*/
/*<!-- サジェスト用CSS-Start -->*/
.np-keyword-suggest *,
.np-item-suggest *{
  box-sizing: border-box;
}
.np-item-suggest-v2 {
 width:400px;
}
.np-keyword-suggest,
.np-item-suggest{
  color: #333333;
 background: #ffffff;
}     
.np-keyword-suggest{
 box-sizing: border-box;
 width:400px;
 border:1px solid #cccccc;
}          
.np-keyword-suggest div{
 width:100%;
}           
.np-keyword-suggest .item{
 box-sizing: border-box;
 padding:10px; 
 cursor:pointer;
 word-wrap: normal; /* for IE */
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.np-keyword-suggest .group:not(:last-child){
 border-bottom: solid 1px #cccccc;
}                    
.np-keyword-suggest .title:before, .narrow21:before {
  box-sizing: border-box;
  font-size:11px;
  color:#ffffff;
  margin-right:8px;
  padding:3px 8px;
  border-radius:3px;
}

.np-keyword-suggest .title:before{content:"商品名";background:#666666;}
.np-keyword-suggest .narrow21:before{content:"カテゴリ";background:#ababab;}
.np-keyword-suggest .item.selected{
  background-color:#eeeeee;
}
.np-keyword-suggest_overlay {
 width: 100% !important;
 padding: 0;
 background-color: rgba(255, 255, 255, 0.9);
 border: 0;
 font-size: 15px;
 color: #333;
}
.np-keyword-suggest_overlay div {
 width: auto;
}
.np-keyword-suggest_overlay .inputArea {
 height: auto;
 padding-top: 10px;
 padding-bottom: 10px;
 background: #eee;
}
.np-keyword-suggest_overlay .inputArea .cancelButton,
.np-keyword-suggest_overlay .inputArea .submitButton {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 background-color: #eee;
 background-repeat: no-repeat;
 border: 5px solid transparent;
 border-radius: 2px;
}
.np-keyword-suggest_overlay .inputArea span {
 display: block !important;
 margin: 0 35px;
}
.np-keyword-suggest_overlay .inputArea span input {
 box-sizing: border-box;
 width: 100% !important;
 padding: 0 5px;
 box-shadow: none;
 border: 0;
 border-radius: 2px;
 font-size: 15px;
}
.np-keyword-suggest_overlay .inputArea span a {
 top: 0 !important;
 line-height: 32px;
 color: #BDBDBD; 
}
.np-keyword-suggest_overlay .group {
 background-color: rgba(255, 255, 255, 0.8);
 border-bottom: solid 1px #cccccc;
}
.np-keyword-suggest_overlay .item {
 float: none;
 margin: 0;
 padding: 10px;
 position: relative;
        height:56px;
 word-wrap: normal; /* for IE */
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.np-keyword-suggest_overlay .item:not(:last-child) {
 border-bottom: dotted 1px #cccccc;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-title > .title:before,
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow21 > .narrow21:before {
 display: inline-block;
 width: 5em;
 margin-right: 0.5em;
 padding: 2px 0;
 border-radius: 2px;
 font-size: 85%;
 color: #6e6e6e;
 background:none;
 text-align:left;
 vertical-align: top;
 position: absolute;
 bottom: 4px;
}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-title > .title:before{content: "商品名";}
.np-keyword-suggest_overlay > .np-keyword-suggest-group-narrow21 > .narrow21:before{content: "カテゴリ";}
.np-keyword-suggest_overlay .plusButton{
 position: absolute;
 right: 5px;
 box-sizing: border-box;
 width: 25px;
 float: none;
 margin: 0;
 margin-top:5px;
 padding: 0;
 background-color: #ccc;
 border: 0;
 border-radius: 2px;
 font-size: 100%;
 line-height: 25px;
 font-weight: bold;
 text-align: center;
 color: #fff;
}
.np-keyword-suggest_overlay .submitButton {
    /* background-image: url(//demo3-f-s.snva.jp/img/search-flat.png); */
    /* 本番 */
    background-image: url(//mid4-f-s.snva.jp/img/search-flat.png);
}
.np-keyword-suggest_overlay .cancelButton {
    /* background-image: url(//demo3-f-s.snva.jp/img/arrow-flat.png); */
    /* 本番 */
    background-image: url(//mid4-f-s.snva.jp/img/arrow-flat.png);
}
/*<!-- サジェスト用CSS-End -->*/
/*<!-- ブランド毎 SALE等CSS-Start -->*/
.itemList > ul > li::before{
  display: inline-block;
  content: "";
  width: auto;
  height: 18px;
  padding: 0 8px;
  line-height: 18px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.itemList .new::before{
  content: "NEW";
  background: #00CCFF;
}
.itemList .sale::before{
  content: "SALE";
  background: #e72b1e;
}
.itemList .outlet::before{
  content: "会員限定OUTLET";
  background: #000000;
}
/*<!-- ブランド毎 SALE等CSS-End -->*/
/*<!-- ブランド毎 商品一覧 CSS Start -->*/
.itemList > ul{
  margin: 30px -15px 0;
  font-size: 0;
}
.itemList .grid-col-4 li{
  display: inline-block;
  width: 152px;
  margin: 0 15px 35px;
  vertical-align: top;
}
.itemList .grid-col-2 li{
  display: inline-block;
  width: 335px;
  margin: 0 15px 35px;
  vertical-align: top;
}
.itemList > ul > li a{
  display: block;
  margin: 0 0 20px;
}
.itemList li span{
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.itemList li img{
  width: 100%;
  height: auto;
}
.itemList li .itemImg{
  margin: 0 0 17px;
}
.itemList li .more-txt{
  font-size: 10px;
  text-align: left;
}
.itemList li .more-txt a{
  display: inline-block;
  margin: 0;
}
/*<!-- ブランド毎 商品一覧 CSS End -->*/


.footer .danskin a img {
    max-width: none; 
}
.footer-brand-info li.speedo {
    margin: 0 1.83276% 25px 1.94731% !important;
}


.DetailRightBox .icn-area li.sale {
    background: #e72b1e !important;
}
.DetailRightBox .icn-area li.new {
    background: #00ccff !important;
}
.DetailRightBox .icn-area li.outlet {
    background: #000000 !important;
}

/*----------------------------------------------------------*/
/* FOOTER LOGO 2019-11-27
/*----------------------------------------------------------*/
.brand-list-ft	{ display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; padding: 40px 0 20px; }
.brand-list-ft > *	{ width: calc(100% / 8); text-align: center; padding: 0 0 20px; }
.footer-brand-info .brand-list-ft .tnf img	{ width: 40px; height: 40px; }
.footer-brand-info .brand-list-ft .hh img	{ width: 45px; height: 30px; }
.footer-brand-info .brand-list-ft .macpac img	{ width: 73px; height: 17px; }
.footer-brand-info .brand-list-ft .alite img	{ width: 42px; height: 36px; }
.footer-brand-info .brand-list-ft .ice img	{ width: 73px; height: 52px; }
.footer-brand-info .brand-list-ft .icebreaker img	{ width: 88px; height: 12px; }
.footer-brand-info .brand-list-ft .ellesse img	{ width: 65px; height: 20px; }
.footer-brand-info .brand-list-ft .danskin img	{ width: 85px; height: 13px; }
.footer-brand-info .brand-list-ft .speedo img	{ width: 84px; height: 16px; }
.footer-brand-info .brand-list-ft .lifestyle img	{ width: 76px; height: 45px; }
.footer-brand-info .brand-list-ft .gw img	{ width: 76px; height: 45px; }
.footer-brand-info .brand-list-ft .motorcycle img	{ width: 77px; height: 22px; }
.footer-brand-info .brand-list-ft .ccc img	{ width: 48px; height: 34px; }
.footer-brand-info .brand-list-ft .c3fit img	{ width: 64px; height: 32px; }
.footer-brand-info .brand-list-ft .mxp img	{ width: 60px; height: 26px; }
.footer-brand-info .brand-list-ft .tf1 img	{ width: 74px; height: 17px; }
.footer-brand-info .brand-list-ft .estivo img	{ width: 70px; height: 13px; }
.footer-brand-info .brand-list-ft .aps img	{ width: 33px; height: 42px; }
.footer-brand-info .brand-list-ft .nw img	{ width: 48px; height: 41px; }
.footer-brand-info .brand-list-ft .fischer img	{ width: 40px; height: 40px; }
@media only screen and (max-width: 980px)	{
	.brand-list-ft > *	{ width: calc(100% / 6); }
}
@media only screen and (max-width: 767px)	{
	.brand-list-ft > *	{ width: calc(100% / 3); }
}


