@charset "UTF-8";

body{min-width: 1200px;}

.wrapper{
  min-width: 1200px;
}

.page-category .wrapper .pane-contents{
  width: 100%;
  max-width: 100%;
  padding: 0 0 60px;
}

.page-category .pane-right-menu .block-jscart{display: none;}
.page-category .block-category-list--topic{display: none;}
.page-category .block-category-list--event,
.page-category .block-event-frame{display: none;}

/* 共通背景 */
.g-week-pickup-area,
.g-brand-search-area,
.g-shop-data-area,
.sec-user-review .g-sec,
.section-movie .g-sec,
.sec-new-arrivals .g-sec{background: #F6F6F6;}


/* -----------------------
	共通スタイル
------------------------*/
.g-sec{padding: 100px 0;}
.g-cont-inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.g-common-head{text-align: center;}
.g-common-head h2{
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

.g-common-head h2 span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #999;	
}

/* ボタン */
.g-common-btn{
  margin-top: 38px;
  width: 100%;
}
.g-common-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 320px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto;
	background: #000;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.g-common-btn a:after{
	position: absolute;
    content: "";
    right: 30px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-radius: 1px;
	transform: translate(0, -50%) rotate(-45deg);	
}

.g-common-btn a:hover{
	opacity: 0.8;
    transition: all 0.1s;
	text-decoration: none;
}

/* ブランドタブ */
.g-common-tab{
	display: flex;
  width:500px;
  margin: 20px auto 0;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;  
  padding: 4px;
}

.sec-category .g-common-tab{width: 746px;}
.g-common-tab .g-common-tab-item{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  flex: 1;
	border-radius: 5px;
	min-height: 32px;
	cursor: pointer;
	padding: 0px 1px;
  font-size: 14px;
  font-weight: 400;
}

.g-common-tab .g-common-tab-item.active{
  background: #FF0000;
  color: #fff;
  font-weight: 600;
}

.g-common-tab-content{margin-top: 30px;}

.g-common-tab-label,
.u-tab-panel{display: none;}
.g-common-tab-label.active,
.u-tab-panel.active{display: block;}


/* サブタブ */
.g-common-sub-tab{
  max-width: 1050px;
  width: 100%;
  margin-inline: auto;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  padding-block: 10px;
    /* width: 500px;
	max-width: 500px;
    height: 40px;
    margin: 30px auto 30px auto;
    background: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 5px; */
}

.g-common-sub-tab.g-common-sub-tab-3col .g-tab-list{width: calc(100% / 3);}
.g-common-sub-tab.g-common-sub-tab-2col .g-tab-list{width: calc(100% / 2);}
.g-common-sub-tab .g-tab-list{
	/* display: flex;
	align-items: center;
	justify-content: center; */
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
  padding-block: 2px;
  border-bottom: 1px solid transparent;
}

.g-common-sub-tab .g-tab-list.active{
  font-weight: 700;
  border-color: currentColor;
	/* background: #FF0000;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px; */
}

/* カテゴリ */
.g-common-category-list{
	display: flex;
	flex-wrap: wrap;
	gap: 21px 25px;
}

.g-common-category-list li{
	width: calc(100% / 7 - 22px);
	min-width: 140px;
}

.g-common-category-list li a{text-decoration: none;}
.g-common-category-list li a:hover{
	opacity: 0.8;
  transition: all 0.1s;	
}

.g-common-category-list li img{border-radius: 8px;}
.g-common-category-list li span{
	margin-top: 5px;
	display: block;
	font-size: 12px;
	text-align: center;
}

/* ajax */
.u-ajax-common-list{
	display: flex;
  flex-wrap: wrap;
	gap: 15px 15px;
}

.u-ajax-common-list .u-ajax-common-list-item{
  width: calc(100% / 5 - 12px);
  min-width: 228px;
}

.u-ajax-common-list .u-ajax-common-list-item a{
	text-decoration: none;
	display: block;
}

.u-ajax-common-list .u-ajax-common-list-item img{border-radius: 8px;}
.u-ajax-common-txt{
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.g-brand-shop-area{background: #F6F6F6;}

/* -----------------------
	ajax部分
------------------------*/
.g-common-ajax-inner{
	max-width: 1220px;
	margin: 0 auto;
}

/* -----------------------
	メインスライダー
------------------------*/
.block-top-body{position: relative;}
.main-slider-wrap{position: relative;}
.main-slider {
  width: 100%;
  opacity: 0;
  margin-top: 20px;
  padding-bottom: 50px;
  overflow: hidden;
  margin-bottom: 80px;
}

.main-slider.is-loaded {opacity: 1;}
.main-slider .slick-list {overflow: visible !important;}
.main-slider .slick-track {
  float: none;
  display: flex;
  left: 0;
  gap: 20px;
}

.main-slider .slick-slide img {
  width: 480px;
  border-radius: 8px;
}

.main-slider .slick-slide > div {display: flex;}
.slide-item-wrap {
  display: flex !important;
  gap: 10px;
}

/* dot */
.main-slider .slick-dots {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.main-slider .slick-dots li {
  overflow: hidden;
  width: 30px;
  height: 3px;
  cursor: pointer;
  background: #ddd;
}

.main-slider .slick-dots .slick-active {
  height: 6px;
  background: var(--sa-color);
}

.main-slider .slick-dots li button {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
}

/* arrow */
.main-slider .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  width: 26px;
  height: 26px;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  text-indent: -9999px;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

.main-slider .slick-prev {
	background: url(../../img/usr/pc/common/brand_slider_prev.png) no-repeat;
    transform: translate(-50%, 0);
    left: calc(50% - 45px);
}

.main-slider .slick-next {
  background: url(../../img/usr/pc/common/brand_slider_next.png) no-repeat;
  transform: translate(-50%, 0);
  left: calc(50% + 45px);
}

.main-slider .slick-slide a{outline: 0;}

.slider-pager{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


/* -----------------------
  ホットキーワード
------------------------*/
.top-hot-keyword-area{
  max-width: 1200px;
  margin: 0 auto 63px auto;
}

.top-hot-keyword-area dl{
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.top-hot-keyword-area dt{
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.top-hot-keyword-area dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.top-hot-keyword-area a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ddd;
  color: #000;
  min-height: 33px;
  border-radius: 33px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;  
}

.top-hot-keyword-area a:hover{
    opacity: 0.8;
    transition: all 0.1s;
}

/* -----------------------
	今週のPICK UP
------------------------*/
.sec-week-pickup .g-cont-inner{padding: 0;}
.g-week-pickup-inner.g-cont-inner{max-width: 100%;}
.pickup-slider-wrap{position: relative;}
.pickup-slider {
  width: 100%;
  opacity: 0;
  margin-top: 20px;
  padding-bottom: 50px;
  overflow: hidden;
}

.pickup-slider a{text-decoration: none;}
.pickup-slider span{
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 10px;

}

.pickup-slider.is-loaded {opacity: 1;}
.pickup-slider .slick-list {overflow: visible !important;}
.pickup-slider .slick-track {
  float: none;
  display: flex;
  left: 0;
  gap: 20px;
}

.pickup-slider .slick-slide img {width: 480px;}
.pickup-slider .slick-slide > div {display: flex;}
.slide-item-wrap {
  display: flex !important;
  gap: 10px;
}

/* dot */
.pickup-slider .slick-dots {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.pickup-slider .slick-dots li {
  overflow: hidden;
  width: 30px;
  height: 3px;
  cursor: pointer;
  background: #ddd;
}

.pickup-slider .slick-dots .slick-active {
  height: 6px;
  background: var(--sa-color);
}

.pickup-slider .slick-dots li button {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
}

/* arrow */
.pickup-slider .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  width: 26px;
  height: 26px;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  text-indent: -9999px;
  bottom: 0;
  left: 50%;
  z-index: 2;
}

.pickup-slider .slick-prev {
	background: url(../../img/usr/pc/common/brand_slider_prev.png) no-repeat;
    transform: translate(-50%, 0);
    left: calc(50% - 45px);
}

.pickup-slider .slick-next {
  background: url(../../img/usr/pc/common/brand_slider_next.png) no-repeat;
  transform: translate(-50%, 0);
  left: calc(50% + 45px);
}

.pickup-slider .slick-slide a{outline: 0;}
.pickup-slider-pager{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

/* -----------------------
	ブランドから探す
------------------------*/
.g-brand-search-list-inner{
  margin:  26px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 17px 17px;
}

.g-brand-search-list-inner li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  background: #fff; 
  border-radius: 8px; 
}

/* -----------------------
	メガ推し
------------------------*/
.sec-mega-recommend{
  background: url(../../img/usr/top/MS/bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.sec-mega-recommend .g-common-head.attention{
  position: relative;
  width: 480px;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
}

.sec-mega-recommend .g-common-head.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 80%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.sec-mega-recommend .g-common-head.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 80%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.sec-mega-recommend .g-common-tab{width: 500px;}
.sec-mega-recommend .g-common-tab-item{width: calc(100% / 2);}  

.g-mega-recommend-area.g-sec{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.g-mega-recommend-area.g-sec:after{
  position: absolute;
  left: -80px;
  top: 80px;
  content: "";
  background: url(../../img/usr/top/MS/recommend_item.svg) no-repeat;
  width: 198px;
  height: 198px;
}

.g-common-recommend-list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.g-common-recommend-list li{
  width: 228px;
  background: #fff;  
  border-radius: 8px;
}

.g-common-recommend-list li a{
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 12px 8px 18px 8px;
  text-decoration: none;
}

.g-common-recommend-list li figure{
  width: 212px;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-common-goods-icon{
  text-align: left;
  display: flex;
  align-items: center;
}

.g-common-goods-icon .g-common-goods-icon-new,
.g-common-goods-icon .g-common-goods-icon-sale{
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  width: 40px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.g-common-goods-icon .g-common-goods-icon-new{background: #BEA426;}
.g-common-goods-icon .g-common-goods-icon-sale{background: #D3555F;}
.g-common-goods-desc{
  text-align: left;
  padding: 0 10px;
}
.g-common-goods-desc .g-common-goods-category{
  background: #F6F6F6;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 0;
}

.g-common-goods-desc .g-common-goods-brand{
  color: #666;
  font-size: 11px;
  font-weight: 400;
  margin-top: 6px; 
}

.g-common-goods-desc .g-common-goods-name{
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}

.g-common-goods-desc .g-common-goods-price{
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;  
}

.g-common-goods-desc .g-common-goods-price.g-sale-price{
  color: #FF0000;
}

.g-common-goods-desc .g-common-goods-price .small{
  display: inline-block;
  margin-right: 2px;
  color: #666;
  font-size: 11px;
  font-weight: 400; 
}

.g-common-goods-desc .g-common-goods-sub-icon{
  color: #666;
  font-size: 11px;
  font-weight: 400;
  margin-top: 8px;  
}

/* スライダー */
.sec-mega-recommend .slick-list{overflow: hidden;}

.goods-recommend-slider .slick-track {
  float: none;
  display: flex;
  left: 0;
  gap: 10px;
}

.goods-recommend-slider .slick-slide img {width: 480px;}
.goods-recommend-slider .slick-slide > div {display: flex;}
.slide-item-wrap {
  display: flex !important;
  gap: 10px;
}

/* arrow */
.goods-recommend-slider .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  z-index: 2;
}

.goods-recommend-slider .slick-arrow:hover{
  opacity: 0.8;
  transition: all 0.1s;
} 

.goods-recommend-slider .slick-prev {
	background: url(../../img/usr/top/MS/slide_prev.svg) no-repeat;
  left: -80px;
}

.goods-recommend-slider .slick-next {
	background: url(../../img/usr/top/MS/slide_next.svg) no-repeat;
  right: -80px;
}

.goods-recommend-slider .slick-slide a{
  display: block;
  outline: 0;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  text-decoration: none;
}

/* -----------------------
	公式アカウント
------------------------*/
.g-official-account-list{
  margin-top: 30px;
  position: relative;
}
.g-official-account-inner ul{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.g-official-account-sns{
	margin-top: 16px;
	display: flex;
	gap: 10px;
	justify-content: center;	
}

/* -----------------------
	動画
------------------------*/
.u-ajax-movie-list{
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.u-ajax-movie-list .u-ajax-movie-item{
  width: calc(100% / 4 - 15px);
  min-width: 287px;
}

.u-ajax-movie-list .u-ajax-movie-item iframe{
  width: 287px;
  height: 162px;
  border-radius: 8px;
}

/* -----------------------
	お知らせ
------------------------*/
.g-official-account-area.g-sec{padding: 0 0 100px;}
.u-ajax-info{
	margin-top: 25px;	
	border-bottom: dashed 1px #CBCBCB;
}

.u-text-link{
  position: relative;
	display: block;
	padding: 25px 20px 25px;
	text-decoration: none;
}

.u-text-link:after{
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  border-radius: 1px;
  transform: translate(0, -50%) rotate(-45deg);  
}

a.u-text-link:hover{
	opacity: 0.8;
    transition: all 0.1s;
	text-decoration: none;
}

.u-ajax-info-tr{border-top: dashed 1px #CBCBCB;}
.u-ajax-info-th{
	display: flex;
	align-items: center;
}

.u-ajax-info-th .u-ajax-info-date{
	font-size: 16px;
    font-weight: 600;
	margin-right: 10px;
}

.u-ajax-info-td{
	margin-top: 12px;
	font-size: 14px;
    font-weight: 400;
}

.u-ajax-info-label {
	border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
    width: max-content;
    padding: 4px 10px;
    box-sizing: border-box;
    display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #000;	
}

.u-ajax-info-label.u-ajax-info-label-news_important{
	border: 1px solid #FF0000;
	color: #FF0000;
}

/* -----------------------
	スタッフスタート
------------------------*/
.section-staffsnap{
  padding: 0;
  /*overflow: hidden; */
}

.g-staffsnap-area{
  background: url(../../img/usr/top/MS/staffsnap/staff_snap_bg.png);
  background-size: cover;
  position: relative;
}

.g-staffsnap-area:after{
  position: absolute;
  content: "";
  top: -230px;
  right: 0;
  background: url(../../img/usr/top/MS/staffsnap/photo01.png) no-repeat;
  width: 304px;
  height: 498px;
  z-index: 1;
}

.g-staffsnap-area:before{
  position: absolute;
  content: "";
  bottom: -206px;
  left: -103px;
  background: url(../../img/usr/top/MS/staffsnap/photo02.png) no-repeat;
  width: 390px;
  height: 448px;
  z-index: 1;  
}

.section-staffsnap .coordinate-list .card-list-frame{gap: 15px;}
.page-category .section-staffsnap .coordinate-list .coordinate-item{
  flex-basis: 228px;
	width: 228px;
	margin-right: 0;
  margin-bottom: 0;
}

.section-staffsnap .coordinate-list .coordinate-item .coordinate-item--main-img figure{width: 228px;}
.section-staffsnap .coordinate-list .coordinate-item .coordinate-item--main-img img{
	border-radius: 8px;
	width: 228px;	
}

.page-category .section-staffsnap .coordinate-list .coordinate-item:nth-of-type(4n){margin-right: 0;}

/* -----------------------
  店舗情報
------------------------*/
.g-shop-data-area .g-shop-data-inner{  
  max-width: 1200px;
  margin: 0 auto;
}

.g-shop-map{
  background: #fff;
  border-radius: 8px;
  padding: 35px 0;
  margin-top: 24px;
  text-align: center;  
}
.g-shop-map a{text-decoration: none;}
.g-shop-map a:hover{
    opacity: 0.8;
    transition: all 0.1s;
}

@media (max-width: 1700px) {
  /* .section-staffsnap{padding: 70px 0 130px;} */

  .g-staffsnap-area:after,
  .g-staffsnap-area::before{transition: all 0.2s;}

  .g-staffsnap-area:after{
    transform: scale(0.7);
    transform-origin: right;
  }

  .g-staffsnap-area:before{
    transform: scale(0.7);
    transform-origin: center;
  }

  .g-staffsnap-area:after{
    top: -145px;
    right: 0;
  }

  .g-staffsnap-area:before{left: -120px;}  
}


@media (max-width: 1200px) {
  .g-mega-recommend-area.g-sec:after{left: 8px;}
  .goods-recommend-slider .slick-prev{left: 0;}
  .goods-recommend-slider .slick-next{right: 0;}

}

/* ===========================旧css==================================== */

.pane-globalnav {
  height: 50px;
  background: #000;
}
.pane-globalnav .block-globalnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}
.pane-globalnav .block-globalnav__item-list{
  display: flex;
  flex-shrink: 0;
}
.block-globalnav__item-opener{
  position: relative;
}
.block-globalnav__item-opener::after{
  content: "";
  width: 1px;
  height: 24px;
  background: #444;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-globalnav__item-opener:first-child:before{
  content: "";
  width: 1px;
  height: 24px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pane-globalnav .header-search{
  max-width: 340px;
  flex: 1;
  background: none;
  padding: 0;
}
.pane-globalnav .header-search__container {
  width: auto;
}
.pane-globalnav .header-search .block-global-search--submit {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: 60px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  margin: 0;
  background: #000;
  border: none;
  border-radius: 20px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.block-globalnav-menu {
  background: #DDD;
}
.block-globalnav__item-opener button.is-active::after {
	background: #DDD;
}

.page-category .pane-main {
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  width: auto;
  margin: 0;
  /* min-width: auto; */
}

.page-category .pane-topic-path {
  display: none;
}

.page-category .pane-left-menu {
  display: none;
}

.block-top-event--link,
.block-top-pickup--link{
  border-bottom: 1px solid #EEE;
  padding: 0 300px 60px;
  margin: 70px 0 92px;
}

.page-genre .block-event-frame {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  margin: 0;
  padding: 0;
}

.block-category-list{position: relative;}
.block-category-list--topic {
  width: 960px;
  margin: 0 auto 15px auto;
}

.block-category-list--topic h2.block-top-topic--header {
  display: none;
}

.block-category-list--topic .block-top-topic--body {
  position: relative;
  width: 960px;
}

.block-category-list--topic .block-top-topic--body a.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 40px;
  height: 56px;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  background: #FFF;
}

.block-category-list--topic .block-top-topic--body a.bx-prev::after {
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
  content: "";
}

.block-category-list--topic .block-top-topic--body a.bx-next {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 56px;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  background: #FFF;
}

.block-category-list--topic .block-top-topic--body a.bx-next::after {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(-45deg);
  content: "";
}

.block-category-list--topic ul.block-top-topic--items li {
  padding: 0;
  text-align: center;
  border: 0;
}

.block-category-list--topic ul.block-top-topic--items li dl {
  display: flex;
  width: 100%;
  height: 56px;
  justify-content: center;
  align-items: center;
}

.block-category-list--topic ul.block-top-topic--items li dl dt {
  display: none;
}

.block-category-list--topic ul.block-top-topic--items li dl dd, .block-category-list--topic ul.block-top-topic--items li dl dd a {
  color: #E83434;
  font-size: 14px;
}

.block-category-list--topic ul.block-top-topic--items li dd {
  margin: 0;
  padding: 0;
}

.block-category-list--topic .block-top-topic--next-page {
  display: none;
}

.block-topic-details--icon, .block-topic-page--article-icon {
  display: none;
}

.block-pickup-list-p--item-description .block-pickup-list-p--brand-name {
  margin: 18px 0 0;
}

.block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  display: block;
  font-size: 12px;
  font-weight: 300;
  order: 10;
}

.block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  color: #222;
  text-decoration: none;
}

.block-pickup-list-p--item-description .block-pickup-list-p--goods-name a:hover {
  text-decoration: underline;
}

.block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin: 3px 0 0;
}

.block-top-slider {
  position: relative;
  height: 640px;
  overflow: hidden;
}

.block-top-slider .block-top-slider-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2940px;
  transform: translateX(-50%);
}

.block-top-slider .bx-controls {
  text-align: center;
  font-size: 0;
  margin: 30px 0 0;
}

.block-top-slider .bx-pager-item {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 20px 0 0;
}

.block-top-slider .bx-pager-item:last-child {
  margin-right: 0;
}

.block-top-slider .bx-pager-item a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #CCC;
}

.block-top-slider .bx-pager-item a.active {
  background: #E83434;
}

.block-top-slider .block-top-slider-controls--prev a {
  position: absolute;
  top: 220px;
  left: 0;
  display: block;
  width: 50px;
  height: 100px;
  background: rgba(245, 245, 245, 0.9);
  border-radius: 0 50px 50px 0;
  text-indent: -9999px;
}

.block-top-slider .block-top-slider-controls--prev a::before {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-box: box-sizing;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
  content: "";
}

.block-top-slider .block-top-slider-controls--next a {
  position: absolute;
  top: 220px;
  right: 0;
  display: block;
  width: 50px;
  height: 100px;
  background: rgba(245, 245, 245, 0.9);
  border-radius: 50px 0 0 50px;
  text-indent: -9999px;
}

.block-top-slider .block-top-slider-controls--next a::before {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-box: box-sizing;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(-45deg);
  content: "";
}

.block-top-nav {
  background: #F5F5F5;
}

.block-top-nav ul.block-top-nav-list {
  display: flex;
  width: 100%;
  height: 133px;
  max-width: 1200px;
  margin: 0 auto;
}

.block-top-nav ul.block-top-nav-list li {
  display: flex;
  width: 33.33%;
  justify-content: center;
  align-items: center;
}

.block-top-nav ul.block-top-nav-list li a {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.block-top-nav ul.block-top-nav-list li a figure {
  margin-right: 20px;
}

.block-top-nav ul.block-top-nav-list li.card-info a figure img {
  width: 68px;
}

.block-top-nav ul.block-top-nav-list li.store-receipt a figure img {
  width: 61px;
}

.block-top-nav ul.block-top-nav-list li.outlet a figure img {
  width: 40px;
}

.block-top-nav ul.block-top-nav-list li a .title {
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #E83434;
}

.block-top-nav ul.block-top-nav-list li a .title::before {
  position: absolute;
  top: 6.5px;
  right: -3.5px;
  width: 7px;
  height: 7px;
  border-box: box-sizing;
  border-right: 2px solid #E83434;
  border-bottom: 2px solid #E83434;
  transform: rotate(-45deg);
  content: "";
}

.block-category-list--goods {
  display: none;
}

.block-goods-detail .pane-goods-right-side .block-goods-price .block-goods-price--price::before {
  display: inline-block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  background: #999;
  content: "価格";
}

.block-goods-detail .pane-goods-right-side .block-goods-price .block-goods-price--customer-price::before {
  display: inline-block;
  width: 80px;
  height: 27px;
  line-height: 27px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  color: #FFF;
  text-align: center;
  background: #E83434;
  content: "会員価格";
}

.block-top-free--sa-banner {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.block-top-free--sa-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  width: 1920px;
  height: 350px;
}

.pane-footer .block-footer-sa-top, .pane-footer .block-footer-sa-middle, .pane-footer .block-footer-sa-bottom {
  background: #222;
  color: #FFF;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list {
  display: flex;
  width: 980px;
  margin: 0 auto;
  padding: 87px 0 38px;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li {
  width: 180px;
  margin: 0 20px 0 0;
  flex-basis: auto;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.outdoor {
  margin-right: 0;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.shoes {
  width: 729px;
  margin-right: 0;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li .block-footer-sa-top--category-list-title {
  padding-left: 50px;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  border-bottom: 1px solid #666;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.team .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_team.png) left 6px center / 35px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.individual .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_individual.png) left 9px center / 28px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.fitness .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_fitness.png) left 6px center / 35px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.outdoor .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_outdoor.png) left 8px center / 31px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.wear .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_wear.png) left 9px center / 29px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li.shoes .block-footer-sa-top--category-list-title {
  background: url(/img/usr/pc/common/footer_icon_shoes.png) left 6px center / 35px auto no-repeat;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li ul.block-footer-sa-top--category-list-frame {
  width: 100%;
  padding-left: 10px;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li ul.block-footer-sa-top--category-list-frame li {
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li ul.block-footer-sa-top--category-list-frame li a {
  color: #FFF;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li .block-footer-sa-top--category-list-inner {
  display: flex;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li .block-footer-sa-top--category-list-inner ul.block-footer-sa-top--category-list-frame {
  margin-right: 24px;
}

.pane-footer .block-footer-sa-top ul.block-footer-sa-top--category-list>li .block-footer-sa-top--category-list-inner ul.block-footer-sa-top--category-list-frame:last-child {
  margin-right: 0;
}

.pane-footer ul.block-footer-sa-top--sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.pane-footer ul.block-footer-sa-top--sns-list li {
  margin: 0 22px 0 0;
}

.pane-footer ul.block-footer-sa-top--sns-list li:last-child {
  margin-right: 0;
}

.pane-footer ul.block-footer-sa-middle--category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}

.pane-footer ul.block-footer-sa-middle--category-list li {
  width: 210px;
}

.pane-footer ul.block-footer-sa-middle--category-list li a {
  display: block;
  padding: 25px 0 25px 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}

.pane-footer ul.block-footer-sa-middle--category-list li.shoes a {
  background: url(/img/usr/pc/common/footer_icon_shoesstation.png) center left 15px / 30px auto no-repeat;
}

.pane-footer ul.block-footer-sa-middle--category-list li.bag a {
  background: url(/img/usr/pc/common/footer_icon_bag.png) center left 35px / 30px auto no-repeat;
}

.pane-footer ul.block-footer-sa-middle--category-list li.kids a {
  background: url(/img/usr/pc/common/footer_icon_kids.png) center left 20px / 30px auto no-repeat;
}

.pane-footer .block-footer-sa-bottom {
  padding: 80px 0;
}
.pane-footer .block-footer-sa-bottom + .block-footer-sa-bottom {
  padding: 0 0 50px;
}

.pane-footer ul.block-footer-sa-bottom--sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li {
  margin: 0 22px 0 0;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li:last-child {
  margin-right: 0;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li.facebook img {
  width: 12px;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li.instagram img {
  width: 21px;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li.twitter img {
  width: 21px;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li.youtube img {
  width: 24px;
}

.pane-footer ul.block-footer-sa-bottom--sns-list li.line img {
  width: 22px;
}

.pane-footer ul.block-footer-sa-bottom--bnr-list {
  /* width: 1280px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pane-footer ul.block-footer-sa-bottom--bnr-list li {
  width: 221px;
  margin: 0 32px 0 0;
}
.pane-footer ul.block-footer-sa-bottom--bnr-list li:last-child {
  margin-right: 0;
}
.pane-footer ul.block-footer-sa-bottom--bnr-list li a {
  display: block;
}
.pane-footer ul.block-footer-sa-bottom--bnr-list li a img {
  width: 100%;
}

.pane-footer ul.block-footer-sa-bottom--adv-list {
  display: flex;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  padding:10px 0 40px;
  justify-content:center;
}

.pane-footer ul.block-footer-sa-bottom--adv-list.full_ {
  width: 100%;
}

.pane-footer ul.block-footer-sa-bottom--adv-list li {
  width: 220px;
  margin: 0 33.33px 10px 0;
}

.pane-footer ul.block-footer-sa-bottom--adv-list li:last-of-type ,
.pane-footer ul.block-footer-sa-bottom--adv-list:not(.full_) li:nth-of-type(4n) {
  margin-right: 0;
}

.pane-footer ul.block-footer-sa-bottom--adv-list li span {
  display: inline-block;
  color: #999;
  border: 1px solid #999;
  font-size: 10px;
}

.block-genre-banner-frame ul.block-genre-banner-list {
  display: flex;
  flex-wrap: wrap;
}

.block-genre-banner-frame ul.block-genre-banner-list li {
  width: 31.4%;
  margin: 0 2.9% 2.9% 0;
}

.block-genre-banner-frame ul.block-genre-banner-list li:nth-child(3n) {
  margin-right: 0;
}

.block-genre-banner-frame ul.block-genre-banner-list li img {
  width: 100%;
}

/* 20200316追加 ピックアップ下層カテゴリ */
.block-pickup-subcategory-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.block-pickup-subcategory-list-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-pickup-subcategory-list-items li {
  margin: 10px 25px;
  width: 20%;
}
.block-pickup-subcategory-list-items li a {
  position: relative;
  display: block;
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.block-pickup-subcategory-list-items li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(-45deg) translateY(-50%);
}
.page-category .block-top-pickup--link{
  margin-top: 40px;
}

/* ========================================
		202006 SATOPカテゴリ導線 
 ========================================*/
.block-satop-category-list{
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding-top: 40px;
}
.block-satop-category-list h2{
    font-size: 32px;
    margin: 0 0 52px;
    text-align: center;
    font-weight: 500;	
}

.block-satop-category-list .block-satop-category-list-tab-frame{
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 42px auto 0;	
}

.block-satop-category-list .block-satop-category-list-tab-frame li{
	width: 400px;
    flex-basis: 400px;
    margin-right: 6px;	
}

.block-satop-category-list .block-satop-category-list-tab-frame li > div{
	cursor: pointer;
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    text-decoration: none;
    color: #444;
    font-size: 16px;
    background: #ddd;
}

.block-satop-category-list .block-satop-category-list-tab-frame li div.active:after{
    position: absolute;
    content: "";
    bottom: -32px;
    left: 50%;
    margin-left: -13px;
    border-top: 16px solid #333;
    border-right: 11px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 11px solid transparent;	
}

.block-satop-category-list .block-satop-category-list-tab-frame li div.active{
    position: relative;
    color: #fff;
    background: #333;
}

.block-satop-category-list .block-satop-category-list-tab-content{
	width: 1300px;
	margin: 0 auto;
}

.block-satop-category-list .block-satop-category-list-tab-content > div{display: none;}
.block-satop-category-list .block-satop-category-list-inner{
	display: flex;
	justify-content: space-between;
	padding: 50px 0 75px 0;
}

.block-satop-category-list .block-satop-category-list-frame.frame-index1{width: 1065px;margin: 0 auto;}

.block-satop-category-list .block-satop-category-list-inner > div:nth-child(2),
.block-satop-category-list .block-satop-category-list-inner > div:nth-child(3){margin-left: 30px;}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item{width: auto;}
.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item .block-satop-category-list-item-box{
	display: flex;
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item .block-satop-category-list-item-box ul:nth-child(2){margin-left: 20px;}

.block-satop-category-list .block-satop-category-list-frame-txt h3{
    padding-left: 75px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item-box a{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 13px;
	padding: 12px 28px 12px 33px;
	border-top: dashed 1px #ccc;
	color: #707070;
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item-box a:before{
	position: absolute;
	content: "";
	top: 50%;
	margin: -4.5px 0 0 0;
	right: 10px;
	width: 7px;
	height: 9px;
	background: url("../../img/usr/top/sa/arrow.png") no-repeat;
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item-box a:after{
	position: absolute;
	content: "";
	top: 50%;
	margin: -4.5px 0 0 0;
	left: 12px;
	width: 9px;
	height: 9px;
	background: url("../../img/usr/top/sa/cate.png") no-repeat;
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-item-box a span{
	font-size: 11px;
    margin-left: 4px;	
}

.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-inner > div:nth-child(1) h3{background: url(/img/usr/pc/common/footer_icon_individual.png) left 30px center / 28px auto no-repeat;}
.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-inner > div:nth-child(2) h3{background: url(/img/usr/pc/common/footer_icon_wear.png) left 30px center / 29px auto no-repeat;}
.block-satop-category-list .block-satop-category-list-frame-txt .block-satop-category-list-inner > div:nth-child(3) h3{background: url(/img/usr/pc/common/footer_icon_outdoor.png) left 30px center / 31px auto no-repeat;}

/* logo */
.block-satop-category-list .block-satop-category-list-frame-logo h3{
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
	text-align: center;
}

.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item ul li{
	width: 49%;
	margin: 0 1% 5% 0;	
}

.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item ul li figure{
    width: 60px;
    margin-right: 10px;	
}
.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item ul li > a{display: flex;}
.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item ul li > a .brand-name-frame{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 70px);
}

.block-satop-category-list .block-satop-category-list-frame-logo .block-satop-category-list-item{
	width: 460px;
}

.block-satop-category-list .other-brand-link a{
    display: block;
    width: 366px;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    border: 1px solid #CCC;
    text-align: center;	
}

.block-satop-category-list .other-brand-link a span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.block-satop-category-list .other-brand-link a span:before{
    position: absolute;
    top: 23.5px;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    box-sizing: border-box;
    transform: rotate(-45deg);
    content: "";
}

/* SAフッターリンク */
.pane-footer ul.block-footer-sa-middle--category-list li.list a {
    background: url(../../img/usr/pc/common/footer_icon_list.png) center left 40px / 30px auto no-repeat;
}

/* 共通フッター非表示 */
.block-top-footer-none{display: none;}

.block-global-search--keyword{max-width: 280px;}
.header-nav{
  max-width: 1200px;
  width: auto;
}

.header__logo__box{justify-content: center;}
.header__logo__txt_box h1{padding: 2px 0 0;}

.sec-mega-recommend .g-common-mega-recommend-list .slick-slide{
	background: #fff;
	border-radius: 8px;
}
