/* 20201206追記 */
#itemListContent .itemDataBox{
  padding-top: 8px;
}
#itemListContent ol li .tumImg .canvas_wrap {
  display: none;
  width: 140%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-16%,-16%);
}

#itemListContent ol li .tumImg .canvas_wrap .chart{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#itemListContent ol li .tumImg .canvas_wrap .pt {
  color: #000;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

/* @add 一覧レビューポイント */
#itemListContent .itemData .reviewPt.rankNo.dark_red{ color: #C01920; border-color: #C01920; }
#itemListContent .itemData .reviewPt.rankNo.red{ color: #F2460C; border-color: #F2460C; }
#itemListContent .itemData .reviewPt.rankNo.orange{ color: #f27f0c; border-color: #f27f0c; }
#itemListContent .itemData .reviewPt.rankNo.yellow{ color: #edb200; border-color: #edb200; }
#itemListContent .itemData .reviewPt span {
  font-weight: bold;
}

#itemListContent ol li .tumImg .canvas_wrap .pt.dark_red{ color: #C01920;}
#itemListContent ol li .tumImg .canvas_wrap .pt.red{ color: #F2460C;}
#itemListContent ol li .tumImg .canvas_wrap .pt.orange{ color: #f27f0c;}
#itemListContent ol li .tumImg .canvas_wrap .pt.yellow{ color: #edb200;}
#itemListContent ol li .tumImg .canvas_wrap .pt span {
  font-size: 12px;
}

.view_changer {
  display: flex;
  justify-content: space-between;
}
.view_changer .select {
  position: relative;
  border: 1px solid #ededed;
  border-radius: 3px;
  background: #ffffff;
  max-width: 248px;
  margin: 0 0 18px;
}
.view_changer .select::before {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid #888;
  top: 50%;
  right: 0.9em;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin-top: -8px;
  pointer-events: none;
}
.view_changer select {
  padding: 13px 38px 12px 8px;
  color: #000;
}
#itemListContent .view_changer .graph_change .filter{
  position: static;
  margin: 0;
}
.view_changer .graph_change{
  position: fixed;
  z-index: 7000;
  display: flex;
  bottom: 74px;
  left: 50%;
  transform: translateX(410px);
}
.view_changer .graph_change ul {
  border-radius: 50px;
  background: #c01920;
  width: 80px;
  height: 80px;
  margin-right: 8px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.2);
}
.view_changer .graph_change ul li{
  align-items: center;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  font-size: 11px;
  text-align: center;
  position: absolute;
  top:0;
  left: 0;
  transition: 0.5s;
  padding: 9px 0 10px;
}
.view_changer .graph_change ul li.active{
  opacity: 0;
  z-index: -1;
}
.view_changer .graph_change ul li:before{
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 2px;
  margin-bottom: 3px;
}
.view_changer .graph_change ul li#view_img:before {
  background: url(../../img/item_list/icon-grid.svg)no-repeat left top;
  background-size: contain;
}
.view_changer .graph_change ul li#view_graph:before{
  background: url(../../img/item_list/icon-graph.svg)no-repeat left top;
  background-size: contain;

}
/*
/gekisaka/css/common.css 1425~1427行目
.itemListHead .headTab li {
width: 20%;
}
を上書き
*/
@media only screen and (min-width: 813px){
  .itemListHead .headTab li {
    width: 25%;
  }
}
#itemListContent ol li .tumImg .canvas_wrap{
  margin-left: 5px;
}
@media screen and (max-width: 812px) {
  .itemListBig .itemRankOne, .itemListBig .itemListOne {
    width: 50%;
  }
  .itemListHead .headTab li {
    min-width: 150px !important;
  }
  #itemListContent ol li .tumImg{
    position: relative;
    padding-top: 100%;
  }
  #itemListContent ol li .tumImg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #itemListContent ol li .tumImg .canvas_wrap{
    width: 110%;
    transform: translate(-3%,-5%);
    letter-spacing: 0;

  }
  .view_changer{
    display: block;
    padding: 0 10px;
  }
  .view_changer .select {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .view_changer .graph_change{
    left: auto;
    right: 15px;
    bottom:24px;
    transform: translate(0,0);
  }
  .view_changer .graph_change ul{
    width: 64px;
    height: 64px;
  }
  .view_changer .graph_change ul li{
    display: block;
    font-size: 10px;
    width: 64px;
    height: 64px;
    padding-top: 12px;
  }
  .view_changer .graph_change ul li:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 2px;
    margin: 0 auto 4px;
  }
}
@media screen and (max-width: 640px) {
  #itemListContent .itemDataBox{
    padding-top: 0;
  }
  #itemListContent ol li .tumImg .canvas_wrap{
    width: 120%;
    transform: translate(-10%,-10%);
  }
}

@media screen and (max-width: 400px) {
  #itemListContent ol li .tumImg .canvas_wrap{
    width: 140%;
    transform: translate(-15%,-12%);
  }
}
