@charset "utf-8";

.cgs{
    margin-bottom: 10%;
    border-bottom: 1px solid #dadada;

}
.cgs .price { color:#000; }
.cgs a:hover {
	opacity: 0.7;
        text-decoration: none;
}
@media (max-width: 1199px) {
}
@media (min-width: 991px) {
}
	.mgB20 {margin-bottom:20px !important;}
	.mgB40 {margin-bottom:40px !important;}
	.mgB60 {margin-bottom:60px !important;}

/*8位ランキング*/
.cgs .itemblock {
  overflow: hidden;
  margin: 0 auto;
    margin-top: 0px;
}
.cgs .itemblock p {
    font-size: 14px;
}
.cgs h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 30px;
  border: 0;
  padding: 0;
}
.cgs .eight_column_rank{overflow: hidden; font-size: 0; margin: 0;}
.cgs .eight_column_rank li{display: inline-block; vertical-align: top; margin:0 1.2% 2% 0; padding:0; padding-top: 17px;}
.cgs .eight_column_rank li:nth-child(-n+3){width:32.5%;}
.cgs .eight_column_rank li:nth-child(n+4){width:19%;}
.cgs .eight_column_rank li a{display:block; position:relative;}
.cgs .eight_column_rank li a:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 48%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
    display: block;
    width: 34px;
    height: 34px
}
.cgs .eight_column_rank li:first-child a:before {
    background: url(../../../img/custom/icon_ranking1.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .eight_column_rank li:nth-child(2) a:before {
    background: url(../../../img/custom/icon_ranking2.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .eight_column_rank li:nth-child(3) a:before {
    background: url(../../../img/custom/icon_ranking3.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .eight_column_rank li:nth-child(4) a:before {
    background: url(../../../img/custom/icon_ranking4.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .eight_column_rank li:nth-child(5) a:before {
    background: url(../../../img/custom/icon_ranking5.png) no-repeat 0 0;
    background-size: 34px 34px
}
.cgs .eight_column_rank li:nth-child(6) a:before {
    background: url(../../../img/custom/icon_ranking6.png) no-repeat 0 0;
    background-size: 34px 34px
}
.cgs .eight_column_rank li:nth-child(7) a:before {
    background: url(../../../img/custom/icon_ranking7.png) no-repeat 0 0;
    background-size: 34px 34px
}
.cgs .eight_column_rank li:nth-child(8) a:before {
    background: url(../../../img/custom/icon_ranking8.png) no-repeat 0 0;
    background-size: 34px 34px
}
.cgs .eight_column_rank li:nth-of-type(3){margin-right: 0;}
.cgs .eight_column_rank li:nth-of-type(8){margin-right: 0;}
/*8位ランキング*/

/*5位ランキング*/
.cgs .five_column_rank{overflow: hidden; font-size: 0; margin: 0;}
.cgs .five_column_rank li{display: inline-block; vertical-align: top; width:19%; margin:0 1.2% 2% 0; padding:0; padding-top: 17px;}
.cgs .five_column_rank li a{display:block; position:relative;}
.cgs .five_column_rank li a:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 48%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
    display: block;
    width: 34px;
    height: 34px
}
.cgs .five_column_rank li:nth-of-type(5n){margin-right: 0;}

.cgs .five_column_rank li:first-child a:before {
    background: url(../../../img/custom/icon_ranking1.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .five_column_rank li:nth-child(2) a:before {
    background: url(../../../img/custom/icon_ranking2.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .five_column_rank li:nth-child(3) a:before {
    background: url(../../../img/custom/icon_ranking3.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .five_column_rank li:nth-child(4) a:before {
    background: url(../../../img/custom/icon_ranking4.png) no-repeat 0 0;
    background-size: 34px 34px
}

.cgs .five_column_rank li:nth-child(5) a:before {
    background: url(../../../img/custom/icon_ranking5.png) no-repeat 0 0;
    background-size: 34px 34px
}
/*5位ランキング*/

/*ランキングボタン*/
.cgs .btnlink {
  text-align: center;
  margin: auto 0 10% auto;
  width: 40%;
  border: 2px solid #ccc;
  padding: 1% 20px 1% 1%;
  position: relative;
}
.cgs .btnlink:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    float: right;
    background: transparent;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    transform:rotate(45deg) translate(0,-50%);
    position: absolute;
    top: 50%;
    right: 7%;
}

/*ランキングボタン*/

/*カテゴリリンクボタン*/
.cgs .category {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 50px;
}
.cgs .category .catlink {
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.cgs .category .catlink li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #CCC;
  width: 15.8%;
  height: 50px;
  margin: 0 1% 1% 0;
}
.cgs .category .catlink li:nth-of-type(6n) {
  margin: 0 0 1.2% 0;
}
.cgs .category .catlink li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1199px) {
.cgs .category .catlink li a {
  font-size: 13px;
}
}
@media (min-width: 991px) {
}

/*カテゴリリンクボタン*/