@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}


/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

.bgSection{
  width:100%;
  overflow-x: hidden;
}
.bgSection__bg{
  padding:50px 500%;
  margin:0px -500%;
  overflow: hidden;
  background:#f2f2f2;
  width:100%;
}

.itemList__rankImg{
  width:50px;
  height:auto;
  display: inline-block;
  margin-bottom:5px;
}

.recommend__topText{
  margin-bottom:35px;
  text-align:center;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 15px 5px 40px;
  width:80%;
  margin:0 auto;
}
.info__title{
  font-size:18px;
  font-weight:bold;
  border-bottom:solid 1px #333;
  margin-bottom:10px;
}
.info__inner{
  height:150px;
  overflow: auto;
  padding:10px 15px;
  color: #3b0804;
}

.vList__unit{
  width:32%;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:solid 1px #ccc;
  padding:20px;
}
.vList__unit:nth-child(n+2){
  margin-left:2%;
}
.vList__unit:nth-child(n+4){
  margin-top:25px;
}
.vList__unit:nth-child(3n;1){
  clear:both;
  margin-left:0;
}
.vList__name{
  font-weight:bold;
  border-bottom:solid 1px #ccc;
  padding-bottom:2px;
  margin-bottom:10px;
}

.section--bnrList{
  margin-bottom:20px;
}

.lh--large{
  line-height:2;
}