/*商品カテゴリリンク調整*/
#ichiran {
    margin-top: -150px;
    padding-top: 150px;
}
/*
新商品5
-------------------------*/
.newArrived ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom:20px;
}
.newArrived li{
    width: calc(100% / 5);
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.4;
}
.newArrived li a img {
    border: solid 1px #d70c1f;
    display: block;
}
.newArrived li a:hover img {
    border-width: 3px;
  box-sizing:border-box;
}
.newArrived li img{
  width:100%;
}
.newArrived li:first-of-type{
  
}
.newArrived li:last-of-type{
  margin-right:0;
}

.newArrived a.btn {
    max-width: 420px;
    width: 90%;
}

/*
新商品3
-------------------------*/
.newArrived3 ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    list-style: none;
    margin-bottom:20px;
}
.newArrived3 li{
    width: calc(100% / 3);
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.4;
}
.newArrived3 li a img {
    border: solid 1px #d70c1f;
    display: block;
}
.newArrived3 li a:hover img {
    border-width: 3px;
  box-sizing:border-box;
}
.newArrived3 li img{
  width:100%;
}
.newArrived3 li:first-of-type{
  
}
.newArrived3 li:last-of-type{
  margin-right:0;
}

.newArrived3 a.btn {
    max-width: 420px;
    width: 90%;
}


/*
ツイッター
-------------------------*/

.item_twitter{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom:20px;
}
.item_twitter td{
    width: calc(100% / 2);
    padding-right: 30px;
   vertical-align:top;
}
.item_twitter td:last-of-type{
  padding-right:0;
}



/*
売れ筋ランキング
----------------------------*/
.ranking {
    font-size: 14px;
    counter-reset: number;
    line-height: 1.6;
}
.ranking li{
  border-bottom:solid 1px #ccc;
  padding: 10px 8px 10px 8px;
  overflow:hidden;
  position:relative;
}

.ranking li:nth-child(even){
  background:#efefef;
}

.ranking img {
    width: auto;
    margin: 0 10px 0 50px;
    width:80px;
    display: block;
    float: left;
}
.ranking li:before {
    counter-increment: number;
    content: counter(number);
    padding-right: 5px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0,-50%);
    font-size: 18px;
    background: #fff;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
}

/*1位*/
.ranking li:nth-child(1):before{
  background:#bcb445;
  color:#fff;
}
.ranking li:nth-child(1) img{
  border:solid 2px #bcb445;
}
/*2位*/
.ranking li:nth-child(2):before{
  background:#999;
  color:#fff;
}
.ranking li:nth-child(2) img{
  border:solid 2px #999;
}
/*3位*/
.ranking li:nth-child(3):before{
  background:#bc6745;
  color:#fff;
}
.ranking li:nth-child(3) img{
  border:solid 2px #bc6745;
}
/*4位*/
.ranking li:nth-child(4):before{
  background:#fff;
  border:solid 2px #ccc
  color:#666;
}
.ranking li:nth-child(4) img{
  border:solid 2px #ccc;
}
/*5位*/
.ranking li:nth-child(5):before{
  background:#fff;
  border:solid 2px #ccc
  color:#666;
}
.ranking li:nth-child(5) img{
  border:solid 2px #ccc;
}


/*
実店舗紹介
-------------------------------*/
.ourShop ul{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-bottom:20px;
}
.ourShop li{
    width: calc(100% / 5);
    margin-right: 10px;
}
.ourShop li a img {
}
.ourShop li a:hover img {
    border-width: 3px;
  box-sizing:border-box;
}
.ourShop li img{
  width:100%;
}
.ourShop li:first-of-type{
}
.ourShop li:last-of-type{
  margin-right:0;
}


/*
アイテムカテゴリー
-------------------------------*/
.itemCategory ul{
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0;
    list-style: none;
    margin-bottom:20px;
}
.itemCategory li {
    width: calc(100% / 6);
    margin-right: 10px;
    border: solid 1px #d70c1f;
    box-sizing: border-box;
    position: relative;
}
.itemCategory li a {
    width: 100%;
    height: 100%;
    display: block;
    position:relative;
}
.itemCategory li a:after {
    content: attr(title);
    display: block;
    color: #fff;
    background: #d70c1f;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
    font-size: 14px;
}

li.cat_select {
    border: solid 2px #1e90ff;
}
.itemCategory li.cat_select a:after {
    background: #1e90ff;
}

.itemCategory li a:hover img {
    border-width: 3px;
  box-sizing:border-box;
}
.itemCategory li img{
  width:100%;
  margin-bottom: 1.4em;
}
.itemCategory li:last-of-type{
  margin-right:0;
}
.itemCategory a.btn {
    width: 100%;
    height: 100%;
    font-size: 14px;
    display:table-cell;
    vertical-align:middle;
    margin: 0;
    padding: 0;
    border:none;
    border-radius:0;
}
.itemCategory .lastItem li:last-of-type{
  border:none;
}
.itemCategory .lastItem li:last-of-type a:after{
  content:"";
  background:none;
}
.tableBlock {
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.itemCategory li a.btn:after{
  content:"";
  display:none;
}