@charset "utf-8";
/*____________________________________________________________________________

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

/*----------------------------------------------------------------------------
 共通設定
----------------------------------------------------------------------------*/
*{
  box-sizing:border-box;
}
*:focus {
  outline: none;
}
#header_top{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
.wrapContent {
  display: flex;
  margin:0 auto;
  width:1024px;
  overflow:hidden;
  padding-top: 56px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* h2　テキストタイトル */
.wrapContent .centerContent_heading {
  font-size:24px;
  font-weight:normal;
}
.wrapContent a {
  text-decoration:none;
  color:#222;
}
.wrapContent a:hover {
  color: #1627C4;
}
.wrapContent .link_block a {
  font-size:12px;
  color: #1627C4;
  text-decoration: underline;
}
.wrapContent .link_block a:hover {
  text-decoration: none;
}
.clear:after, .clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.tit-l {
  padding: 24px 0 20px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 22px;
  color: #222;
  color: #222;
  font-weight: bold;
}

.tit-m {}

.tit-s {}

.sws-hr {
  height: 5px;
  outline: none;
  border: none;
  border-top: 15px solid #eee;
  margin: 0;
  padding: 0;
}

.btn_view a {
  display: inline-block;
  text-align: center;
  width: 150px;
  color: #1627C4;
  border-radius: 2px;
  border: 1px solid #1627C4;
  font-size: 14px;
}
.color-red {
  color: red !important;
}

.color-blue {
  color: blue !important;
}

.color-pink {
  color: pink !important;
}

.color-yellow {
  color: yellow !important;
}

/*----------------------------------------------------------------------------
 leftNav
----------------------------------------------------------------------------*/
.leftNav {
  box-sizing:border-box;
  width:200px;
  float:none;
  margin-right:24px;
}
.leftNav_section{
  margin-bottom:30px;
}
.leftNav_section .leftNav_heading{
  margin-bottom: 8px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
}
/* お気に入り、 アイテム */
.leftNav_list{
  padding: 0px;
}
.leftNav_section.favorite li,
.leftNav_section.item li {
  line-height:1;
  font-size:13px;  
  padding:0
}
.leftNav_section.favorite li a,
.leftNav_section.item li a {
  display:block;
  padding:8px 0;
  margin:0;
  cursor:pointer;
}

/* カテゴリ */
.leftNav_section.category .leftNav_heading{
  border-bottom:0;
}
/*  hover */
.leftNav_section li a:hover{
  opacity:.6;
}

/* 見出し */
.leftNav_ttl-l {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
}

.leftNav_ttl-m {
  padding: 8px 0;
  font-size: 13px;
  font-weight: bold;
}
/*未ログイン*/
.leftNav_section.initUser {
  background: #f5f5f5;
  padding: 16px;
}

.initUser-login a {
  background: #1627C4;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
}

.initUser-login a:hover {
  background: #0D1670;
  color: #fff;
}

.initUser-newuser {
  text-align: center;
  margin: 10px 0 0 0;
}

.initUser-newuser a {
  padding: 4px 0;
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid;
}

/*お気に入り*/
.favorite-text {
  padding: 0 0 0 8px;
  width: calc(100% - 60px);
}

.favorite-title {
  font-size: 12px;
  line-height: 1.75;
}

.favorite-price {
  font-size: 12px;
  display: block;
  font-weight: bold;
  color: #222;
  padding: 4px 0;
}

.leftNav_section-favorite-more a {
  padding-top: 16px !important;
  margin-top: 8px !important;
  border-top: 1px solid #eee !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
}

.favorite .leftNav_ttl-l+a {
  padding: 2px 0 2px 8px;
  border: 1px solid #ddd;
  color: #666;
}

.favorite .leftNav_ttl-l+a:hover {
  border: 1px solid #1627C4;
  color: #1627C4;
}


.favorite .uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.favorite .uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  border-bottom: none;
}

.favorite .uk-subnav-pill>.uk-active>a {
  background-color: #1627C4;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.favorite .uk-subnav-pill>.uk-active>a:hover,
.favorite .uk-tab a:hover {
  color: #D4E0F7;
}

.uk-switcher-favoritenav {
  margin: 0;
}

.uk-switcher-favoritenav li {
  padding: 4px;
}

.uk-switcher-favoritenav.uk-tab::before {
  left: 0;
}

.uk-switcher-favoritenav.uk-tab>.uk-active>a {
  color: #333;
  border-color: #1627C4;
}
/*カテゴリ導線*/
.leftNav_section.category li {
  border: none;
}

.leftNav_section.category .leftNav_list {
  border: none;
}

.leftNav_section.category li a,
.leftNav_section.favorite li a,
.leftNav_section.item li a {
  padding: 8px 0px;
  display: block;
  font-size: 13px;
  color: #666;
}

.leftNav_section.category li a:hover,
.leftNav_section.favorite li a:hover,
.leftNav_section.item li a:hover {
  opacity: 1;
  color: #1627C4;
}

.leftNav_section .leftNav_heading {
  margin: 20px 0 0 0;
  padding: 8px 0;
  font-size: 13px;
  font-weight: bold;
}

.leftNav_ttl-l+.leftNav_heading {
  margin-top: 0;
}

.leftNav_section.favorite li a.lc-flexBox {
  display: flex;
}
.leftNav_section.favorite li a:hover img{
  opacity:.7;
}
.leftNav_section.favorite figure {
  width: 60px;
}

/*ランニングカテゴリ　商品がないカテゴリを非表示*/
.globalWrap.-running .leftNav_section.category ul.running_shoes .run_shoes_sandl,
.globalWrap.-running .leftNav_section.category ul.running_shoes .run_shoes_insole,
.globalWrap.-running .leftNav_section.category ul.running_shoes .run_shoes_lace,
.globalWrap.-running .leftNav_section.category ul.running_spike .run_spike_pin,
.globalWrap.-running .leftNav_section.category h2.running_walking,
.globalWrap.-running .leftNav_section.category h2.running_wea,
.globalWrap.-running .leftNav_section.category ul.running_wea,
.globalWrap.-running .leftNav_section.category h2.running_bag,
.globalWrap.-running .leftNav_section.category h2.run_cap,
.globalWrap.-running .leftNav_section.category h2.running_glove,
.globalWrap.-running .leftNav_section.category h2.running_acc,
.globalWrap.-running .leftNav_section.category ul.running_acc,
.globalWrap.-running .leftNav_section.category h2.running_care,
.globalWrap.-running .leftNav_section.category ul.running_care,
.globalWrap.-running .leftNav_section.category h2.running_supple,
.globalWrap.-running .leftNav_section.category ul.running_supple{
  display: none;
}

/*人気キーワード*/
/* .globalWrap.-running .leftNav_section.trend{
  display: none;
} */

/*----------------------------------------------------------------------------
 center-col
----------------------------------------------------------------------------*/
.centerContent {
  width:800px;
  float:none;
}

/*----------------------------------------------------------------------------
上書きしていく分
----------------------------------------------------------------------------*/
.btn_view{
  text-align: center;
  margin: 10px 0 32px 0;
  font-size: 13px;
  line-height:40px;
}
.btn_view a{
  display: inline-block;
  text-align:center;
  width: 150px;
  color: #1627C4;
  border-radius: 2px;
  border: 1px solid #1627C4;
}
.btn_view a:hover{
  opacity: 0.7;
  text-decoration: none;
}

.leftNav {
  margin-right: 24px;
}

/* 閲覧履歴 */
#item_history {
  width: 100%;
  margin: 0 0;
}
#item_history .centerContent_heading{
  text-align: center;
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}
#item_history ul{
  display:flex;
  flex-wrap:wrap;
}

#item_history li{
  display: inline-block;
  width: 80px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}
#item_history li a{
  display:block;
}
#item_history li img {
  max-width: initial;
  max-width: inherit;
  left: inherit;
  width: 100%;
  height: auto;
  position:relative;
}
/* hover */
#item_history li a:hover{
  opacity:.6;
}
#rec_info{
  font-size: 12px;
  display: block;
}



.leftNav_section.item ul.left_al_nav li.s_title {
  margin:8px 0;
  padding-left:0px;
  color:#666;
}
.leftNav_section.item ul.left_al_nav li a, .leftNav_section.item ul.left_al_nav li a:hover {
  padding-left:1em;
}

/*左カラムロールオーバー*/
.leftNav_section.item li {
  position:relative;
}

/*----------------------------------------------------------------------------
センターバナー
----------------------------------------------------------------------------*/

.wrapContent{
  padding-top: 42px;
}
#item_history {
  margin: 0 0 42px 0;
}
.sws-categoryNav {
  background: #fff;
  border-top: 1px solid #eee;
}
.globalWrap.-running .sws-categoryNav,
.globalWrap.-basketball .sws-categoryNav,
.globalWrap.-volleyball .sws-categoryNav{
  display: none;
}

.sws-categoryNav li {
  text-align: center;
  font-size: 13px;
  color: #888;
  font-weight: normal;
  padding: 0 16px;
  cursor: pointer;
}

.sws-categoryNav li:hover {
  color: #1627C4;
}

.sws-categoryNav .is-current {
  color: #1627C4;
}

.sws-categoryNav li span {
  padding: 10px 0 10px 0;
  display: inline-block;
}

.sws-categoryNav span {
  border-top: 2px solid #fff;
  transition: ease .3s all;
}

.sws-categoryNav .is-current span {
  border-top: 2px solid #1627C4;
  font-weight: bold;
}


.sws-topics_archive {
  text-align: right;
  padding: 15px 0;
}

.sws-topics_archive a {
  background: #ffffff;
  padding: 8px 10px;
  border: 1px solid #1827c4;
  color: #1827c4;
  font-size: 13px;
  border-radius: 2px;
}

.sws-topics_archive a:hover {
  opacity: .8;
}

.sws-main_banner .slick-slide:not(.slick-center) {
  position: relative;
}

.sws-main_banner .slick-slide:not(.slick-center):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.sws-main_warp {
  width: 100%;
}

.sws-slider .slick-list {
  padding: 10px 80px !important;
}

.sws-slider .slick-slide {
  margin: 0 10px;
}

.sws-main_banner {
  margin: 0 auto;
}

.sws-slider-thumb .slick-slide {
  margin: 10px;
  cursor: pointer;
}

.sws-slider-thumb .slick-slide a {
  background: #000;
  display: block;
}

.sws-slider-thumb .slick-slide img {
  opacity: .5 !important;
}

.sws-slider-thumb .slick-slide.slick-current img {
  opacity: 1 !important;
}

.sws-main_banner .slick-slide a:hover img {
  opacity:.7 !important;
}
.sws-main_slick {
  visibility: hidden;
  height: 0;
}
.sws-main_slick.sws-main_all{
  visibility: visible;
  height: auto;
}
.sws-slider img{
  min-height: 410px;
}
.sws-slider-thumb img{
  min-height: 140px;
}
.sws-slider .slick-slide, 
.sws-slider-thumb .slick-slide{
  background: none;
}

.slick-slide{
  position:relative
}
.sws_topics-caption{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  padding: 10px 0 2px 0;
  line-height: 1.5;
  background: none;
}
.sws_topics-date{
  display: none;
  color: #888;
  font-size: 11px;
}

#sws-all .sws_topics-date{
  display: block;
}

.sws_topics-caption strong{
  font-size:16px;
}

.sws-main_load {
  height: 550px;
  line-height: 550px;
}
/*----------------------------------------------------------------------------
トレンドワード
----------------------------------------------------------------------------*/

#trendword_list{
margin: 24px 0 0 0;
}
#trendword_list h2{
font-size: 18px;
border-bottom: none;
font-weight: normal;
}
#trendword_list h3{
font-weight: normal;
border-bottom: 1px solid #ededed;
padding-bottom: 10px;
margin-top: 35px;
color: #2b2b2b;
font-size: 15px;
margin: 10px 0 5px;
line-height: 100%;
clear: both;
}
#trendword_list h3 small{ 
color: #666;
font-size: 10px;
padding-left: 1em;
}
.list_trendword {
  margin: 0 0 25px 0;
  padding: 0px;
}
.list_trendword:after{
content: '';
display: block;
clear: both;
}
.list_trendword li{
display: inline-block;
float: left;
margin: 3px;
}
.list_trendword li a{
display: block;
border: 1px solid #ddd;
padding: 4px 6px;
border-radius: 2px;
background: #fff;
font-size: 12px !important;
color: #666 !important;
}
.list_trendword li a:hover{
background: #eee;
color: #333;
}
/*----------------------------------------------------------------------------
新着アイテム
----------------------------------------------------------------------------*/
.sws-newArrival_load{
  height: 400px;
  line-height: 400px;
}

/*----------------------------------------------------------------
  商品カタログの共通スタイル
  （商品画像、テキスト、順位、キャンペーンアイコン）
----------------------------------------------------------------*/
.catalog-list{
  font-size:0;
}
.catalog-item{
  display: inline-block;
  vertical-align:top;
  margin: 0 12px 0 0;
  position: relative;
  width: 121px;
  overflow:hidden;
}
.catalog-link{
  display: block;
}
.catalog-imgContainer{
  height:auto;
  background-color:#fff;
}
/*.catalog-imgContainer:before{
  content:"";
  display:block;
  width:100%;
  height:auto;
  position:absolute;
  z-index:1;
  background-color:#FFF;
  opacity:.03; 
}*/
.catalog-img{
  /*margin-left: -20%;*/
  max-width: initial;
  width: 100%;
  height: auto;
  /*position:relative;
  top:50%;
  /*transform:translateY(-50%);  */
}



.top-newitem,
.section-coordinate,
.top-column,
.top-recommend,
.top-feature,
.section-news{
  padding: 4em 0;
}
#top--ranking{
  padding: 2em 0 !important;
}
/*----------------------------------------------------------------------------
スタイリング
----------------------------------------------------------------------------*/


.section-coordinate ul{
  display:flex;
  margin:0 auto;
  width:94%;
  max-width: 1480px;
  gap: 20px;
}
.section-coordinate li{
  width:calc((100% - 20px) / 5);
  margin-bottom:20px;
  padding: 1.4em !important;
  background: #FFF;
  border-radius: 15px;
}
.section-coordinate li img{
  border-radius: 12px;
}
.section-coordinate .coordinate__catalog-thumb{
  margin-bottom:12px;
  aspect-ratio:5 / 7;
  object-fit: fill;
}
.section-coordinate .coordinate__catalog__textwrap{
  padding:0;
  text-align: center;
}
.section-coordinate .coordinate__catalog__title{
  font-size:15px;
  font-weight:800;
  line-height: 1.6;
  margin-bottom:.5em;
}
.section-coordinate .coordinate__catalog__subtitle{
  display:none;
}
.section-coordinate .coordinate__catalog__date{
  color:var(--text-pale);
}
.section-coordinate li:hover{
  opacity:.7;
}
.coordinate__catalog__title {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--filablue);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.coordinate__catalog__date {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 700;
  color: #E21837 !important;
}
/*.coordinate__catalog__date::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 10px;
  background: #E6E6E6;
  z-index: -1;
}
/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/










.lc-flexBox{
  justify-content: center !important;
}
.newArrival{
  width: 100%;
  height: auto;
}
.newitem_catalog-list{
  width: 94%;
  max-width: 1480px;
  height: auto;
  margin:0 auto 70px;
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
}
.newitem_catalog-list .new_catalog-item{
  width: calc(20% - 20px);
  height: auto;
  background: #FFF;  
  padding: 15px 15px 22px 15px;
  border-radius: 15px;
}

.catalog-item.-loading img{
  width:100%;
  height:auto;
  mix-blend-mode: multiply;
}
.catalog-imgContainer:hover{
  /*opacity:.7;*/
}
/*------　テキスト -------*/
.new_catalog-item .catalog-content{
  padding:5px 5px 20px 0;
  line-height:1.5;
}
.new_catalog-item .catalog-brandName{
  font-size: 14px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color:#444;
  letter-spacing:.04em;
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
}
.new_catalog-item　.catalog-commodityName{
  font-size: 14px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #999;
  letter-spacing:.03em;
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
}
.new_catalog-item .catalog-price{
  font-size: 14px;
  font-weight: bold;
  color:#000;
  line-height: 2em;
  letter-spacing:.04em;
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
}
.section-ranking .catalog-item:nth-child(-n + 4) .catalog-brandName{
  font-size: 13px;
}
.section-ranking .catalog-item:nth-child(-n + 4) .catalog-commodityName{
  font-size: 10px;
}
.section-ranking .catalog-item:nth-child(-n + 4) .catalog-price{
  font-size: 14px;
}
.catalog-price.-discount{
  color:#E21837 !important;
}
/*------　キャンペーンアイコン -------*/
.catalog-campaignGroup{
  font-size:10px;
  /*transform:translateY(-18px);*/
}
.catalog-campaignItem span{
  display: inline-block;
  margin-bottom:1px;
  padding: 0 .5em;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  letter-spacing:.02em;
}
.catalog-campaignItem:last-child{
  margin-bottom:-18px;
}
.catalog-link:hover .catalog-campaignItem{
  /*opacity:.7;*/
}
/* セール */
.catalog-campaignItem.-discount span{
  background-color: rgba(237, 20, 61, .8);
}
.catalog-campaignItem.-discount span:after{
  content:"OFF";
  margin-left:.1em; 
}
.catalog-campaignItem.-discount.-timesale span:before{
  content:"タイムセール";
  margin-right:.1em;
}
/* クーポン */
.catalog-campaignItem.-coupon span{
  color:#222;
  background-color: rgba(255, 218, 31, .8);  
}
.catalog-campaignItem.-coupon.-rate span:after{
  content:"%クーポン";
}
.catalog-campaignItem.-coupon.-price span:after{
  content:"円クーポン";
}

/* 商品画像の縦横比 */
.-squareCate .catalog-imgContainer,
.-squareCate .catalog-imgContainer:before{
  height:119px; 
}
.catalog-item.-square .catalog-img {
  margin-left: 0;
  width: 100%;
}
.-squareCate .catalog-item .catalog-img {
  margin-left: 0;
  width: 100%;
}

/*----------------------------------------------------------------
  ボタンのスタイル .ranking .catalog-item, .hotBrand-item, .trendWord-item　
----------------------------------------------------------------*/

.btn-more{
  width: 250px;
  height: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #002D62 !important;
  background: #FFF;
  border-radius: 40px;
  border: #002D62 solid 3px;
  line-height: 70px;
  margin: 50px auto;
  display: block;
}
.btn-more:hover{
  background: #E21837;
  color: #fff !important;
  transition: 0.5s;
  border: #FFF solid 3px;
}

/*----------------------------------------------------------------
  特集ページ
----------------------------------------------------------------*/


.block-banner--2column .block-banner__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}



/*----------------------------------------------------------------
  順位のスタイル .ranking .catalog-item, .hotBrand-item, .trendWord-item　
----------------------------------------------------------------*/
.hotBrand-item,
.trendWord-item {
  position: relative;
}
.hotBrand-item .badge,
.trendWord-item .badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

.trendWord-item .badge{
  top:0;
  left:0;
  z-index:4;
}
.hotBrand-item .badge {
  top: -1px;
  left: -1px;
  border: none;
  background: none !important;
}
.hotBrand-item .badge.-round,
.trendWord-item .badge.-round{
  width: 32px;
  height: 32px;
  border-top-left-radius: 8px;
  overflow:hidden;
}
.hotBrand-item .badge em,
.trendWord-item .badge em {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 16px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  top: -2px;
  left: 0;
  z-index: 2;
}
.hotBrand-item .badge:after,
.trendWord-item .badge:after {
  content: "";
  display: block;
  border-top: 16px solid rgba(0, 0, 0, 0.2);
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid rgba(0, 0, 0, 0.2);
}
.hotBrand-list .hotBrand-item:nth-child(1) .badge:after{
  border-top-color: #c2aa62 !important;
  border-left-color: #c2aa62 !important;
}
.hotBrand-list .hotBrand-item:nth-child(2) .badge:after {
  border-top-color: #b1b1b5 !important;
  border-left-color: #b1b1b5 !important;
}
.hotBrand-list .hotBrand-item:nth-child(3) .badge:after {
  border-top-color: #b9886d !important;
  border-left-color: #b9886d !important;
}
.trendWord-item .badge:after{
  border-top-color: #111 !important;
  border-left-color: #111 !important; 
}
/* キャンペーンアイコン */
.catalog-campaignGroup{
  font-size:10px;
  /*transform:translateY(-18px);*/
}
.catalog-campaignItem span{
  display: inline-block;
  margin-bottom:1px;
  padding: 0 .5em;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  letter-spacing:.02em;
}
.catalog-campaignItem:last-child{
  margin-bottom:-18px;
}
.catalog-link:hover .catalog-campaignItem{
  /*opacity:.7;*/
}
/* セール */
.catalog-campaignItem.-discount span{
  background-color: rgba(255, 94, 116, 0.8);
}
.catalog-campaignItem.-discount span:after{
  content:"OFF";
  margin-left:.1em; 
}
.catalog-campaignItem.-discount.-timesale span:before{
  content:"タイムセール";
  margin-right:.1em;
}
/* クーポン */
.catalog-campaignItem.-coupon span{
  color:#222;
  background-color: rgba(255, 218, 31, .8);
}
.catalog-campaignItem.-coupon.-rate span:after{
  content:"%クーポン";
}
.catalog-campaignItem.-coupon.-price span:after{
  content:"円クーポン";
}

.catalog-jr{font-size: 10px;
  letter-spacing: .03em;
  color: #fff;
  font-weight: bold;
  background: rgb(0 120 0 / 70%);
  padding: 2px 6px;
  display: inline-block;
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
}


 /* ブランド絞り込み（.ranking-filter） */
 .ranking-filter {
  display: flex;
  align-items: center;
  padding: 11px 10px;
  justify-content: center;
}

.ranking-filter .ranking-filterMyBrand span,
.ranking-filter .ranking-filterMuteBrand span {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.ranking-filter .ranking-filterMyBrand,
.ranking-filter .ranking-filterMuteBrand {
  transition-duration: 0.1s;
  margin-right: 12px;
}

.ranking-filter .ranking-filterMyBrand.-disabled,
.ranking-filter .ranking-filterMuteBrand.-disabled {
  opacity: 0.3;
}

.ranking-filter .ranking-filterMyBrand label,
.ranking-filter .ranking-filterMuteBrand label {
  margin: 0;
  padding-left: 21px;
}

.ranking-filter .locondo-checkbox input {
  display: none;
}

.ranking-filter .ranking-filterMyBrand.locondo-checkbox input[type="radio"]:checked+label:after,
.ranking-filter .ranking-filterMuteBrand.locondo-checkbox input[type="radio"]:checked+label:after {
  background-color: #333;
}

.ranking-filter .ranking-filterMyBrand.locondo-checkbox input[type="radio"]:checked+label span,
.ranking-filter .ranking-filterMuteBrand.locondo-checkbox input[type="radio"]:checked+label span {
  font-weight: 600;
}

.locondo-checkbox input[type="radio"]:checked+label:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* ボタン(.ranking-toMypage, .ranking-toLogin) */
.ranking-filter .ranking-toMypage {
  text-align: left;
}

.ranking-filter .ranking-toMypage a {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  padding: 0 0.6em;
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.ranking-filter .ranking-toLogin a {
  display: inline-block;
  text-decoration: none;
  color: #1627C4;
  border: 1px solid #1627C4;
  font-size: 13px;
  line-height: 26px;
  padding: 0 1.5em;
  border-radius: 2px;
  font-weight: normal;
}

/* ranking-filter ログイン・非ログインの表示制御 */
.ranking-filter.-login {
  justify-content: center;
}

.ranking-filter.-login .ranking-toLogin {
  display: none;
}

.ranking-filter.-login .ranking-filterMyBrand,
.ranking-filter.-login .ranking-filterMuteBrand,
.ranking-filter.-login .ranking-toMypage {
  display: block !important;
}

.ranking .catalog-imgContainer {
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 15px !important;
}
.ranking .catalog-imgContainer:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #FFF !important;
  opacity: 0.02;
}
.ranking .catalog-content {
  padding: 8px 5px 20px 5px;
  line-height: 1.4;
  text-align: left !important;
}


/* ------------------------------
.section-ranking 
------------------------------ */
.section-ranking .catalog-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 0 0;
  position: relative;
  width: 118px;
  overflow: hidden;
}
.section-ranking .catalog-link {
  display: block;
}
.section-ranking .catalog-item:nth-child(-n + 4){
  width:186px;
}
.section-ranking .catalog-item:nth-child(4){
  margin-right:0;
}
.section-ranking .catalog-item:nth-child(6n + 10){
 margin-right:0;
}
.section-ranking .catalog-item:nth-child(-n + 4) .catalog-imgContainer,
.section-ranking .catalog-item:nth-child(-n + 4) .catalog-imgContainer:before{
  height:187px; 
}

/* ログイン */
.section-myBrand.myBrandNotLogin .myBrand-btnLogin{
  display:block;
  margin:0 auto 20px;
  width: 50%;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  line-height: 50px;
  border: none;
  display: block;
  text-align: center;
  position: relative;
  background-color:#1627C4;
}
.section-myBrand.myBrandNotLogin .myBrand-btnLogin a{
  display:block;
  color:#fff !important;
  text-decoration: none;
}
.section-myBrand.myBrandNotLogin .myBrand-btnLogin:hover{
  opacity:.7;
}
.section-myBrand.myBrandNotLogin .myBrand-toCustomerRegister{
  display:block;
  text-align:center;
}
.section-myBrand.myBrandNotLogin .myBrand-toCustomerRegister a{
  color:#666 !important;
  padding-bottom:.3em;
  border-bottom:solid 1px #999;
}
.section-myBrand.myBrandNotLogin .myBrand-toCustomerRegister a:hover{
  color:#666 !important;
  opacity:.7;
}

/* マイページボタン */
.section-myBrand .ranking-btnToMypage{
  text-align:right;
  padding-right:10px;
}
.section-myBrand .ranking-btnToMypage a{
  color: #1627C4;
  font-size: 12px;
}
.section-myBrand .ranking-btnToMypage a:hover{
  opacity:.7;
}

/*----------------------------------------------------------------------------
常設コンテンツへの導線
----------------------------------------------------------------------------*/

.sws-specialcontents li {
  width: 50%;
}

.sws-specialcontents li a {}

.sws-specialcontents li a:hover img{
  opacity: .7;
}
.sws-specialcontents li.sws-specialcontents-l {
  width: 100%;
}
.sws-specialcontents li:nth-child(2n) {
  padding-left: 5px;
  padding-bottom: 10px;
}

.sws-specialcontents  li.sws-specialcontents-l:nth-child(2n) ,
.sws-specialcontents  li.sws-specialcontents-l:nth-child(2n-1){
  padding-left: 0px;
  padding-right: 0px;
}

.sws-specialcontents li:nth-child(2n-1) {
  padding-right: 5px;
  padding-bottom: 10px;
}

.sws-specialcontents li img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

.sws-specialcontents figcaption {
  display: block;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
.sws-specialcontents .overflow180{
  height: 180px;
  overflow: hidden;
  display: block;
  position: relative;
}
.sws-specialcontents .overflow180 img{
  position: absolute;
  top: 50%;     
  transform: translateY(-50%);
}

/* .sws-specialcontents .sws-specialcontents_sale-caption{
  background: #ffef0a;
  color: #222;
} */
/* 
.sws-specialcontents .sws-specialcontents_team-caption{
  background: #1627C4;
}
.sws-specialcontents .sws-specialcontents_marking-caption{
  background: #18c467;
} 
*/
/*----------------------------------------------------------------------------
サイト説明
----------------------------------------------------------------------------*/

#contents_description {
  margin: 60px 0 30px 0;
  padding: 20px;
  line-height: 1.5;
  font-size: 13px;
  color: #666;
  border: 1px solid #ddd;
}

#contents_description h2 {
  color: #222;
  font-size: 15px;
  margin: 0 0 8px 0;
}

/* 各ショップで色を変更する */
.globalWrap.-running .sws-categoryNav > li.is-current > span{
  /* メインカラー #FFE100  #0068B7  */
  color:#0068B7;
  border-color:#FFE100;
}
.globalWrap.-running .sws-topics_archive a,
.globalWrap.-running .swsTop .btn_view a {
  background-color: #FFE100;
  color:#0068B7;
  border-color:transparent;
}
.globalWrap.-basketball .sws-categoryNav > li.is-current > span,
.globalWrap.-volleyball .sws-categoryNav > li.is-current > span{
  /* メインカラー  #014DA1 #E50113  */
  color:#014DA1;
  border-color:#E50113;
}
.globalWrap.-basketball .sws-topics_archive a,
.globalWrap.-basketball .swsTop .btn_view a,
.globalWrap.-volleyball .sws-topics_archive a,
.globalWrap.-volleyball .swsTop .btn_view a {
  background-color: #014DA1;
  color:#fff;
  border-color:transparent;
}

/*----------------------------------------------------------------
  .section-hotBrand 人気ブランド
----------------------------------------------------------------*/
.hotBrand-list {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  padding: 0 0;
}
.hotBrand-item {
  width:calc(calc(100% - 48px)/5);
  margin-right: 12px;
  margin-bottom: 16px;
  padding: 16px 10px;
  border: 1px solid #eee;
}
.hotBrand-item:nth-child(5n){
  margin-right: 0;
}
.hotBrand-item .brandName {
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align:center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  color: #333;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  width: 100%;
}
.hotBrand-item .catalog-2pSet {
  display: flex;
  gap: 0 2px;
  width: 100%;
  margin-bottom: 16px;
  justify-content: center;
}
.hotBrand-item .catalog-2pSet a {
  text-decoration: none;
  display: block;
}
.hotBrand-item .catalog-2pSet .catalog-item {
  width: 50%;
  margin-right:0;
}
.hotBrand-item .catalog-2pSet .catalog-img {
  width: 100%;
  margin-left:0;
}
.hotBrand-item .catalog-2pSet .catalog-imgContainer {
  width: 100%;
  height:64px;
  display: block;
  margin-bottom: 6px;
}
.hotBrand-item .catalog-2pSet .catalog-commodityName {
  margin-bottom: 2px;
  /*   非表示にした */
  display: none;
}
.hotBrand-item .catalog-2pSet .catalog-price {
  display: block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.hotBrand-item .btn-toBrand a {
  display: block;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  border-radius: 4px;
  color: #666;
  background-color: #f2f2f2;
}
.hotBrand-list .catalog-imgContainer:before{
  height:64px;
}
/* 初期表示数 */
.hotBrand-item:nth-child(n + 11){
  display:none;
}
.section-hotBrand.-visibleAll .hotBrand-item:nth-child(n + 11){
  display:inline-block;
}
/*----------------------------------------------------------------
  ボタンの共通スタイル　btn-visibleAll, btn-viewAll
----------------------------------------------------------------*/
.myBrandNewArrival .btn-visibleAll,
.section-hotBrand .btn-visibleAll,
.section-ranking .btn-visibleAll,
.section-trendWord .btn-visibleAll,
.section-topics .btn-visibleAll {
  text-align: center;
  margin-bottom: 16px;
  cursor:pointer;
}
.myBrandNewArrival .btn-visibleAll span,
.section-hotBrand .btn-visibleAll span,
.section-ranking .btn-visibleAll span,
.section-trendWord .btn-visibleAll span,
.section-topics .btn-visibleAll span {
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 13px;
  color: #333;
  background-color:#eee;
  border-radius: 4px;
}
/* 開いたらボタンを非表示 */
.-visibleAll .btn-visibleAll {
  display: none;
}


/* グラデ */
.ranking-gradient-bg {
  position: relative;
  /* お好みで配色を編集（下の例は2枚目ベース） */
  --gradient-1: #fff7ea;   /* 薄いオレンジ */
  --gradient-2: #fff4e2;   /* さらに薄いオレンジ */
  --gradient-3: #f5ffdf;   /* 薄いライムイエロー */
  --gradient-4: #fdffe8;   /* ごく薄いライムイエロー */
  background: linear-gradient(
    120deg,
    var(--gradient-1) 0%,
    var(--gradient-2) 35%,
    var(--gradient-3) 70%,
    var(--gradient-4) 100%
  );
  overflow: hidden;
}
.ranking-gradient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* SVGノイズ（粗さはbaseFrequencyやopacityで調整可能） */
  background-size: 200px 200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><filter id="n"><feTurbulence baseFrequency="1.1" numOctaves="3" seed="7" type="fractalNoise"/></filter><rect width="200" height="200" filter="url(%23n)" opacity="0.65"/></svg>');
  opacity: 0.65;
  mix-blend-mode: multiply; /*"multiply", "overlay"などにしても雰囲気変化 */
}



 .site_fila{
  margin-top:0 !important;
}

.title-area,
.top-h2,
.ranking_contents,
.newArrival,
#cms-coordinate,
.top-recommend,
.recommend_catalog-list,
.btn-more{
  position: relative;
  z-index: 100;
}


/*----------------------------------------------------------------
ベストセラー
----------------------------------------------------------------*/
.ranking .catalog-list {
  max-width: 1480px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}

.ranking .catalog-item {
  width: calc((100% - 80px) / 5);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.ranking_contents {
  height: auto;
  z-index: 100;
  position: relative;
}
.ranking_contents h3{
padding: 8px 12px;
color: #666 !important;
font-weight: bold;
position: relative;
background: #fff;
margin: 16px 0;
width: 94%;
max-width: 1480px;
margin: 0 auto 30px;
border-radius: 10px;
}
.rank_title_gender{    
font-size: 10px;
margin: 0 1em 0 1em;
background: #fff;
padding: 0 4px;
}
.ranking_contents--nav{
font-size: 18px;
padding-bottom: 30px;
font-weight: 700;
letter-spacing: .05em;
}
.ranking_contents--nav li{
padding: 5px 15px;
cursor: pointer;
color: #BFBFBF;
transition: .3s ease;
}
.ranking_contents--nav li:hover{color: #7F7F7F;}
.ranking_contents--nav li.is--current,
.ranking_contents--nav li.is--current:hover{
color: #E21837;
font-weight: 700;
}
#top_rank .catalog-item:nth-child(n + 41) {
display: none;
}
#top_rank.-visibleAll .catalog-item:nth-child(n + 41) {
display: block;
}
.lc-btn.lc-btn--rankingmore{
width: 260px;
background: #121212;
color: #fff;
font-weight: 700;
font-size: 15px;
margin-top: 30px;
}
.lc-btn.lc-btn--rankingmore:hover{
color: #121212;
background: #fff;
border: 1px solid #121212;
}
#top_rank.-visibleAll .lc-btn.lc-btn--rankingmore {
display: none;
}


/*----------------------------------------------------------------
特集
----------------------------------------------------------------*/
.block-banner--2column {
  display: flex;
  overflow: hidden;
  max-width: 1480px;
  margin: 0 auto 70px;
}

.block-banner--2column .block-banner__item {
  flex: 1 0 50%;
  width: 50%;
  position: relative;
}

.block-banner__link {
  display: block;
  text-align: center;
}

.block-banner__image {
  display: block;
}

.block-banner__image img {
  width: 100%;
  height: auto;
}

.block-banner__text {
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
  background: rgba(4, 30, 66, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 15px;
}

.block-banner__item:hover .block-banner__text {
  opacity: 1;
}

.block-banner__title {
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
  font-size: 28px;
  font-weight: 700;
}

.block-banner__title + .block-banner__more {
  margin-top: 70px;
}

.block-banner__more {
  font-size: 16px;
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
  display: block;
  font-weight: bold !important;
}

/*----------------------------------------------------------------
コラム
----------------------------------------------------------------*/
.top-column .swiper {
  height: 670px;
}

#boem-top-column .slider-wrapper {
  width: 100%;
  /*max-width: 1480px;*/
  height: 800px;
  margin: 0 auto;
  padding: 32px 0;
  position: relative;
}

#boem-top-column .swiper-slide {
  width: 480px !important;
  max-width: 480px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* 1スライド・カード全体 */
#boem-top-column .custom-slide {
  border-radius: 24px;
  overflow: hidden;
  width: 480px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: auto;
}

/* 画像 */
#boem-top-column .slide-img-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#boem-top-column .slide-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#boem-top-column .slide-label{
  left: 0;
  position: absolute !important;
  bottom: 45px;
}

#boem-top-column .headline-with-line {
  position: absolute;
  display: inline-block;
  font-size: 32px;            /* お好みで調整 */
  font-weight: 700;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 0.7;
  bottom: 45px;
  padding-left: 14px;
}

#boem-top-column .headline-with-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 26px;             /* ラインの太さ */
  background: #e9354d;         /* ライン色（例：赤系） */
  border-radius: 0px 13px 13px 0;         /* 角丸感を強める */
  z-index: -1;
  width: 150px;
  padding-left: 12px;
}
.slide-img-container .headline-with-line {
  position: absolute;
  display: inline-block;
  font-size: 32px;            /* お好みで調整 */
  font-weight: 700;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
  line-height: 1.05;
  bottom: 45px;
  padding-left: 14px;
}
.slide-img-container #kind::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 26px;             /* ラインの太さ */
  background: #e9354d;         /* ライン色（例：赤系） */
  border-radius: 0px 13px 13px 0;         /* 角丸感を強める */
  z-index: -1;
  width: 150px;
  padding-left: 12px;
}

#boem-top-column .swiper-top-column{
  height: 720px;
}

/* 本文エリア */
#boem-top-column .slide-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 2em 0;
}

/* ラベル（カテゴリ） */
#boem-top-column .slide-label {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding:4px 28px 3px 18px;
  margin-bottom: 2px;
  width: fit-content;
  letter-spacing: .08em;
}

/* タイトル */
#boem-top-column .slide-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

/* 説明文 */
#boem-top-column .slide-desc {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #91a1ad !important;
  margin: 0 0 6px 0;
}

/* ボタン */
#boem-top-column .slide-btn {
  width: 186px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #002147;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  letter-spacing: 0.1em;
  transition: background .18s;
  line-height: 30px;
  background: #efefef;
  border-radius: 20px;
}
#boem-top-column .slide-btn:hover,
.slide-btn:focus {
  color: #E21837 !important;
}
.custom-pagination-line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 8px 0;
}
.custom-pagination-segment {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #d0d0d0;
  cursor: pointer;
  transition: background 0.3s;
}
.custom-pagination-segment.active {
  background: #e41d1b;
}



/*----------------------------------------------------------------
おすすめアイテム
----------------------------------------------------------------*/

.recommend_catalog-list {
  width: 94%;
  max-width: 1480px;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
}
.recommend_catalog-list li {
  width: calc((100% - 80px) / 5) !important;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 20px;
}

.recommend_catalog-list li .catalog-imgContainer{
  width:100%;
  height: auto;
  margin-bottom: 15px;
}
.recommend_catalog-list li .catalog-imgContainer .catalog-img{
  width:100% !important;
  height: auto;
  display: block;
  border-radius: 20px;
}
.recommend_catalog-item {
  width: calc(20% - 12px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: box-shadow .2s;
}
.recommend_catalog-item:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.recommend_catalog-item .catalog-content {
    padding:0;
    line-height: 1.5;
    padding: 1.2em;
}
.recommend_catalog-item .catalog-link {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.recommend_catalog-item .catalog-pricezdiscount{
  font-size: 16px;
  font-weight: bold;
}
.recommend_catalog-item .catalog-imgContainer {
  width: 100%;
  aspect-ratio: 1/1;
  background: #FFF;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
}
.recommend_catalog-item .catalog-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.recommend_catalog-item .catalog-content {
  padding: 12px;
  text-align: left;
}

/*共有*/
.catalog-commodityName{
  margin: 0;
  font-size: 14px !important;
  font-weight: bold;
  color: #333 !important;
  line-height: 2em !important;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  letter-spacing: 0.02em;
}
.catalog-price{
  margin: 0;
  font-size: 15px !important;
  font-weight: bold;
  color: #333 !important;
  line-height: 2em !important;
}
.ranking .catalog-price.-discount {
  font-size: 15px;
  font-weight: bold;
  color: #E21837 !important;
  line-height: 2em !important;
}


/*----------------------------------------------------------------
ニュース
----------------------------------------------------------------*/
ul.news{
  width: 94%;
  max-width: 1480px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

ul.news li{
  width: calc((100% - 60px) / 3);
  height: auto;
}

ul.news li a img{
  display: block;
  width: 100% !important;
  height: auto;
  display: block;
  border-radius: 20px;
  margin-bottom: 15px;
}
.news__catalog__textwrap{
  font-family: "Helvetica Neue", "Sen", 'Noto Sans JP', sans-serif !important;
  letter-spacing: 0.03em;
}
.news__catalog__title{
  font-size: 16px;
  font-weight: bold;
  color: #002D62;
  display: block;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news__catalog__subtitle{
  font-size: 14px;
  font-weight: bold;
  color: #787878;
  display: block;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.news__catalog__date{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #91a1ad !important;
  display: block;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.search-result .product-text, .catalog-content, .rankingPage .product-text {
  margin-top:0 !important;
}



/*----------------------------------------------------------------

----------------------------------------------------------------*/
/*----------------------------------------------------------------

----------------------------------------------------------------*/
/*----------------------------------------------------------------

----------------------------------------------------------------*/
/*----------------------------------------------------------------

----------------------------------------------------------------*/



.vertical-pagination.swiper-pagination {
  position: absolute !important;
  left: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10 !important;
}

.vertical-pagination .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer !important;
  background: #FFF;
  opacity: 1;
  margin: 0 !important;
  border-radius: 2px;
  transition: background 0.3s;
}
.vertical-pagination .swiper-pagination-bullet-active {
  background: #E21837 !important;
}


