#header #header-top {
  position: fixed;
  width: 100%;
}

#mainContents {
  padding-top: 60px;
}

ul.footer-sublist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
ul.footer-sublist .column {
  width: 49%;
  margin-bottom: 4px;
}
ul.footer-sublist .column .category a {
  font-size: 12px;
}
#rankingList .rank-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 20px 10px;
}
#rankingList .rank-list li {
  width: 48%;
  margin-bottom: 3%;
  background: #fff;
  position: relative;
  padding: 0 0 24px;
  transition: all 0.3s ease-in;
  cursor: pointer;
  box-sizing: border-box;
}
#rankingList .rank-list li:hover {
  background: #a6b96e;
}
#rankingList .rank-list li:hover .rank-inner {
  -ms-filter: "alpha(opacity=$num)";
  /* IE8 */
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
#rankingList .rank-list li .rank-inner {
  position: relative;
  z-index: 1;
}
#rankingList .rank-list li .rank-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: -10px;
  top: -10px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: bold;
  background-image: url(../images/common/ranking/bg_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#rankingList .rank-list li:nth-child(1) .rank-number {
  background-image: url(../images/common/bg_rank01.svg);
}
#rankingList .rank-list li:nth-child(2) .rank-number {
  background-image: url(../images/common/bg_rank02.svg);
}
#rankingList .rank-list li:nth-child(3) .rank-number {
  background-image: url(../images/common/bg_rank03.svg);
}
#rankingList .rank-list li .rank-img {
  width: 100%;
  margin-bottom: 15px;
}
#rankingList .rank-list li .rank-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
#rankingList .rank-list li .rank-img a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
#rankingList .rank-list li .rank-img a img {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit:cover;";
}
#rankingList .rank-list li .rank-name {
  white-space: normal;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 15px;
}
#rankingList .rank-list li .rank-price {
  font-size: 16px;
  line-height: 15px;
  margin-top: 15px;
}

#top-ranking .section-container .action {
  margin-top: 25px;
}
#top-ranking .section-container .action .btn {
  width: 64.7%;
  margin: 0 auto;
  height: 45px;
}

#top-page .top-category-list .section-title {
  margin-bottom: 10px;
}
#top-page .top-category-list .section-title h2 {
  background: none;
  padding: 0;
}
#top-page .top-category-list .category-list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
}
#top-page .top-category-list .category-list li {
  width: 50%;
  margin: 4px 0;
}
#top-page .top-category-list .category-list li a {
  display: block;
  width: 100%;
  position: relative;
  font-weight: bold;
}
#top-page .top-category-list .category-list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*# sourceMappingURL=style_inno_sp.css.map */
