@charset "utf-8";
/* CSS Document */

/* #accessrank */
#accessrank {
  background-color: #fff;
  overflow: hidden;
  /* border-top: 1px solid #FDC51E; */
}

/* #accessrankTab */
#accessrankTab {
  height: 50px;
  width: 100%;
  border-top: 1px solid #eeede7;
  display: table;
}
#accessrankTab li {
  height: 50px;
  text-align: center;
  display: table-cell;
}
#accessrankTab li:last-child {
  border-left: right;
}
#accessrankTab li span {
  height: 50px;
  line-height: 49px;
  font-weight: bold;
  border-bottom: 1px solid #eeede7;
  border-right: 1px solid #e9e9e4;
  box-sizing: border-box;
  display: block;
}
#accessrankTab li.activeSlide span {
  color: #fff;
  border-bottom: none;
  background: #deb938;
  position: relative;
}
#accessrankTab li.activeSlide span:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #deb938 transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
}

/* #accessrankList */
#accessrankList {
  padding: 15px 0;
}
#accessrankList > li {
  display: none;
}
#accessrankList li .scube01 {
  width: 100%;
  background-size: 90px 300px;
  -webkit-background-size: 90px 300px;
}
#accessrankList li .btnBox {
  width: 90%;
  margin: 10px auto;
}
#accessrankList li .btnBox a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f0e7), to(#dad7c4));
  background: -moz-linear-gradient(top, #f3f0e7, #dad7c4);
  border: 1px solid #c1c1c1;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.scube01 .list li {
  margin-bottom: 5px;
  position: relative;
}
.scube01 .list li .accesscount {
  width: 60px;
  position: absolute;
  top: 80px;
  left: -60px;
  text-align: center;
  padding: 0;
  color: #f00;
}

.scube01 .list {
  width: 100%;
  overflow: hidden;
}
.scube01 .list li {
  background-color: #fff;
  padding: 0 5px 0 35px;
  position: relative;
}
.scube01 .list li:last-child {
  margin-bottom: 0;
}
.scube01 .list li.error {
  padding: 0 5px;
  line-height: 1.6;
}
.scube01 .list li .rankIcon {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  background: url(../../img/common/sp/img_rank_01.gif) no-repeat 0 0;
  background-size: 25px 25px;
  height: 25px;
}
.scube01 .list li:nth-child(2) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_02.gif);
}
.scube01 .list li:nth-child(3) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_03.gif);
}
.scube01 .list li:nth-child(4) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_04.gif);
}
.scube01 .list li:nth-child(5) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_05.gif);
}
.scube01 .list li:nth-child(6) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_06.gif);
}
.scube01 .list li:nth-child(7) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_07.gif);
}
.scube01 .list li:nth-child(8) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_08.gif);
}
.scube01 .list li:nth-child(9) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_09.gif);
}
.scube01 .list li:nth-child(10) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_10.gif);
}
.scube01 .list li:nth-child(11) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_11.gif);
}
.scube01 .list li:nth-child(12) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_12.gif);
}
.scube01 .list li:nth-child(13) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_13.gif);
}
.scube01 .list li:nth-child(14) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_14.gif);
}
.scube01 .list li:nth-child(15) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_15.gif);
}
.scube01 .list li:nth-child(16) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_16.gif);
}
.scube01 .list li:nth-child(17) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_17.gif);
}
.scube01 .list li:nth-child(18) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_18.gif);
}
.scube01 .list li:nth-child(19) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_19.gif);
}
.scube01 .list li:nth-child(20) .rankIcon {
  background-image: url(../../img/common/sp/img_rank_20.gif);
}

.scube01 .list li a.datalink {
  display: block;
  text-decoration: none;
  border: 1px solid #eee;
  border-bottom: none;
  padding: 1px 5% 3px 1px;
  min-height: 115px;
  position: relative;
  background: url(../../img/common/sp/ico_arrow_04.png) no-repeat 98% 50%;
  background-size: 7px 11px;
  -webkit-background-size: 7px 11px;
  display: grid;
  grid-template-columns: 98px 1fr;
  grid-template-areas: "left right";
  gap: 7px;
}
.scube01 .list li a.datalink .left {
  grid-area: left;
}
.scube01 .list li a.datalink .right {
  grid-area: right;
  padding-block: 5px;
}
.scube01 .list li a.suplink {
  display: block;
  text-decoration: none;
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
  color: #007eb8;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0;
  background-color: #f9f9f9;
}
.scube01 .list li a.suplink:not([href^="http"]) {
  color: #000;
}
.scube01 .list li a span.pic {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #eee;
  position: relative;
  display: block;
  overflow: hidden;
}
.scube01 .list li a span.stage {
  width: 98px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  opacity: 0.8;
}
.scube01 .list li a span.syodan {
  background-color: #f93;
}
.scube01 .list li a span.seiyaku {
  background-color: #f33;
}
.scube01 .list li a span.div {
  width: 100%;
  margin-top: 1px;
  background-color: #eee;
  color: #5f5f5f;
  font-size: 10px;
  text-align: center;
  display: block;
  word-break: keep-all;
  line-height: 1.2;
  word-break: keep-all;
  padding-block: 2px;
}
.scube01 .list li a span.price {
  font-size: 14px;
  color: #f60;
  line-height: 20px;
  font-weight: bold;
  padding-top: 5px;
}
.scube01 .list li a span.price .new {
  width: 25px;
  height: 9px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(../../img/common/sp/ico_new_01.gif) no-repeat 0 0;
  background-size: 25px 9px;
  -webkit-background-size: 25px 9px;

  text-indent: -99999px;
  display: inline-block;
}
.scube01 .list li a span.data {
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #333;
  display: block;
  overflow: hidden;
}
.scube01 .list li a span.title {
  display: inline-block;
}
.scube01 .list li a span.kanrihi {
  margin-bottom: 3px;
  color: #f60;
}
.scube01 .list li a span.tsubotanka {
  color: #8c8c8c;
  padding: 3px 0;
}
.scube01 .list li a span.rimawari {
  color: #ff0000;
  font-weight: bold;
  padding: 3px 0;
}
.scube01 .list li a span.icon01 img {
  margin-right: 3px;
}
