@charset "utf-8";
/*____________________________________________________________________________

SITE TITLE: ROYAL
TITLE: PC トップページ
____________________________________________________________________________*/

.top-slide a:hover, .lc-list-leftNav >li:not(.Dropdown) a:hover, .lc-list-leftNav >li.Dropdown:hover >a,
.btn_view-all a:hover, .btn_view-more span:hover,
.catalog-list .catalog-item a:hover, .catalog-item .btn_addMyBrand:hover, .hotbrand-item a:hover, .trendWord-item a:hover, 
.ranking-modalMyBrand .btnSet button:hover, .btnSet a:hover {
  opacity: .7;
}

#top {
  padding-bottom: 80px;
}

/* 配置
---------------------------------------- */

.contentWrap {
  position: relative;
}
.contentWrap .leftNav {
  position: absolute;
  left: calc(50% - 498px);
  width: 190px;
  background: rgb(255 255 255 / .5);
  padding: 14px 0 10px 10px;
}
.contentWrap .rightContent {
  width: 100%;
  float: none;
}
.contentWrap .rightContent .section_inner {
  width: 1024px;
  padding-left: 255px;
  margin: 0 auto;
}

/* TOP上部ナビ スライダー
---------------------------------------- */

/* ブランドナビ部分 */
#top .top-navi {
  display: flex;
  justify-content: center;
  padding: 6px 10px;
  border-top: 1px solid #fff;
  gap: 0 40px;/* ４コンテンツの場合 */
}
#top .top-navi li{
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 14px;
  opacity: .6;
  transition: all .2s;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#top .top-navi li .top-navi__block {
  width: 100%;
  position: relative;
  top: -2px;
}
#top .top-navi li .top-navi__logo {
  display: block;
  width: 50%;
  padding-top: 50%;
  position: relative;
  margin: 0 auto;
}
#top .top-navi li .top-navi__logo img {
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .top-navi li p {
  font-size: 10px;/* 収まり対策 */
  color: #333;
  font-weight: bold;
}
#top .top-navi li p span {
  display: block;
  font-size: 8px;
  color: 000;
  margin-bottom: 4px;
}
/* active */
#top .top-navi li:not(.active):hover {
  background: #efefef;
  opacity: .8;
}
#top .top-navi li.active {
  background: #ddd;
  opacity: 1;
}

/* TCB(slider) */
#top-tcb_content {
  margin-bottom:35px;
  min-width: 1024px;
}
#top-tcb_content.empty {
  margin-bottom: -25px;
  border-bottom: none;
}
#top-tcb_content .slick-slider {
  padding: 3.25% 0 !important;
  background:#000;
  margin-bottom: 0;
}
#top-tcb_content .slick-list {
  overflow: initial;
}
#top-tcb_content .slick-slide {
  padding: 0 5px;
  margin-bottom: 0;
  position: relative;
}
#top-tcb_content .slick-slide a {
  background: #000;
  display: block;
  transition: all .3s;
  position: relative;
}
#top-tcb_content .slick-slide a:hover {
  opacity: 1;/* aではなくimgにアニメーションをつける */
}
#top-tcb_content .slick-slide a img {
  transition: opacity .3s;
}
#top-tcb_content .slick-slide:not(.slick-active) a img {
  opacity: 0.8;
}
#top-tcb_content .slick-slide a:hover img,
#top-tcb_content .slick-slide:not(.slick-active) a:hover img {
  opacity: .7;
}
#top-tcb_content .slick-dots {
  text-align: center;
  margin: 16px 0;
  position: absolute;
  bottom: 0;
}
#top-tcb_content .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
#top-tcb_content .slick-dots li button {
  background: var(--color-base-grey);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  padding: 0;
}
#top-tcb_content .slick-dots li.slick-active button {
  background: #999;
}
#top-tcb_content .slick-dots li button::before {
  display: none;
}

/* activeのスライドだけ大きくする */
#top-tcb_content .slick-slide.slick-active a {
  transform: scale(1.25);
  z-index: 1;
}

/* TOP左側ナビ .leftNav
---------------------------------------- */
.leftNav {
  width: 190px;
}
.lc-list-leftNav-wrap + .lc-list-leftNav-wrap {
  margin-top: 30px;
}
.lc-list-leftNav {
  font-size: 13px;
  border-top: none;
  padding: 0;
  overflow: visible;
}
.lc-list-leftNav > li {
  border-bottom: 1px solid var(--color-base-grey-light);
}
.lc-list-leftNav .lc-list-leftNav__headline {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
  padding: 0 0 15px;
}

/* 人気キーワード：#top-hotword */
.leftNav #top-hotword {
  margin-bottom: 40px;
}
.leftNav #top-hotword .hotword-wrap {
  padding-top: 8px;
}
.leftNav #top-hotword .hotword-list {
  display: flex;
  gap: 6px 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.leftNav #top-hotword .lc-btn--secondary {
  background: #E9E9E9;
  border: none;
  font-size: 12px;
  line-height: 1.2;
  height: auto;
  padding: 4px 6px;
  margin: 0;
}

/* 探す：#top-search */
.leftNav #top-search {
  /* padding: 0 0 0 10px; */
  margin-bottom: 40px;
}
.leftNav #top-search .lc-list-leftNav__headline {
  font-weight: bold;
}
.leftNav #top-search .lc-list-leftNav__link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 12px;
  line-height: 1.2;
}
.leftNav #top-search .lc-list-leftNav__link:hover {
  color: unset;
}
.leftNav #top-search .lc-list-leftNav__link.font-red {
  color: #e00;
}
body:has([data-shopname="peacepark"].active) .leftNav #top-search .lc-list-leftNav li:nth-child(4),
body:has([data-shopname="peacepark"].active) .leftNav #top-search .lc-list-leftNav li:nth-child(5),
body:has([data-shopname="peacepark"].active) .leftNav #top-search .lc-list-leftNav li:nth-child(6) {
  display: none;
}

/* カテゴリ：#top-category */
.lc-list-leftNav .category-list > li >.category-item {
  padding: 6px 15px 6px 7px;
}
.lc-list-leftNav .category-list .category-item-img {
  flex: none;
  margin-right: 11px;
}
.lc-list-leftNav .category-list .category-item-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.lc-list-leftNav .category-list .Dropdown {
  position: relative;
}
.lc-list-leftNav .category-list .Dropdown .drop {
  width: 100%;
  top: 0;
  left: 100%;
  padding: 10px;
  border: none;
}
.lc-list-leftNav .category-list .drop .category-item {
  display: block;
  padding: 10px;
}
.lc-list-leftNav .category-list .drop .category-item:hover {
  background: var(--color-base-grey-light);
}
#top[data-displaytype="men"] .category-list li[data-category="mothers_baby"] {
  display: none!important;
}
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_g"], 
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_m"] {
  position: relative;
  margin-top: calc(16px + 27px + 8px);
}
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_g"]::before, 
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_m"]::before {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color-base-grey-light);
  font-size: 18px;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
  line-height: 1.5;
  padding: 16px 7px 8px;
  position: absolute;
  left: 0;
  bottom: calc(100%);
  pointer-events: none;
}
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_g"]::before{
  content: 'GIRLS';
  color: #ee1e85;
}
body:not(.removed) #top[data-displaytype="kids"] .category-list li[data-category="tops_k_m"]::before {
  content: 'BOYS';
  color: #1d8ad6;
}
.leftNav-category .-loading {
  border-bottom: none;
}
#top-category .lc-list-leftNav__headline{
  border-bottom: none;
}
#top-category .section-categoryLink .leftCategory-inner {
  margin-bottom: 20px;
}
#top-category .section-categoryLink .leftNav-gender {
  padding-bottom: 7px;
  border-bottom: 1px solid #E5E5E5;
}

/* 第二階層 */
#top-category .section-categoryLink .leftNav-list {
  padding-left: 10px;
}
#top-category .section-categoryLink .childCategory--btn {
  position: relative;/* 子カテゴリ表示のために必須 */
}
#top-category .section-categoryLink .childCategory--btn a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 12px 10px 12px 0;
  border-bottom: 1px solid #E5E5E5;
}
#top-category .section-categoryLink .childCategory--block{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 100%;
  top: 0;
  width: 400px;
  background: #fff;
  box-shadow: 0 0 8px 0 #ddd;
  padding: 10px;
  z-index: 11;
  transition: all .15s ease .15s;
}
#top-category .section-categoryLink .childCategory--btn:hover > .childCategory--block{
  visibility:visible;
  opacity: 1;
}
#top-category .section-categoryLink .childCategory--block ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#top-category .section-categoryLink .childCategory--block li{
  width: 50%;
}
#top-category .section-categoryLink .childCategory--block li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border: none;
  padding: 0.8em 30px 0.8em 0.8em;
  font-size: 12px;
}

/* TOP右側コンテンツ .rightContent
---------------------------------------- */
.rightContent {
  width: 760px;
}
.rightContent .section__heading {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

/* 共通パーツ */
.-isScrollX::-webkit-scrollbar {
  width: 0;
  height: 7px;
}
.-isScrollX::-webkit-scrollbar-track {
  background: transparent;
}
.-isScrollX::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}
.-isScrollX:hover::-webkit-scrollbar-thumb {
  background: #ddd;
}
/* Firefox */
@-moz-document url-prefix(){
  .-isScrollX {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .-isScrollX:hover {
    scrollbar-color: #ddd transparent;
  }
}
.btn_view-all, .btn_view-more {
  text-align: center;
  padding-top: 30px;
}
.btn_view-all a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding-right: 16px;
  position: relative;
}
.btn_view-all a::after {
  display: inline-block;
  content: '\e5cc';
  font-family: 'Material Symbols Outlined';
  font-size: 200%;
  font-weight: 200;
  width: .25em;
  line-height: .5;
  margin-left: -.38em;
  margin-right: .38em;
  position: absolute;
  right: 0;
  margin-top: -4px;
}
.btn_view-more span {
  display: inline-flex;
  width: 123px;
  height: 30px;
  background: #029697;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.btn_view-more span::before,
.btn_view-more span::after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 11px;
  margin-top: -1px;
}
.btn_view-more span::after {
  transform: rotate(90deg);
}
.-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.-loading svg {
  color: #ccc;
  width: 40px;
  height: auto;
}
section.lc-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.lc-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.lc-section .-isScrollX {
  overflow-x: auto;
  padding-bottom: 10px;
}
.section__heading h2 {
  font-size: 26px;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
  line-height: 34px;
  letter-spacing: .2px;
  margin-bottom: 0;
}
.section__heading span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: .2px;
}
.section__heading .section__desc {
  color: #888;
  letter-spacing: .2px;
}
.lc-section .btn_to-login a,
.lc-section .btn_to-mybrand a {
  display: inline-block;
  color: #555;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}
.lc-section .brand-filter-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0
}
.lc-section .brand-filter-wrap > div:nth-child(n+2) {
  margin-left: 12px;
}
.lc-section .brand-filter-wrap .btn_to-login {
  margin-left: 0 !important;
}
.lc-section .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  min-width: 20px;
  width: auto;
  height: 20px;
  border-radius: 0 0 6px 0;
  background: #f5f5f5;
  border: none;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
} 
.lc-section .badge em {
  font-style: normal;
  font-weight: inherit;
}

/* 共通catalog */
.catalog-list {
  display: flex;
  justify-content: flex-start;
  gap:1px;
  position: relative;
  min-height: 200px;
}
.catalog-list .-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.catalog-list .catalog-item {
  width:  calc((100% - 4px) / 5);
  flex: none;
}
.catalog-list.-isScrollX .catalog-item {
  width: calc(100% / 6);
}
.catalog-list .catalog-item a {
  display: block;
  position: relative;
}
.catalog-list .catalog-imgContainer,
.catalog-list .catalog-imgContainer:before{
  position: relative;
  aspect-ratio: 5 / 6;
  height:unset !important;
}
.catalog-list .catalog-imgContainer img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalog-list .catalog-item.-square .catalog-imgContainer img {
  object-fit: contain;
}
.catalog-list .catalog-item .catalog-content {
  text-align: left;
  padding: 10px 5px 0;
  position: relative;
}
.catalog-list .catalog-content > * {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.catalog-list .catalog-content > *:nth-child(n+2) {
  margin-top: 5px;
}
.catalog-list .catalog-item .catalog-brandName {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}
.catalog-list .catalog-item .catalog-commodityName {
  color: #888;;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.catalog-list .catalog-item .catalog-price {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 23px;
}
.catalog-list .catalog-item .catalog-price.-discount {
  color: var(--color-accent-red);
}
.catalog-list .catalog-campaignItem span {
  padding: 0 .3em;
  transform: unset;
  letter-spacing: -.02em;
}
.catalog-list .catalog-item .catalog-myBrandBtnSet {
  position: absolute;
  right: 5px;
  bottom: 0;
}
.catalog-myBrandBtnSet .btn_addMyBrand {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ccc;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.catalog-myBrandBtnSet .btn_addMyBrand::after {
  content: '\e866';
  content: '\e598';
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-myBrandBtnSet .btn_addMuteBrand {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.catalog .catalog-myBrandBtnSet .btn_addMuteBrand i {
  display:block;
  width:26px;
  height:26px;
  background-size:100%;
  background-image:url('https://media.aws.locondo.jp/contents/img/common/topPage/icon_ranking_btnMuteBrand.png');
  position: absolute;
  bottom: -3px;
}

/* 【閲覧履歴】section-history */
.rightContent .section-history {
  padding-top: 0;/* 仮 */
}
.rightContent #top-history__block {
  padding-bottom: 35px;
}
.rightContent #top-history__block .lc-u-mb-10 {
  text-align: center;
}
.rightContent #top-history__block .catalog-list {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.rightContent #top-history__block .catalog-list li.catalog-item {
  margin-top: 0;
  width: calc((100% - 40px) / 6);
}

/* 【新着】section-newArrival */
.rightContent .section-newArrival {
  background: #F2F2F2;
  padding: 33px 0 42px;
}
.section-newArrival {
  background: none;
  margin-bottom: 0;
}
.section-newArrival .btn_to-mybrand,
.section-newArrival .brand-filter-checkbox,
#top.-login .section-newArrival .btn_to-login {
  display: none;
}
#top.-login .section-newArrival .brand-filter-checkbox,
#top.-login .section-newArrival .btn_to-mybrand {
  display: block;
}
.section-newArrival .fail{
  margin: 1em;
  text-align: center;
  color: #666;
}
#top_new_arraival .catalog-imgContainer {
  background: #fff;
}
#top_new_arraival .slick-slider .slick-list {
  margin: 0 -6px;/* スライドのマージンを打ち消し */
}
#top_new_arraival .slick-slider .slick-slide {
  margin: 0 6px;
}
#top_new_arraival .slick-slider .slick-prev,
#top_new_arraival .slick-slider .slick-next {
  width: 30px;
  height: 30px;
  background: rgb(0 0 0 / .5);
  border-radius: 100px;
  z-index: 1;
}
#top_new_arraival .slick-slider .slick-prev.slick-disabled,
#top_new_arraival .slick-slider .slick-next.slick-disabled {
  display: none !important;
}
#top_new_arraival .slick-slider .slick-prev:before,
#top_new_arraival .slick-slider .slick-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  opacity: 1;
}
#top_new_arraival .slick-slider .slick-prev {
  left: -15px;
}
#top_new_arraival .slick-slider .slick-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  left: calc(50% - 3px);
}
#top_new_arraival .slick-slider .slick-next {
  right: -18px;
}
#top_new_arraival .slick-slider .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  left: calc(50% - 7px);
}
#top_new_arraival .slick-slider .catalog-item .catalog-content {
  background: #fff;
  padding: 8px 6px;
}

/* 【人気ブランド】.section-brandranking */
.section-brandranking .top-brandranking__list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.section-brandranking .top-brandranking__list ul + ul {
  margin-top: 10px;
}
.section-brandranking .top-brandranking__list li {
  width: calc((100% - 50px) / 6);
  height: 98px;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
}
.section-brandranking .top-brandranking__list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.section-brandranking .top-brandranking__list li.img img {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
}
.section-brandranking .top-brandranking__list li.text span {
  display: inline-block;
  width: 90%;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.section-brandranking .btn-topBrandranking a {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 44px;
  font-size: 13px;
  color: #333;
  background-color: #eee;
  border-radius: 4px;
}

/* 【ランキング】.section-ranking */
/* 【共通】OFF率等の表示制御 */
[data-campaign-group-display-none="true"] .catalog-list .catalog-campaignGroup {
  opacity: 0;
  pointer-events: none;
}
.section-ranking .brand-filter-wrap .brand-filter-checkbox,
.section-ranking .brand-filter-wrap .btn_to-mybrand,
#top.-login .section-ranking .brand-filter-wrap .btn_to-login {
  display: none;
}
#top.-login .section-ranking .brand-filter-wrap .brand-filter-checkbox,
#top.-login .section-ranking .brand-filter-wrap .btn_to-mybrand {
  display: block;
}

/* reset CSS */
#section-ranking .ranking-sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#section-ranking .ranking-sort select {
  cursor: pointer;
}
#section-ranking .ranking-sort select::-ms-expand {
  display: none;
}

#section-ranking {
  padding-bottom: 0;
}

/*----- 上部絞り込み -----*/
#section-ranking .section-heading-wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content:center;
  height: 28px;
  margin-bottom: 14px;
}

/* タイトル */
#section-ranking .section-heading-wrap .section-heading {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0;
  width: auto;
}

/* 性別 選択肢（.mainCate） */
#section-ranking .mainCate {
  display: none;
  position: relative;
  width: 115px;
  margin: 0 10px;
  --icon-url: none;
  cursor: pointer;
}
#section-ranking .mainCate::after {
  content: "▼";
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  color: #777;
}
#section-ranking .mainCate select {
  appearance: none;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;         /* デフォルト（ALLのとき） */
  border: none;
  border-radius: 4px;
  background: #efefef;
  color: #777;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  cursor: pointer;
}

/* women/men が選択されているときだけ左にアイコン分の余白 */
#section-ranking .mainCate:has(option:not(.all):checked) select {
  padding-left: 25px;
}

/* アイコン（ALL以外のときだけ表示） */
#section-ranking .mainCate:has(option:not(.all):checked)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center / contain var(--icon-url);
  transition: .1s;
  pointer-events: none;
}

/* アイコン画像の指定 */
#section-ranking .mainCate:has(option.peacepark:checked) {
  --icon-url: url(//media.aws.locondo.jp/royalstatic/common/img/top/logo_peacepark.png);
}
#section-ranking .mainCate:has(option.zcraft:checked) {
  --icon-url: url(//media.aws.locondo.jp/royalstatic/common/img/top/logo_z-craft.png);
}
#section-ranking .mainCate:has(option.zmall:checked) {
  --icon-url: url(//media.aws.locondo.jp/royalstatic/common/img/top/logo_z_mall.png);
}
#section-ranking .mainCate:has(option.zsports:checked) {
  --icon-url: url(//media.aws.locondo.jp/royalstatic/common/img/top/logo_z-sports.png);
}
#section-ranking .mainCate:has(option.ballfield:checked) {
  --icon-url: url(//media.aws.locondo.jp/royalstatic/common/img/top/logo_ballfield.png);
}

/* 金額／個数順 */
#section-ranking .ranking-sort{
  display:inline-flex;
  margin-right: 14px;
}
#section-ranking .ranking-sort input {
  display:none;
}
#section-ranking .ranking-sort label{
  background-color: #efefef;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
  width: 48px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.08em;
  font-weight: normal;
  cursor: pointer;
}
#section-ranking .ranking-sort input:checked + label{
  color:#fff;
  background-color:#333;
  font-weight: bold;
}

/* 週間／日間順 */
#section-ranking .ranking-sort-period{
  display:inline-flex;
  margin-left:16px;
  margin-right:16px;
  border-right:1px solid #ddd;
  padding-right:10px;
}
#section-ranking .ranking-sort-period input {
  display:none;
}
#section-ranking .ranking-sort-period label{
  background-color: #efefef;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
  width: 48px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.08em;
  font-weight: normal;
  cursor: pointer;
}
#section-ranking .ranking-sort-period input:checked + label{
  color:#fff;
  background-color:#333;
  font-weight: bold;
}

/* 絞り込みオプション：ボタン部分 */
#section-ranking .filterbar .filterBtn {
  display: inline-flex;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 10px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
#section-ranking .filterbar .filterBtn .label {
  font-size: 12px;
}
#section-ranking .filterbar .filterBtn .material-symbols-outlined {
  font-size: 22px;
  margin-right: .25em;
}

/* 絞り込みオプション：モーダル部分 */
#filterSheet.filterSheet {
  max-width: 420px;
  padding: 0 20px !important;
  background: none !important;
  border: none;
}
#filterSheet.filterSheet .sheetContainer {
  padding: 10px 0 0 0 !important;
  background: #fff !important;
  border-radius: 8px;
}
#filterSheet.filterSheet::backdrop {
  background:rgba(0,0,0,.45);
}
#filterSheet .sheet {
  position:relative;
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  margin:12vh 12px 24px;
  overflow:hidden;
}

/* 閉じるボタン */
#filterSheet .remodal-close.closeFab {
  right: 6px;
  left: auto;
  top: -16px;
}
#filterSheet .remodal-close:before {
  background: #000;
  border-radius: 20px;
  border: 2px solid;
  color:#ddd;
  line-height: 31px;
}
#filterSheet .remodal-close:hover:before,
#filterSheet .remodal-close:focus:before {
  background: #666;
}

/* ヘッダー */
#filterSheet .sheetHeader { padding:18px 20px 8px; }
#filterSheet .titleRow { display:flex; align-items:center; gap:8px; }
#filterSheet .sheetTitle { font-size:20px; font-weight:800; margin:0; }

/* 本文 */
#filterSheet .sheetBody { padding:12px 16px 18px; display:grid; gap:10px; }
#filterSheet .optRow {
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:12px 8px 12px 12px; border-radius:12px;
}
#filterSheet .optTexts { display:grid; gap:6px; }
#filterSheet .optLabel { margin:0; font-size:16px; font-weight:700; color:#222; }
#filterSheet .subLink { font-size:14px; color:#1a73e8; text-decoration:underline; text-align: left; }
#filterSheet .subNote { font-size:13px; color:#666; margin:0; }

/* ゲスト時はトグルを無効化＆テキストを淡く */
#filterSheet .optRow.is-guest .optLabel { color:#999; font-weight:700; text-align: left; }
#filterSheet .optRow.is-guest .switch { opacity:.35; pointer-events:none; }
#filterSheet .optRow.is-guest [data-role="link-loggedin"],
#filterSheet .optRow:not(.is-guest) [data-role="link-guest"]{ display:none; }
#filterSheet .optRow:not(.is-guest) [data-role="note-loggedin"]{ display:block; }
#filterSheet .optRow.is-guest [data-role="note-loggedin"]{ display:none; }

/* トグルスイッチ */
#filterSheet .switch{ position:relative; display:inline-flex; width:56px; height:32px; cursor: pointer; }
#filterSheet .switch input{ position:absolute; inset:0; opacity:0; }
#filterSheet .switch .track{
  width:100%; height:100%; border-radius:999px; background:#ddd;
  transition: background .2s ease;
}
#filterSheet .switch .track::after{
  content:""; position:absolute; top:3px; left:3px; width:26px; height:26px; border-radius:50%;
  background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.2); transition: transform .2s ease;
}
#filterSheet .switch input:checked + .track{ background: #029697; }
#filterSheet .switch input:checked + .track::after{ transform: translateX(24px); }

/* フォーカス可視化 */
#filterSheet .switch input:focus-visible + .track{ outline:2px solid #3b82f6; outline-offset:2px; }

/*----- 各ランキングブロック -----*/
#section-ranking .ranking-box {
  margin-bottom: 40px;
}
#section-ranking .ranking-box > [class^="title_"]{
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
#section-ranking .ranking-box > [class^="title_"] h4 {
  padding-right: 10px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #444;
}
#section-ranking .ranking-box > [class^="title_"] .tab-subCate-wrap {
  flex-grow: 1;
  max-width: 100%;
  height: 25px;
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
}

/* サブカテゴリ（横スクロール） */
#section-ranking .tab-subCate-scroll {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 10px;
}
#section-ranking .tab-subCate-scroll li {
  padding: 0 0.75em;
  line-height: 25px;
  color: #666;
  background-color: #efefef;
  margin-right: 5px;
  white-space: nowrap;
  border-radius: 15px;
  font-size: 11px;
  cursor: pointer;
}
#section-ranking .tab-subCate-scroll li input {
  display: none;
}
#section-ranking .tab-subCate-scroll li label {
  color: inherit;
  cursor: pointer;
  font-weight: normal;
}
#section-ranking .tab-subCate-scroll li:has(input:checked) {
  color: #fff;
  background-color: #333;
}
#section-ranking .tab-subCate-scroll li:has(input:checked) label {
  font-weight: bold;
}
#section-ranking .title_women .tab-subCate-scroll li:has(input:checked) {
  background-color: #e50050;
}
#section-ranking .title_men .tab-subCate-scroll li:has(input:checked) {
  background-color: #1262b2;
}
#section-ranking .title_girls .tab-subCate-scroll li:has(input:checked),
#section-ranking .title_boys .tab-subCate-scroll li:has(input:checked) {
  background-color: #fd8f25;
}
#section-ranking .title_sports .tab-subCate-scroll li:has(input:checked) {
  background-color: #13bab6;
}

/* カテゴリ出し分け */
/* 各liには、前から順にorder:1、2、３…が自動付与されています */

/* 【SS】 */
#section-ranking.ss #ranking-box02 .title_women .tab-subCate-scroll li:nth-of-type(4) {
  order: 3 !important; /* 春夏はサンダルの並び順をスニーカーの次に移動 */
}
#section-ranking.ss #ranking-box02 .title_women .tab-subCate-scroll li:nth-of-type(5) {
  order: 100 !important; /* 春夏はブーツの並び順を最後尾に移動 */
}

/* 【AW】 */
#section-ranking.aw #ranking-box01 .title_women .tab-subCate-scroll li:nth-of-type(6) {
  order: 1 !important; /* 秋冬はアウターの並び順をALLの次に移動 */
}
#section-ranking.aw #ranking-box02 .title_women .tab-subCate-scroll li:nth-of-type(5) {
  order: 3 !important; /* 秋冬はブーツの並び順をスニーカーの次に移動 */
}
#section-ranking.aw #ranking-box02 .title_women .tab-subCate-scroll li:nth-of-type(4) {
  order: 100 !important; /* 秋冬はサンダルの並び順を最後尾に移動 */
}

/*----- ランキングコンテンツ部分 ------*/
/* カタログ並び制御 */
#section-ranking .catalog-list {
 	width: 100%;
  gap: 20px 1px;
  justify-content: flex-start;
}
#section-ranking .catalog-list > li {
  width: calc((100% - 3px) / 4);
  max-width: calc((920px - 3px) / 4);
  margin-top: 0;
}
#section-ranking .catalog-list > li:nth-of-type(n+5) {
  width: calc((100% - 5px) / 6); /* 先頭5件目から通常サイズ（6カラム） */
  max-width: calc((920px - 5px) / 6);
}

/* ランキング結果表示件数の制御（1〜6） */
#section-ranking #ranking-box01__list .catalog-list > li:nth-of-type(n+17),
#section-ranking #ranking-box02__list .catalog-list > li:nth-of-type(n+17) {
  display: none;
}
#section-ranking #ranking-box01__list.-visibleAll .catalog-list > li:nth-of-type(n+17),
#section-ranking #ranking-box02__list.-visibleAll .catalog-list > li:nth-of-type(n+17) {
  display: block;
}
#section-ranking #ranking-box03__list .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box04__list .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box05__list .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box06__list .catalog-list > li:nth-of-type(n+11) {
  display: none;
}
#section-ranking #ranking-box03__list.-visibleAll .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box04__list.-visibleAll .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box05__list.-visibleAll .catalog-list > li:nth-of-type(n+11),
#section-ranking #ranking-box06__list.-visibleAll .catalog-list > li:nth-of-type(n+11) {
  display: block;
}
/* メンズは、5項目目無し対応 */
#section-ranking[data-gender="men"] #ranking-box04__list .catalog-list > li:nth-of-type(n+7) {
  display: block;
}
#section-ranking[data-gender="men"] #ranking-box04__list .catalog-list > li:nth-of-type(n+11) {
  display: none;
}
#section-ranking[data-gender="men"] #ranking-box04__list.-visibleAll .catalog-list > li:nth-of-type(n+11) {
  display: block;
}
#section-ranking[data-gender="men"] #ranking-box04__list .catalog-list > li {
  width: calc((100% - 3px) / 4);
  max-width: calc((920px - 3px) / 4);
}
#section-ranking[data-gender="men"] #ranking-box04__list .catalog-list > li:nth-of-type(n+5) {
  width: calc((100% - 5px) / 6);
  max-width: calc((920px - 5px) / 6);
}
/* スポーツ1件目 */
#section-ranking[data-gender="sports"] #ranking-box01__list .catalog-list > li:nth-of-type(n+11) {
  display: none;
}
#section-ranking[data-gender="sports"] #ranking-box01__list.-visibleAll .catalog-list > li:nth-of-type(n+11) {
  display: block;
}
/* スポーツ2件目 */
#section-ranking[data-gender="sports"] #ranking-box02__list .catalog-list > li:nth-of-type(n+11) {
  display: none;
}
#section-ranking[data-gender="sports"] #ranking-box02__list.-visibleAll .catalog-list > li:nth-of-type(n+11) {
  display: block;
}

/* 対象アイテムなしの場合 */
#section-ranking .catalog-list li.noitem {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  color: #888;
  padding: 70px 0 20px;
}

/* カタログ内部デザイン */
#section-ranking .catalog-list .lc-item {
  position: relative;
}
@media all and (max-width: 1280px) {
  #section-ranking .catalog-list .lc-item {
    position: relative;
    padding-bottom: 20px;
  }
}
#section-ranking .catalog-list .lc-item a {
  padding-bottom: 0;
}
#section-ranking .catalog-list .catalog-imgContainer:before{
  content:"";
  display:block;
  width:100%;
  height:161px;
  position:absolute;
  z-index:1;
  background-color:#000;
  opacity:.03; 
}
#section-ranking .catalog-list .catalog-campaignItem.-discount span.-specialprice:after,
#section-ranking .catalog-list .catalog-campaignItem.-discount span.-memberprice:after{
  content: "";
  display: none;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet{
  display: none;/* 未ログイン */
  position:absolute;
  right:-2px;
  bottom: 0;
}
#section-ranking .-login .catalog-list .catalog-myBrandBtnSet{
  display: inline-flex;/* ログイン */
  align-items: center;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet span {
  cursor: pointer;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet span i{
  color: #aaa;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: transparent;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet span i:hover{
  opacity:.7;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet .btn_addMyBrand {
  margin-right:1px;
  width: 18px;
  height: 18px;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet .btn_addMyBrand::after {
  font-size: 18px;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet .btn_addMuteBrand {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#section-ranking .catalog-list .catalog-myBrandBtnSet .btn_addMuteBrand i {
  display:block;
  width:24px;
  height:24px;
  background-size:100%;
  background-image:url('https://media.aws.locondo.jp/contents/img/common/topPage/icon_ranking_btnMuteBrand.png');
}
#section-ranking .catalog-list .catalog-item:nth-child(1) .badge {
  color: #fff;
  background: var(--color-badge-gold);
}
#section-ranking .catalog-list .catalog-item:nth-child(2) .badge {
  color: #fff;
  background: var(--color-badge-silver);
}
#section-ranking .catalog-list .catalog-item:nth-child(3) .badge {
  color: #fff;
  background: var(--color-badge-copper);
}

/* 下位ランキングを見るボタン */
#section-ranking .btn-visibleAll {
  width: 100%;
  display: none;      /* 初期非表示 */
  background: #eee;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  line-height: 44px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
  font-weight: bold;
}
#section-ranking .btn-visibleAll span.min,
#section-ranking .btn-visibleAll span.max {
  display: inline;
  line-height: 1;
}
#section-ranking .catalog-list__wrap .ranking-moreLink {
  display: none;
  margin-top: 10px;
  text-align: center;
}
#section-ranking .catalog-list__wrap .ranking-moreLink a {
  font-size: 14px;
  color: #000;
  padding-right: 16px;
  position: relative;
  align-items: center;
  display: inline-flex
}
#section-ranking .catalog-list__wrap .ranking-moreLink a:hover {
  opacity: .7;
}
#section-ranking .catalog-list__wrap .ranking-moreLink a:after {
  display: inline-block;
  content: '\e5cc';
  font-family: 'Material Symbols Outlined';
  font-size: 200%;
  font-weight: 200;
  width: .25em;
  line-height: .5;
  margin-left: -.38em;
  margin-right: .38em;
  position: absolute;
  right: 0;
}
#section-ranking .catalog-list__wrap .ranking-moreLink.-disable {
  display: none !important;
}
#section-ranking .catalog-list__wrap.-visibleAll {
  margin-bottom: 30px;
}
#section-ranking .catalog-list__wrap.-visibleAll .ranking-moreLink {
  display: block;
}
#section-ranking .catalog-list__wrap.-visibleAll .btn-visibleAll {
  display: none !important;
}

/* ローディング時のアニメーション */
/* 初回 */
#section-ranking .catalog-list .loadingImg {
  width: 100% !important;
  max-width: 920px !important;
  display: flex;
  justify-content: center;
  padding: 70px 0 30px;/* 親boxに margin-bottom: 40pxあり */
}
/* リロード */
#section-ranking .catalog-list__wrap.-reloading {
  position: relative;
}
#section-ranking .catalog-list__wrap.-reloading ul,
#section-ranking .catalog-list__wrap.-reloading .btn-visibleAll {
  filter: blur(1px);/* ローディング中は要素をぼかす */
}
#section-ranking .catalog-list__wrap.-reloading:before {
  content: url('//media.aws.locondo.jp/contents/img/sp/top/top_loader.gif');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  mix-blend-mode: multiply;
}
#section-ranking .catalog-list__wrap.-reloading:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  opacity: .5;
}

/*----- マイブランド登録モーダル （anking-modalMyBrand）------*/
/* マイブランド */
.ranking-modalMyBrand.-myBrand.-myBrand-able .content-myBrand {
  display: block !important;
}
.ranking-modalMyBrand.-myBrand.-myBrand-already .content-myBrand-already {
  display: block !important;
}
/* ミュートブランド */
.ranking-modalMyBrand.-muteBrand.-muteBrand-able .content-muteBrand {
  display: block !important;
}
.ranking-modalMyBrand.-muteBrand.-muteBrand-already .content-muteBrand-already {
  display: block !important;
}

/* ログイン前 */
.ranking-modalMyBrand.-notLogin .content-login {
  display: block !important;
}

/* モーダル内部 */
.ranking-modalMyBrand:not(.remodal) .closeBtn {
  display: none;
}
.ranking-modalMyBrand .closeBtn {
  display: block;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(//media.aws.locondo.jp/contents/img/pc/btn-modal-close.png);
  background-size: 32px;
}
.ranking-modalMyBrand p {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #333;
}
.ranking-modalMyBrand {
  display: flex !important;
  max-width:100vw;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  margin-bottom: 4px;
}
.ranking-modalMyBrand .inner {
  padding: 36px;
  width: 500px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}
.ranking-modalMyBrand.-myBrand.-myBrand-already .heading,
.ranking-modalMyBrand.-muteBrand.-muteBrand-already .heading{
  margin-bottom:16px;
}
.ranking-modalMyBrand .heading {
  margin-bottom: 4px;
}
.ranking-modalMyBrand .heading .heading-brandName {
  font-weight: 600;
  margin-right: 0.3em;
}
.ranking-modalMyBrand .text {
  font-size: 12px;
  color: #888;
}
.ranking-modalMyBrand section[class^="content-"] i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
  color: #666;
}
.ranking-modalMyBrand .btnSet {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 20px;
}
.ranking-modalMyBrand .btnSet button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.ranking-modalMyBrand .btnSet button,
.ranking-modalMyBrand .btnSet a {
  display: inline-block;
  width: 10em;
  height: 3em;
  margin: 0 6px;
  font-size:14px;
  font-weight: 400;
  color:#fff;
  background-color: #029697;
  border-radius: 4px;
}
.ranking-modalMyBrand .btnSet button.-cancel {
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
}
.ranking-modalMyBrand .btnSet a {
  line-height: 3em;
}

#section-ranking .section-heading-wrap {
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
}
#section-ranking h2.section-heading {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
  line-height: 34px;
  letter-spacing: .2px;
  text-align: center;
  margin: 0 0 .5em;
}
#section-ranking h2.section-heading span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: .2px;
}
#section-ranking .catalog-img {
  transform: none;
}