body {
  color: #333;
  margin: 0;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.breadcrumb {
  max-width: 1020px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 12px;
  color: #888;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #888;
}
.breadcrumb li::after {
  content: ">";
  margin-left: 6px;
}
.breadcrumb li:last-child::after {
  content: "";
}
.ankerNavi {
  position: fixed;
  z-index: 100;
  text-align: center;
  right: 20px;
  bottom: 20px;
}
.ankerNavi div {
  margin-bottom: 10px;
}
.ankerNavi .topjump img {
  border-radius: 140px;
  opacity: 0.8;
  width: 80%;
}

.brand_fv {
  margin-bottom: 60px;
  background: url(https://vegasiku.com/perfect-space/img/bland/bland_mv.jpg)
    center / cover no-repeat;
  height: 200px;
  position: relative;
}
.brand_fv::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagetitle {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-shadow: 0 0 10px #000;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.pagetitle p {
  font-weight: 500 !important;
}
.pagetitle h2 {
  font-size: 46px;
  letter-spacing: 0.06em;
  font-weight: normal !important;
  margin-bottom: 10px;
  font-family: Noto Sans !important;
}
.intro {
  max-width: 1020px;
  margin: 0 auto 40px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.intro h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.intro p {
  font-size: 14px;
  line-height: 2.1;
  font-weight: 500 !important;
}
.brand_logo_wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}
.brand_logo_marquee_track {
  display: flex;
  width: max-content;
  animation: logo-marquee 30s linear infinite;
}
.brand_logo_marquee_list {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0 48px 0 0;
  list-style: none;
  flex-shrink: 0;
}
.brand_logo_marquee_list li {
  flex-shrink: 0;
}
.brand_logo_marquee_list img {
  display: block;
  height: 50px;
  width: auto;
}
@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.brand_card {
  margin: 40px auto;
}
.brand_card_container {
  max-width: 1020px;
  margin: 0 auto;
}

.brand_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand_item {
  display: flex;
  flex-direction: column;
}
.brand_item_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.brand_item_logo img {
  display: block;
  max-height: 60px;
  width: auto;
}
.brand_item_logo p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500 !important;
}
.brand_item_image {
  margin-bottom: 10px;
  overflow: hidden;
}
.brand_item_image img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_item_text {
  flex: 1;
  margin-bottom: 20px;
}
.brand_item_text p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
  font-weight: 500 !important;
}
.brand_item_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 42px;
  border: 1px solid #bdbdbd;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  transition: 0.2s ease;
  position: relative;
  margin-left: auto;
  z-index: 1;
  overflow: hidden;
}
.brand_item_btn::after {
  content: "›";
  position: absolute;
  right: 14px;
  font-size: 14px;
}
.brand_item_btn:hover {
  color: #fff;
}
.brand_item_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.brand_item_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.8s ease;
  transition-property: transform;
  z-index: -1;
}
.brand_map {
  margin: 60px 0;
}
.brand_map_container {
  max-width: 1020px;
  margin: 0 auto;
}
.brand_map_head {
  text-align: center;
  margin-bottom: 40px;
}
.brand_map_title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300 !important;
  letter-spacing: 0.12em;
  font-family: Noto Sans !important;
}
.brand_map_sub {
  font-size: 14px;
  margin: 0;
  font-weight: 500 !important;
}
.brand_map_line {
  position: relative;
  width: 260px;
  height: 1px;
  background: #5a5a5a;
  margin: 10px auto;
}
.brand_map_line::before,
.brand_map_line::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  width: 6px;
  background: #5a5a5a;
  border-radius: 50%;
  transform: translateY(-50%);
}
.brand_map_line::before {
  left: 0;
}

.brand_map_line::after {
  right: 0;
}
.brand_map_line span {
  position: absolute;
  top: 50%;
  left: 76%;
  width: 6px;
  height: 6px;
  background: #5a5a5a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.brand_map_area {
  background: #f1f1f1;
  padding: 40px;
}
.brand_map_image {
  padding: 25px;
}
.brand_map_image {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.itiduke {
  display: flex;
  justify-content: center;
}
/* 主要ラックシリーズの位置付け */
.itiduke {
  position: relative;
}

a.lu_el {
  position: absolute;
  top: 80.5%;
  left: 24%;
  width: 12%;
  height: 26px;
}
a.lu_mh {
  position: absolute;
  top: 52%;
  left: 34%;
  width: 13%;
  height: 24px;
}
a.lu_nl {
  position: absolute;
  top: 48%;
  left: 51%;
  width: 14%;
  height: 24px;
}
a.lu_tpr {
  position: absolute;
  top: 30.5%;
  left: 20.5%;
  width: 12%;
  height: 24px;
}
a.lu_pre {
  position: absolute;
  top: 44%;
  left: 49%;
  width: 12%;
  height: 24px;
}
a.lu_iht {
  position: absolute;
  top: 36%;
  left: 27%;
  width: 8%;
  height: 33px;
}
a.lu_gr {
  position: absolute;
  top: 71%;
  left: 24%;
  width: 13%;
  height: 24px;
}

a.lu_no {
  position: absolute;
  top: 59.5%;
  left: 32.5%;
  width: 13%;
  height: 24px;
}

a.lu_bk {
  position: absolute;
  top: 75.5%;
  left: 24%;
  width: 14%;
  height: 24px;
}

a.lu_late {
  position: absolute;
  top: 80.5%;
  left: 37%;
  width: 12%;
  height: 24px;
}
a.lu_ehe {
  position: absolute;
  top: 66.5%;
  left: 24%;
  width: 13%;
  height: 24px;
}

a.ere_st {
  position: absolute;
  top: 33.5%;
  left: 50%;
  width: 11%;
  height: 24px;
}

a.ere_sp {
  position: absolute;
  top: 20%;
  left: 52%;
  width: 9%;
  height: 24px;
}
a.ere_stn {
  position: absolute;
  top: 21%;
  left: 62.5%;
  width: 9%;
  height: 24px;
}
a.ere_alstn {
  position: absolute;
  top: 16%;
  left: 57%;
  width: 14%;
  height: 24px;
}
a.ere_430 {
  position: absolute;
  top: 34%;
  left: 60%;
  width: 10%;
  height: 24px;
}
a.ere_304 {
  position: absolute;
  top: 25%;
  left: 57%;
  width: 10%;
  height: 24px;
}
a.ere_304ad {
  position: absolute;
  top: 29%;
  left: 57%;
  width: 15%;
  height: 24px;
}
a.ere_side {
  position: absolute;
  top: 31%;
  left: 72%;
  width: 17%;
  height: 20px;
}
a.ere_sran {
  position: absolute;
  top: 18%;
  left: 71.5%;
  width: 17%;
  height: 24px;
}
a.ere_pan {
  position: absolute;
  top: 14%;
  left: 71.5%;
  width: 14%;
  height: 24px;
}
a.ere_metro {
  position: absolute;
  top: 10%;
  left: 71.5%;
  width: 12%;
  height: 24px;
}
/* エレクターベーシックシリーズ */
a.ere_readym {
  position: absolute;
  top: 38%;
  left: 46.5%;
  width: 13%;
  height: 24px;
}
a.mtl_yuni {
  position: absolute;
  top: 37%;
  left: 35%;
  width: 12%;
  height: 29px;
}
a.mtl_123 {
  position: absolute;
  top: 45%;
  left: 32%;
  width: 12%;
  height: 29px;
}
a.pro_sta {
  position: absolute;
  top: 36%;
  left: 69%;
  width: 14%;
  height: 28px;
}
a.pro_glb {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 13%;
  height: 30px;
}
a.mwd {
  position: absolute;
  top: 55%;
  left: 20%;
  width: 14%;
  height: 24px;
}
a.mtl_yuni:after,
a.mtl_123:after,
a.pro_sta:after,
a.pro_glb:after,
a.lu_el:after,
a.lu_el_19:after,
a.lu_mh:after,
a.lu_nl:after,
a.lu_tpr:after,
a.lu_pre:after,
a.lu_iht:after,
a.lu_gr:after,
a.lu_no:after,
a.lu_bk:after,
a.lu_lw:after,
a.ere_st:after,
a.ere_sp:after,
a.ere_stn:after,
a.ere_alstn:after,
a.ere_430:after,
a.ere_304:after,
a.ere_304ad:after,
a.ere_readym:after,
a.ere_vintage:after,
a.lu_late:after,
a.lu_ehe:after,
a.ere_side:after,
a.ere_sran:after,
a.ere_pan:after,
a.ere_metro:after,
a.mwd:after {
  position: absolute;
  transition: 0.2s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 50%;
  height: 0;
  background: #ffffff30;
}
a.mtl_yuni:hover:after,
a.mtl_123:hover:after,
a.pro_sta:hover:after,
a.pro_glb:hover:after,
a.lu_el:hover:after,
a.lu_el_19:hover:after,
a.lu_mh:hover:after,
a.lu_nl:hover:after,
a.lu_tpr:hover:after,
a.lu_pre:hover:after,
a.lu_iht:hover:after,
a.lu_gr:hover:after,
a.lu_no:hover:after,
a.lu_bk:hover:after,
a.lu_lw:hover:after,
a.ere_st:hover:after,
a.ere_sp:hover:after,
a.ere_stn:hover:after,
a.ere_alstn:hover:after,
a.ere_430:hover:after,
a.ere_304:hover:after,
a.ere_304ad:hover:after,
a.ere_readym:hover:after,
a.ere_vintage:hover:after,
a.lu_late:hover:after,
a.lu_ehe:hover:after,
a.ere_side:hover:after,
a.ere_sran:hover:after,
a.ere_pan:hover:after,
a.ere_metro:hover:after,
a.mwd:hover:after {
  width: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  border: 2px solid #ccc;
  border-radius: 2px;
}

.hover-img {
  visibility: hidden;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition:
    visibility 0s,
    opacity 0.3s ease-in-out;
  max-width: 100%;
}
a.ere_sp:hover .hover-img,
a.ere_stn:hover .hover-img,
a.ere_alstn:hover .hover-img,
a.ere_304:hover .hover-img,
a.ere_304ad:hover .hover-img {
  top: 130% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

a:hover .hover-img {
  visibility: visible;
  opacity: 1;
}
.brand_scroll_sp {
  display: none;
}
/* モーダルは通常非表示 */
.brand_map_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}

.brand_map_modal.is-open {
  display: flex;
}

.brand_map_modal_inner {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.brand_map_modal_image {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.brand_map_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.js-brand-map-open {
  cursor: default;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .ankerNavi {
    right: 10px;
    bottom: 10px;
  }
  .ankerNavi div {
    margin-bottom: 0px;
  }
  .brand_fv {
    background: url(https://vegasiku.com/perfect-space/img/bland/bland_mv_sp.jpg)
      center / cover no-repeat;
    margin-bottom: 35px;
  }
  .pagetitle h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .pagetitle p {
    font-size: 14px;
    margin: 0;
  }
  .intro h3 {
    font-size: 18px;
    letter-spacing: 5%;
    line-height: 1.5;
    font-weight: 400;
  }
  .brand_logo_wrapper {
    padding: 10px 0;
  }
  .brand_logo_marquee_list img {
    height: 42px;
  }
  .brand_logo_marquee_list {
    gap: 38px;
  }
  .brand_card {
    margin: 35px auto;
  }
  .brand_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .brand_scroll::-webkit-scrollbar {
    display: none;
  }
  .brand_card_container {
    padding: 0 12px;
  }
  .brand_list {
    display: none;
  }
  .brand_scroll_sp {
    display: block;
  }
  .brand_scroll_sp_row {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }
  .brand_scroll_sp_row:last-child {
    margin-bottom: 0;
  }
  .brand_scroll_sp_row::-webkit-scrollbar {
    display: none;
  }
  .brand_scroll_sp_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .brand_scroll_sp_list .brand_item {
    flex: 0 0 72vw;
    scroll-snap-align: start;
  }
  .brand_scroll_sp_list .brand_item_logo {
    gap: 8px;
    margin-bottom: 10px;
  }
  .brand_scroll_sp_list .brand_item_logo img {
    max-height: 50px;
  }
  .brand_scroll_sp_list .brand_item_logo p {
    font-size: 11px;
  }
  .brand_scroll_sp_list .brand_item_text {
    margin-bottom: 14px;
  }
  .brand_scroll_sp_list .brand_item_text p {
    font-size: 11px;
    line-height: 1.9;
  }

  .brand_item_btn {
    width: 100%;
    max-width: 190px;
    min-height: 36px;
    font-size: 11px;
    margin-left: auto;
  }
  .brand_map {
    margin: 40px 0;
  }
  .brand_map_image {
    width: 100%;
    padding: 0;
  }
  .brand_map_area {
    padding: 20px 10px;
  }
  .brand_map_title {
    font-size: 28px;
  }
  .brand_map_line {
    margin: 8px auto;
  }
  .brand_map_sub {
    font-size: 12px;
  }
  .brand_map_head {
    margin-bottom: 30px;
  }
  .itiduke > a {
    display: none;
  }
  .brand_map_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .js-brand-map-open {
    cursor: pointer;
  }
  .itiduke {
    position: relative;
  }
  .itiduke::after {
    content: "タップで拡大";
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 999px;
    pointer-events: none;
  }
  .brand_map_modal {
    padding: 12px;
  }
  .brand_map_modal_close {
    top: -34px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 0 20px;
  }
  .brand_card_container {
   padding: 0 0 0 20px;
  }
  .brand_list {
    gap: 40px 24px;
  }
  .brand_item_text p {
    font-size: 12px;
    line-height: 1.9;
  }
  .brand_item_logo img {
    max-height: 40px;
  }
  .hover-img {
    display: none;
  }
  .itiduke > a {
    pointer-events: none;
  }
  .brand_map_image {
    width: 100%;
    margin: 0;
  }
  .brand_map_area {
    padding: 10px;
  }
}

/* ランキング箇所 */
.all_brand_ranking {
  max-width: 1020px;
  margin: 0 auto;
  padding:10px 0px 30px;
  text-align: center;
}
.brand-ranking_head {
  text-align: center;
  margin-bottom: 40px;
}
.brand-ranking_title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300 !important;
    letter-spacing: 0.12em;
    font-family: Noto Sans !important;
}
.brand-ranking_sub {
    font-size: 14px;
    margin: 0;
    font-weight: 500 !important;
}
.brand-ranking_tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.brand-ranking_tabs button {
  min-width: 150px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  border: none;
  font-weight: 500 !important;
  color: #333;
}
.brand-ranking_tabs .is-active button {
  background: #333;
  color: #fff;
  border-radius: 999px;
}
.ranking-list {
  display: grid;
  grid-template-columns: 422px repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.ranking-item_large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.ranking-item_large .ranking-item_img {
  aspect-ratio: 1 / 1;
}
.ranking-item:not(.ranking-item_large) .ranking-item_img {
  aspect-ratio: 1 / 1;
}
.ranking-item_link {
  position: relative;
  display: block;
  height: 100%;
  color: #222;
  text-decoration: none;
}

.ranking-item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ranking-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-item_name {
  margin: 10px 0 4px;
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500 !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: left;
}

.ranking-item_price {
  margin: 0;
  font-size: 13px;
  text-align: right;
}

.ranking-item_large .ranking-item_name {
  font-size: 14px;
}

.ranking-item_large .ranking-item_price {
  font-size: 15px;
}

.ranking-item_rank {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #fff;
  background: #aaa;
}

.ranking-item:nth-child(1) .ranking-item_rank {
  background: #b9aa35;
}

.ranking-item:nth-child(2) .ranking-item_rank {
  background: #8f8f8f;
}

.ranking-item:nth-child(3) .ranking-item_rank {
  background: #9a7858;
}

.ranking-item:nth-child(n + 4) .ranking-item_rank {
  background: #fff;
  color: #555;
  border: 1px solid #ddd;
}

.ranking-list--sub .ranking-item {
  grid-column: auto;
  grid-row: auto;
}

.ranking-list--sub {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ranking-pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.ranking-pager_btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.ranking-pager_btn.is-active {
  background: #333;
  color: #fff;
}

/* PC：ページ切替 */
.ranking-slider {
  position: relative;
}

.ranking-page {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s;
}

.ranking-page--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

/* 矢印 */
.ranking-arrow--next {
  right: -50px;
  background-image: url(https://vegasiku.com/perfect-space/img/cat/right_arrow_s_40.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 9998;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: unset;
}

.ranking-arrow--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 9998;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: unset;
  left: -50px;
  background-image: url(https://vegasiku.com/perfect-space/img/cat/left_arrow_s_40.svg);
}

.ranking-arrow.is-disabled {
  display: none;
}

/* 2ページ目 */
.ranking-list--sub {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ranking-list--sub .ranking-item {
  grid-column: auto;
  grid-row: auto;
}


@media screen and (max-width: 767px) {
  .all_brand_ranking {
    padding: 10px 0px 8px 8px;
    overflow: hidden;
  }
  .brand-ranking_head {
    margin-bottom: 20px;
  }
  .brand-ranking_title {
    font-size: 28px;
    letter-spacing: 0.18em;
    margin-bottom: 5px;
  }
  .brand-ranking_sub {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .brand-ranking_tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    margin: 0 0 16px;
    padding: 0 0px 4px;
    border-bottom: 1px solid #ddd;
  }

  .brand-ranking_tabs li {
    flex: 0 0 auto;
  }

  .brand-ranking_tabs button {
    min-width: 110px;
    font-size: 13px;
    padding: 10px;
  }

  .ranking-list {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 20px;
  }
  .brand-ranking_content {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px 0;
    -webkit-overflow-scrolling: touch;
  }

  .ranking-list {
    max-width: none;
    display: grid;
    grid-template-columns: 235px repeat(3, 100px);
    grid-template-rows: auto auto;
    gap: 7px 10px;
    margin: 0;
  }

  .ranking-item_name,
  .rankin-item_name {
    font-size: 11px;
    line-height: 1.5;
    margin: 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ranking-item_large .ranking-item_name {
    font-size: 11px;
  }

  .ranking-item_price {
    font-size: 11px;
    text-align: right;
    margin: 0;
  }

  .ranking-item_rank {
    width: 30px;
    height: 30px;
    font-size: 11px;
    top: 0;
    left: 0;
  }
  .site-footer {
    margin-top: 0px;
  }

  .ranking-arrow {
    display: none;
  }

  .brand-ranking_content {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .ranking-track {
    display: flex;
    gap: 14px;
    width: max-content;
    padding: 0px;
  }

  .ranking-page {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    flex: 0 0 auto;
  }

  .ranking-list--main {
    display: grid;
    grid-template-columns: 290px repeat(3, 120px);
    grid-template-rows: auto auto;
    gap: 12px;
  }

  .ranking-list--main .ranking-item_large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  /* 2ページ目 */
  .ranking-list--sub {
    display: grid;
    grid-template-columns: repeat(5, 120px);
    gap: 12px;
  }

  .ranking-list--sub .ranking-item {
    grid-column: auto;
    grid-row: auto;
  }

  .ranking-item_img {
    aspect-ratio: 1 / 1;
  }

  .ranking-item_name {
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ranking-item_price {
    font-size: 12px;
    text-align: right;
  }
  .ranking-slider {
    padding: 0;
    margin: 0;
  }

  .site-footer {
        margin-top: 20px;
    }

}