@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;
}
/* ------------------------------------------------------*/
/* 汎用
/* ------------------------------------------------------*/
.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;
  padding: 140px 0 0;
}

.inner,
.innerContents{
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}


.main-content {
  min-width: 1000px;
  padding: 48px 10px 15px;
}
/*-------------------------------------------------------------------------------
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;
}
.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;
}
/* ------------------------------------------------------*/
/* MainContentsArea */
/* ------------------------------------------------------*/
#MainContentsArea{
  width:980px;
  margin:0 auto 50px auto;
}
/* LeftCategoryNavi */

.LeftCategoryNavi{
  margin: 0 0 46px;
}
.LeftCategoryNavi.scene{
  margin: 0 0 54px;
}
.LeftCategoryNavi .heading{
  margin: 0 0 17px;
  font-size: 18px;
  line-height: 1.4;
}
.LeftCategoryNavi .heading2{
  padding: 0px 0;
  border-top: solid 1px #888;
  font-size: 16px;
}
.LeftCategoryNavi .navInner:last-child{
  border-bottom: solid 1px #888;
}
.LeftCategoryNavi .open .heading2 a{
  color: #fff;
}
.LeftCategoryNavi .heading2 a{
  display: block;
  /*padding: 12px 0 12px 19px;*/
  /*font-size: 16px;*/
  padding: 11px 0 12px 19px;
  font-size: 12px;
}

.LeftCategoryNavi .open .heading2 a{
  background: #636468;
}
/*.LeftCategoryNavi .heading2 strong{
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}*/
.LeftCategoryNavi .navInner dd,
.LeftCategoryNavi .innerList{
  /*
  デザイン対応 20170729 Del
  display: none;
  */
  display:block;
}
.LeftCategoryNavi .navInner.open dd,
.LeftCategoryNavi .innerList.open{
  display: block;
}
.LeftCategoryNavi .innerList ul.open{
	border-top: 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="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;
  border: none;
  outline: none;
}
.LeftCategoryNavi .searchBox .button{
  display: block;
  width: 150px;
  margin: 10px auto;
}
.LeftCategoryNavi .searchBox button{
  width: 150px;
  height: 28px;
  background: none;
  border: solid 1px #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #888;
  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="search"]{
  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;
}
#BrandMainContentsArea .BrandLeftArea .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;
  height: 17px;
  cursor: pointer;
}
.checkbox + .checkbox-icon:before,
.checkbox + .checkbox-icon:after {
  display: block;
  content: "";
  position:absolute;
  top: 2px;
  left: 9px;
  width: 2px;
  height: 12px;
  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%);
}

/*BrandCenterArea*/

/*MAINIMAGE*/
.mvArea{
  margin: 0 0 60px;
}

/*bnrArea*/
.bnrArea{
  margin: 20px 0 0;
}
.bnrArea ul{
  margin: 0 -10px;
}
.bnrArea li {
  display: inline-block;
  width: 160px;
  margin: 0 10px;
}
/*itemArea*/
.itemArea{
  position: relative;
}
/* #4871 対応
.rowArea{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 0 0 0;
}
*/
.sortBtn{
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 0 10px 0 0;
  font-size: 12px;
  vertical-align: middle;
}
.sortBtn .label{
  position: absolute;
  width: 100%;
  height: 28px;
  background: none;
  border: solid 1px #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  z-index: 1;
}
.sortBtn .select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 150px;
  height: 28px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.sortBtn .label .arrow::after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: -4px;
  right: -20px;
}
.rowIcn{
  display: inline-block;
  width: 22px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

/*絞り込み*/
.sortArea{
  height: 52px;
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
  text-align: center;
}
.sortList li{
  position: relative;
  width: 50%;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.sortList li:first-child::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 31px;
  margin: auto;
  background: #888;
  opacity: .4;
  z-index: 3;
}
.sortList li > .label{
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.sortList .select{
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
  border: none;
  padding: 0;
  opacity: 0;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
.sortList .arrow{
  padding: 0 37px 0 0;
}
.sortList .arrow::after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 0;
  backface-visibility: hidden;
}

.itemList{
  margin: 30px 0 0;
}
.itemList li a{
  display: block;
  margin: 0 0 20px;
}
.itemList li p{
  font-size: 12px;
  line-height: 1.5;
}
.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;
}
.itemList li{
  position: relative;
}
.itemList 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 li.new::before {
  content: "NEW";
  background: #e72b1e;
}

.itemList li.sale::before {
  content: "SALE";
  background: #e72b1e;
}
.itemList li.outlet::before {
  content: "会員限定OUTLET";
  background: #103b7b;
}
/*ページネーション*/
.pagenationArea{
  position: relative;
  height: 54px;
  margin: 31px 0 0;
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
  text-align: center;
}
.pagenationArea li{
  width: 20px;
  margin: 0 10px;
  line-height: 54px;
  box-sizing: border-box;
}
.pagenationArea li a{
  display: block;
  position: relative;
  line-height: 54px;
  box-sizing: border-box;
}
.pagenationArea li a:hover{
  opacity: 1;
}
.pagenationArea li a::before{
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #888;
  position: absolute;
  bottom: 1px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.pagenationArea li a:hover::before,
.pagenationArea li a.active::before{
  opacity: 1;
}
.pagenationArea li.back,
.pagenationArea li.next{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagenationArea li.back{
  left: 15px;
}
.pagenationArea li.next{
  right: 15px;
}
.pagenationArea li.back a,
.pagenationArea li.next a{
  display: block;
  height: 20px;
  line-height: 20px;
}
.pagenationArea li.back a:hover,
.pagenationArea li.next a:hover{
  opacity: .7;
}
.pagenationArea li.back a::before,
.pagenationArea li.next a::before{
  display: none;
}
.pagenationArea li.back span,
.pagenationArea li.next span{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagenationArea li.back span{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ------------------------------------------------------*/
/* trace */
/* ------------------------------------------------------*/
.trace-box{
  width: 1000px;
  margin: 20px auto;
  padding: 0 10px;
  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 #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.trace-box strong{
  font-weight: normal;
}

/* ------------------------------------------------------*/
/* footer */
/* ------------------------------------------------------*/
.footer {
  min-width: 1000px;
  background: #3E5364;
}

.footer > .innnerContents {
  max-width: 1000px;
}

.footer-inner {
  padding: 32px 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.footer-inner 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 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
}

.txtLink{
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
}
.txtLink li{
  display: inline-block;
  margin: 0 12px;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
}

/*-------------------------------------------------------------------------------
 MODULE
 -------------------------------------------------------------------------------*/

/*見出し*/
.h-style-1 {
  margin: 0 0 38px;
  color: #888;
  font-size: 11px;
  text-align: center;
}
.h-style-1 strong {
  display: block;
  font-size: 24px;
  line-height: 1.4;
}
.h-style-2 {
  margin: 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.6;
  text-align: center;
}

.h-style-3{
  max-width: 470px;
  margin: 0 0 33px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.0;
}
.h-style-3 span,
.h-style-3 small{
  vertical-align: middle;
  font-weight: normal;
}
.h-style-3 small{
  font-size: 12px;
}

.h-style-4{
  font-size: 22px;
  font-weight: normal;
}
.h-style-4 small{
  display: block;
  /*font-size: 10px;*/
  font-size: 14px;
}

/*ボタン*/
.btn{
  width: 100%;
}
.btn a{
  display: block;
  height: 30px;
  line-height: 30px;
  border: solid 1px #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.btn .arrow::after{
  right: 10px;
}
/*カートボタン*/
.cart-btn a{
  height: 50px;
  line-height: 50px;
  background: #ff7900;
  border: none;
  color: #fff!important;
  font-size: 18px;
}
.cart-btn span{
  display: block;
  position: relative;
}
.cart-btn span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 24px;
  height: 20px;
  margin: auto;
  background: url(/ec/images/ellesse/icn_cart_02.svg) no-repeat center left;
  background-size: 24px 20px;
}
/*お気に入りリスト追加*/
.like-btn span{
  display: block;
  position: relative;
}
.like-btn span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 18px;
  height: 16px;
  margin: auto;
  background: url(/ec/images/ellesse/icn_heart.svg) no-repeat center left;
  background-size: 18px 16px;
}


.like-btn2 span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 18px;
  height: 16px;
  margin: auto;
  /* background: url(/ec/images/ellesse/icn_heart.svg) no-repeat center left; */
  background-size: 18px 16px;
}
/*アイコン*/
.icn-area{
  margin: 0 0 7px;
}
.icn-area ul{
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.icn-area li{
  display: inline-block;
  height: 18px;
  margin: 0 5px 0 0;
  padding: 0 8px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
.icn-area li.new{
  background: #00CCFF;
}
.icn-area li.outlet{
  background: #000000;
}

/*テキストリンク*/
.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;
}

/*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(66,90,108,.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: #888;
}
.slick-prev,
.slick-next {
  width: 16px;
  height: 28px;
}
.normal-slider .slick-prev {
  left: 20px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.normal-slider .slick-next {
  right: 20px;
}
.normal-slider .slick-prev:before,
.normal-slider .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background: url('/ec/images/ellesse/icn_arrow_01.png') no-repeat center top;
}

/*gallery-module*/
.gallery-module{
  margin: 60px 0 0;
  position: relative;
}
.gallery-module .slick-list{
  width: 925px;
  margin: 0 auto;
}
.gallery-module li{
  margin: 0 15px;
}
.gallery-module li .size{
  display: block;
  margin: 12px 0 0 ;
  line-height: 1.8;
}
.gallery-module .slick-prev,
.gallery-module .slick-next {
  width: 16px;
  height: 28px;
}
.gallery-module .slick-prev {
  left: 0;
  margin: -34px 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gallery-module .slick-next{
  right: 0;
  margin: -20px 0 0;
}
.gallery-module .slick-prev:before,
.gallery-module .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background: url('/ec/images/ellesse/icn_arrow_02.png') no-repeat center top;
  background-size: 16px auto;
}

/*product-module*/
.product-module ul {
  width: 930px;
  margin: 0 auto;
}
.product-module li {
  margin: 0 15px;
}
.product-module .slick-prev {
  margin-top: -47px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-module .slick-next {
  margin-top: -33px;
}
.product-module .slick-prev:before,
.product-module .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background: url('/ec/images/ellesse/icn_arrow_02.png') no-repeat center top;
}
.carousel-lists p{
  font-size: 11px;
}
.carousel-lists .img{
  margin: 0 0 15px;
}



/*grid-col*/
.grid-col {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.grid-col li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

/*4カラム*/
.grid-col-4{
  margin: 0 -15px;
}
.grid-col-4 li {
  display: inline-block;
  width: 152px;
  margin: 0 15px 38px;
}
/*2カラム*/
.grid-col-2{
  margin: 0 -15px;
}
.grid-col-2 li {
  display: inline-block;
  width: 335px;
  margin: 0 15px 38px;
}


/*customer*/
.customer {
  clear: both;
  margin: 40px 0 0;
}
.customer-btns{
  margin: 0 -2.04081626%;
  text-align: center;
}
.customer-btns li {
  width: 46.078431372%;
  margin: 0 1.960784313%;
  line-height: 1.7;
  text-align: center;
}
.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: 50px;
  text-align: center;
}
.customer .arrow::after {
  right: 20px;
}




/* ------------------------------------------------------*/
/* 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"] {
  text-align : right;
  padding-right:2px;
}


div.message {
  background-color:#FAEFEF;
  border:1px solid #F5BEBE;
  color:#CC0000;
  font-size:140%;
  font-weight:bold;
  line-height:120%;
  padding:15px 13px;
  margin-bottom:10px;
  margin-left:10px;
}
/* ------------------------------------------------------*/
/* デザイン対応 Ins
/* ------------------------------------------------------*/
.nav-contents-list.col-3 > li:first-child{
  margin: 0 10px 0;
}
.nav-contents-list > li{
  float: left;
  margin: 0 1.0%;
}
.nav-contents-list.col-3{
  margin-left: -10px;
  margin-right: -10px;
}
.customer {
  clear: both;
  padding: 0 0 0;
}
/* font-style */
.ftContents {
  font-size: 12px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', "Avenir Next","Avenir", sans-serif;
}
.rowArea .sortBtn .label .arrow::after {
    border: none;
}

.mgt20{ margin-top:20px; }

/* MYPAGE RECOMMEND */
#MypageContentsArea{ margin: 0 0 20px 55px; }
#MypageContentsArea ul li{ float:left; display:inline; width:126px; padding:0 6px 10px 6px; border-right:1px dotted #C7C7C7; }
#MypageContentsArea ul li.bdr0{ margin-right:0; border-right:none; }
#MypageContentsArea ul li .itemImg{ margin-bottom:5px; text-align:center; }










/* ------------------------------------------------------*/
/* ITFOR add
/* ------------------------------------------------------*/
#footer {
    background: #888888 none repeat scroll 0 0;
    color: #ffffff;
    min-width: 1000px;
    font-size: 12px;
}
#footer a:link {
    color: #ffffff;
    text-decoration: none;
}
#FooterArea > .ftContents {
    margin: 0 auto;
    max-width: 1000px;
    padding: 32px 0 30px;
}

.MyListEachBlock a img,
.MyListEachBlock img{
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
/* 2017/07/28 upd start  商品詳細余白対応 */
#imgR3SnvaJp img {
    height: 1px;
    width: 1px;
}
/* 2017/07/28 upd end  商品詳細余白対応 */

.snsBtn .fb a {
    position: relative;
}
.snsBtn .fb a::after {
    border-color: #ffffff #ffffff currentcolor currentcolor;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    width: 5px;
    height: 5px;
    top: -2px;
}

.snsBtn .tw a {
    position: relative;
}
.snsBtn .tw a::after {
    border-color: #ffffff #ffffff currentcolor currentcolor;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    width: 5px;
    height: 5px;
    top: -2px;
}


.DetailRightBox .icn-area li.sale {
    background: #e72b1e !important;
}
.DetailRightBox .icn-area li.new {
    background: #00ccff !important;
}
.DetailRightBox .icn-area li.outlet {
    background: #000000 !important;
}

#VariationInventoryListMain img {
    height: auto;
    width: 100%;
}
