@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.eyecatch{
  display: block;
}
#container{
  padding-top: 0;
  border-top:0;
}
#main{
  width:100%;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{

}
.itemList--contents .itemList__unit{
  width:16.66666%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}



/*Category*/
ul.CateBox{
  text-align: center;
}
li.CateBox__lists {
    display: inline-block;
    vertical-align: top;
}
li.CateBox__lists:nth-of-type(n+2) {
    margin-left: 55px;
}
p.CateBox__text {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}


/*最近チェックした商品*/
.history {
    border-bottom: 20px solid #eae7e8;
    padding-bottom: 20px;
}


/*お知らせ*/
.bgSection{
  width:100%;
  overflow-x: hidden;
}
.bgSection__bg{
  padding:40px 500%;
  margin:0px -500%;
  overflow: hidden;
  background:#eae7e8;
  width:100%;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner{
  height: 160px;
  overflow: auto;
  width: 700px;
  margin: 0 auto;
}
h2.mainTitle--img {
    text-align: center;
    margin-bottom: 30px;
}
.info__inner dt,.info__inner dd{
  margin-bottom:15px;
  color: #fff;
  font-size: 12px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:88%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  min-height: 230px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #bcb8b5;
  background-image: url(https://img21.shop-pro.jp/PA01416/553/etc/ic_12.jpg?cmsp_timestamp=20180827140511);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  margin-top: 50px;
}
