* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.rankingResult a,
.rankingResult input {
  line-height: 1;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.rankingResult a:hover,
.rankingResult input:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}

/* common */
.only-pc {
  display: none;
}
.only-sp {
  display: inline;
}

.rankingResult h2,
.rankingResult h1 {
  line-height: 1;
  margin: 0 auto 20px;
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background: #000280;
}

.rankingResult a {
  text-decoration: none;
}

.tabsMain {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 8px solid #000280;
  position: relative;
}
.tabsMain::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 12%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000280;
}
.tabsMain.mens {
  border-bottom: 8px solid #2669de;
}
.tabsMain.mens::after {
  left: 37%;
  border-top: 10px solid #2669de;
}
.tabsMain.ladies {
  border-bottom: 8px solid #e95192;
}
.tabsMain.ladies::after {
  left: 62%;
  border-top: 10px solid #e95192;
}
.tabsMain.junior {
  border-bottom: 8px solid #3fb23f;
}
.tabsMain.junior::after {
  left: 87.4%;
  border-top: 10px solid #3fb23f;
}

.tabsMain li {
  list-style: none;
  width: 24%;
  text-align: center;
  position: relative;
}
.tabsMain li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  font-size: 20px;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}

.tabsMain li.all a {
  border: 1px solid #000280;
  border-bottom: 0;
}
.tabsMain li.mens a {
  border: 1px solid #2669de;
  border-bottom: 0;
}
.tabsMain li.ladies a {
  border: 1px solid #e95192;
  border-bottom: 0;
}
.tabsMain li.junior a {
  border: 1px solid #3fb23f;
  border-bottom: 0;
}

.tabsMain li.all::before,
.tabsMain li.mens::before,
.tabsMain li.ladies::before,
.tabsMain li.junior::before,
.tabsMain li.active.all::before,
.tabsMain li.active.mens::before,
.tabsMain li.active.ladies::before,
.tabsMain li.active.junior::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 100%;
  background-image: url(https://skier.itembox.design/item/images/top/25.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.tabsMain li.active.all::before,
.tabsMain li.active.mens::before,
.tabsMain li.active.ladies::before,
.tabsMain li.active.junior::before {
  width: 60px;
  left: 0;
}

.tabsMain li.mens::before {
  background-image: url(https://skier.itembox.design/item/images/top/26.svg);
}

.tabsMain li.ladies::before {
  background-image: url(https://skier.itembox.design/item/images/top/27.svg);
}

.tabsMain li.junior::before {
  background-image: url(https://skier.itembox.design/item/images/top/28.svg);
}

.tabsMain li.active:first-of-type::before {
  background-image: url(https://skier.itembox.design/item/images/top/25_w.svg);
}

.tabsMain li.active.mens::before {
  background-image: url(https://skier.itembox.design/item/images/top/26_w.svg);
}

.tabsMain li.active.ladies::before {
  background-image: url(https://skier.itembox.design/item/images/top/27_w.svg);
}

.tabsMain li.active.junior::before {
  background-image: url(https://skier.itembox.design/item/images/top/28_w.svg);
}

.tabsSub {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  display: flex;
  cursor: pointer;
  border-bottom: 8px solid #000280;
  position: relative;
}
.tabsSub.mens {
  border-bottom: 8px solid #2669de;
}
.tabsSub.ladies {
  border-bottom: 8px solid #e95192;
}
.tabsSub.junior {
  border-bottom: 8px solid #3fb23f;
}
.tabsSub li {
  list-style: none;
  width: 10.8%;
  text-align: center;
  margin-right: 8px;
  background: #ecefff;
  position: relative;
}
.tabsSub li:last-of-type {
  margin-right: 0;
}
.tabsSub li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

.tabsSub.all li.active {
  background: #000280;
}
.tabsSub.mens li {
  background: #e4e9f3;
}
.tabsSub.ladies li {
  background: #f1e1e8;
}
.tabsSub.junior li {
  background: #e2ebe2;
}

.tabsMain li.all a,
.tabsSub.all li a {
  color: #000280;
}

.tabsMain li.mens a,
.tabsSub.mens li a {
  color: #2669de;
}

.tabsMain li.ladies a,
.tabsSub.ladies li a {
  color: #e95192;
}

.tabsMain li.junior a,
.tabsSub.junior li a {
  color: #3fb23f;
}

.tabsMain li.active a,
.tabsSub li.active a {
  color: #fff;
}

.tabsMain li.all.active,
.tabsSub.all li.active {
  background: #000280;
}

.tabsMain li.mens.active,
.tabsSub.mens li.active {
  background: #2669de;
}

.tabsMain li.ladies.active,
.tabsSub.ladies li.active {
  background: #e95192;
}

.tabsMain li.junior.active,
.tabsSub.junior li.active {
  background: #3fb23f;
}

.tabsMain li.active,
.tabsSub li.active {
  border-radius: 3px 3px 0 0;
}

.rankingList h2.fs-p-heading--lv2 {
  display: none;
}
.rankingList .fr3-productListStatic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rankingList .fr3-item {
  width: 30%;
  margin: 0 auto 20px;
}
.rankingList .fr3-item:nth-of-type(n + 4) {
  width: 20%;
}
.rankingList .fr3-item__rank {
  color: #fff;
  background-color: #000280;
}
.rankingList .fr3-item__productName {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .tabsMain li {
    min-height: 80px;
  }

  .tabsMain li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 14px;
    position: relative;
    z-index: 10;
  }

  .tabsMain li.all::before,
  .tabsMain li.mens::before,
  .tabsMain li.ladies::before,
  .tabsMain li.junior::before,
  .tabsMain li.active.all::before,
  .tabsMain li.active.mens::before,
  .tabsMain li.active.ladies::before,
  .tabsMain li.active.junior::before {
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .tabsMain li.active.all::before,
  .tabsMain li.active.mens::before,
  .tabsMain li.active.ladies::before,
  .tabsMain li.active.junior::before {
    width: 80px;
    left: 50%;
  }
  .tabsMain li.all::before {
    width: 50px;
  }
  .tabsMain li.active.all::before {
    width: 72px;
  }

  .tabsSub {
    flex-wrap: wrap;
  }
  .tabsSub li {
    width: 33%;
    margin-right: 0;
  }

  .rankingResult h1 {
    text-align: center;
  }

  .rankingList .fr3-item,
  .rankingList .fr3-item:nth-of-type(n + 4) {
    width: 46%;
    margin: 0;
  }

  .rankingList .fr3-item__rankContainer {
    margin: 0 auto;
  }
}
