@charset "euc-jp";
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*instagram*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit:nth-child(7n+1){
  clear:both;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

.section--column{
  margin-bottom:25px;
}
.bgSection{
  padding:20px;
  background:#f2f2f2;
}
.blockTitle{
  font-size:18px;
  padding-bottom:5px;
}
.bgSection__left{
  width:17%;
  float:left;
}
.bgSection__right{
  width:81%;
  float:right;
}
.seller__section { 
  padding: 35px 0px;
  border-top: solid 1px #000;
}

.product-list {
  list-style-type: none;
  font-size: 0;
}
.seller-list {
  margin-top: 40px;
  width:100%;
}
.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.product-list__unit:nth-child(n+2) {
  margin-left: 2%;}

.product-list__unit-lg {
  width: 23.5%;
}

.product-list__unit:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}
.product-list__name {
  margin-top: 20px;
  text-align: left;
}
.product-list__text {
  display: block;
}
.txt--lg {
  font-size: 16px;
}
.product-list__expl {
  margin-top: 20px;
  text-align: left;
}
.txt--md {
  font-size: 12px;
}
.product-list__price {
  font-weight:bold;
}
.product-list__prices {
  margin-top: 10px;
  text-align: left;
}
.product-list__price-regular {
  text-decoration: line-through;
}
.product-list__text {
  display: block;
}
.product-list__prices {
  margin-top: 10px;
  text-align: left;
}
.txt--red {
  color: #ff0000;
}
.product-list__discount-rate {
  color: #ff0000;
}
.product-list__price-soldout {
  color: #ff0000;
}