<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ranking */
.block-top-event--header.genre-rank-title {
  position: relative;
  text-align: left;
  font-family: "Poppins", sans-serif;
  padding: 0 0 0 1em;
  margin: 0 0 40px 0;
}
.block-top-event--header.genre-rank-title::before {
  position: absolute;
  content: "";
  width: .5em;
  height: 1px;
  background: #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.genre-rank-title + .block-top-event--goods .block-ranking-r--items {
  max-width: 100%;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  white-space: nowrap;
  transition: none;
  overflow-x: scroll;
  width: 100%;
  padding: 0 0 20px 0;
  flex-direction: row;
  align-items: flex-start;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.genre-rank-title + .block-top-event--goods .block-ranking-r--items li {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 0;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  float: none;
  min-width: 200px;
}
.genre-rank-title + .block-top-event--goods .block-ranking-r--goods-name {
  -webkit-line-clamp: 2;
  white-space: normal;
  font-size: 13px;
}
.genre-rank-title + .block-top-event--goods .block-ranking-r--price {
  font-size: 15px;
}
.genre-rank-title + .block-top-event--goods .block-ranking-r .block-icon--auto-on-sales {
  top: -3px;
  left: 0;
}
.genre-rank-title + .block-top-event--goods .block-ranking-r .customize_block-thumbnail-r--goods-bookmark {
  width: 30px;
  height: 30px;
}

/* category */
.category {
  background: #F9F9F5;
  padding: 60px 40px;
  margin-bottom: 60px;
}
.category_list {
  max-width: 100%;
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.category_list li {
  width: 100px;
  margin-right: 30px;
  text-align: center;
  line-height: 1.25;
  font-size: 12px;
}
.category_list li:last-child{
  margin-right: 15px;
}
.category_list a {
  text-decoration: none;
}
.category_list a img {
  margin-bottom: 10px;
}
.category .block-top-event--header.genre-rank-title {
  position: relative;
  text-align: left;
  font-family: "Poppins", sans-serif;
  padding: 0 0 0 1em;
  margin: 0 0 40px 0;
}
.category .block-top-event--header.genre-rank-title::before {
  position: absolute;
  content: "";
  width: .5em;
  height: 1px;
  background: #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  /* ranking */
  .block-top-event--header.genre-rank-title {
    margin: 10px 0 30px .5em;
  }
  .block-top-event--header.genre-rank-title::before {
    position: absolute;
    content: "";
    width: .5em;
    height: 1px;
    background: #333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .genre-rank-title + .block-top-event--goods .block-ranking-r--items {
    display: block;
    padding: 0 0 20px 15px;
  }
  .genre-rank-title + .block-top-event--goods .block-ranking-r--items li {
    width: 40%;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: auto;
  }

  /* category */
  .category {
    padding: 10vw 0;
    margin-bottom: 40px;
  }
  .category_list {
    display: block;
    white-space: nowrap;
    transition: none;
    overflow-x: scroll;
    margin: 0 auto;
    padding: 0 0 20px 15px;
  }
  .category_list::-webkit-scrollbar {
    display:none;
  }
  .category_list li {
    width: 20%;
    margin-right: 5px;
    display: inline-block;
  }
  .category .block-top-event--header.genre-rank-title {
    margin: 10px 0 30px .5em;
  }
}</pre></body></html>