@charset "utf-8";

body{color: #333;}
.sansjp2-w-light{
  font-family: 'RakutenSansJP2_W-Light'!important;
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.sansjp2-w-regular{
  font-family: 'RakutenSansJP2_W-Regular'!important;
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.sansjp2-w-medium{
  font-family: 'RakutenSansJP2_W-Medium'!important;
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.sansjp2-w-demibold{
  font-family: 'RakutenSansJP2_W-DemiBold'!important;
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.sansjp2-w-bold{
  font-family: 'RakutenSansJP2_W-Bold'!important;
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}

/*
 kanban
========================================== */
.kanban{
  position: relative;
  width: 100%;
}
.kanban__image{
  position: relative;
  z-index:-3;
}
.kanban__text{
  position: absolute;
  font-size: 23px;
  text-align: right;
  line-height: 1.545;
  letter-spacing: 0.14em;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  top: 216px;
  left: 50%;
  margin-left: -220px;
  z-index:1;
  color: #000;
}
.kanban__shoes{
  position: absolute;
  z-index:0;
  width: 960px;
  height: 100%;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
}
.kanban__shoes > li{
  position: absolute;
  opacity:0;
  top: 0;
  left: 0;
}
.kanban__shoes > li:nth-child(1){
  animation: kanban__shoes 6s 0s forwards infinite;
}
.kanban__shoes > li:nth-child(2){
  animation: kanban__shoes 6s 1.5s forwards infinite;
}
.kanban__shoes > li:nth-child(3){ 
  animation: kanban__shoes 6s 3s forwards infinite;
}
.kanban__shoes > li:nth-child(4){ 
  animation: kanban__shoes 6s 4.5s forwards infinite;
}
@keyframes kanban__shoes {
	0% {
    opacity:0;
	}
  9.25% {
    opacity:1;
	}
  18.585%  {
    opacity:1;
  }
  25.25%  {
    opacity:1;
	}
  34.5%  {
    opacity:0;
	}
  70.5%  {
    opacity:0;
	}
  99.9% {
    opacity:0;
	}
  100% {
    opacity:0;
	}
}

/*
 title-main
============================================= */
.title-main{
  margin-bottom: 48px;
  text-align: center;
}

/*
 title-sub
============================================= */
.title-sub{
  font-size: 27.68px;
  font-family: 'RakutenSansJP2_W-Bold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 36px;
  color: #000;
}
.trend .title-sub{
  margin-bottom: 40px;
}
.trend .title-sub > span,
.search .title-sub > span{
  display: inline-block;
}
.trend .title-sub > span::after,
.search .title-sub > span::after{
  content: '';
  display: block;
  height: 2px;
  margin: 8px auto 0;
  background-color: #000;
}

/*
 entry
============================================= */
.entry{
  padding-top: 45px;
  padding-bottom: 36px;
}
.entry .campaign_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  font-size: 20px;
  height: 72px;
  background: #bf0000;
  border: 1px solid #bf0000;
  border-radius: 40px;
  font-family: 'Hiragino Kaku Gothic ProN', Hiragino Kaku Gothic ProN, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 1.25px 6px rgba(0, 0, 0, 0.2);
}
.campaign_entry-text-icon{margin-right: 10px;}
.entry .campaign_entry:hover{
  opacity:.8;
  text-decoration: none!important;
}

.entry__period{
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  letter-spacing: 0.12em;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #1d1d1d;
}
.anchorList ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.anchorList ul li:first-child{
  border-right:1px solid #d2d2d2;
  padding-right: 98px;
  margin-right: 83px;
}
.anchorList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.entry__notice{
  margin-top:32px;
  padding-left: 145px;
  padding-right: 145px;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'RakutenSansJP2_W-Regular';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  color: #1c1c1c;
  /* text-align: center; */
}

/*
 rank
============================================= */
.rank{
  padding-top: 44px;
  padding-bottom: 64px;
}

/*
 howto
============================================= */
.howto{
  padding-top: 56px;
  padding-bottom: 10px;
  position: relative;
}
.howto::after{
  content: '';
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 65px;
  background-color: #f3f3f3;
  bottom: 0;
  left: 0;
}
.step__wrap{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.step__wrap .step{
  width: 294px;
  height: 400px;
  border-radius: 6px;
  border:solid 2px #1d1d1d;
  box-shadow: 3px 3px 0 #1d1d1d;
}
.step__wrap .step__text{
  padding-top: 24px;
}
.step__wrap .step__image{
  text-align: center;
}
.step._01 .step__image{
  padding-bottom: 58px;
}
.step._02 .step__image{
  padding-bottom: 80px;;
}
.step._03 .step__image{
  padding-bottom: 36px;
}
.step__title{
  width: 123px;
  font-size: 28px;
  text-align: center;
  font-family: 'RakutenSansJP2_W-Bold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  color: #333;
  margin-right: auto;
  margin-left: auto;
}
.step__title::after{
  content: '';
  width: 100%;
  display: block;
  height: 18px;
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20251111/step.png);
  background-size: 100% auto;
}
.step._01 .step__title{margin-bottom:70px;}
.step._02 .step__title{margin-bottom:84px;}
.step._03 .step__title{margin-bottom:40px;}
.step__description{
  font-size: 22px;
  line-height: 1.3;
  padding-left: 6px;
  letter-spacing: -0.02em;
  font-family: 'RakutenSansJP2_W-Medium';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-spacing-trim: space-all;
  color: #333;
}
.step__triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #333333;
  border-width: 19px 0px 19px 20px;
  margin: 0 8px 0 11px;
}

/*
 anchor
============================================= */
.anchor{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.anchor .d-grid{
  filter:drop-shadow(0 2px 9px rgba(0,0,0,.2));
}

/*
 ecm-floating-navi-container
========================================== */
.ecm-floating-navi-container[data-layout="default"]{
  top: unset!important;
  border-radius: 10px 10px 0 0;
  width: 960px;
  left: 50%;
  transform:translateX(-50%);
}
.men-contents[aria-hidden="true"] .ecm-floating-navi-container[data-layout="default"],
.women-contents[aria-hidden="true"] .ecm-floating-navi-container[data-layout="default"]{
  display: none;
}
.ecm-floating-navi-container[data-layout="default"][aria-hidden="false"]{
  bottom: 0!important;
  box-shadow: 0 -5px 10.5px 0px rgba(42,53,67,.1)!important;
  z-index:110!important;
}
.ecm-floating-navi-container[data-layout="default"][aria-hidden="false"][data-sticky="false"]{display: none;}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi{
  height: 60px;
  width: 100%;
  padding: 0 5px 0 7.5px;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  flex:0 1 auto;
  width: 100%;
  position: relative;
  height: 100%;
  font-size: 16px;
  color: #333 !important;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:not(:first-child)::before{
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #e5e5e5;
}
[data-floating-navi-spacer=" true"]{display: none!important;}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border:none!important;
}

/*
 article
========================================== */
.article{
  background-color: #f3f3f3;
}
.article.trend{
  padding: 60px 0 76px;
}
.article.brand{
  padding: 40px 0 80px;
}
.article.search{
  padding: 40px 0 72px;
}
.article.ranking{
  padding: 40px 0 74px;
}
.article.topics{
  padding: 40px 0 80px;
}

/*
 discraimer
========================================== */
.discraimer{
  min-width: 1024px;
  max-width: 1024px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 32px;
}
.discraimer > p{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  font-family: 'RakutenSansJP2_W-Regular';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  color: #1c1c1c;
}

/*
 adWrap
========================================== */
.adWrap{
  padding: 0 181px;
}
.topics .adWrap{
  /* padding: 0 200px; */
}
.adWrap .ecm-ad{
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 0 15px 3px rgba(0,0,0,.2);
  overflow:hidden;
}
.adWrap .ecm-ad[data-ad-id="100110"]{
  padding: 0;
}
.adWrap .ecm-ad[data-ad-id="100211"]{
  padding: 0;
}

/*
 trend__maker
========================================== */
.trend__maker{
  padding-top: 80px;
  padding-bottom: 96px;
  position: relative;
  z-index:1;
}
#adidas.trend__maker::before{
  content: '';
  display: block;
  position: absolute;
  width: 960px;
  height: 238px;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20251111/adidas_bg_top.png) no-repeat;
  z-index:-1;
}
#adidas.trend__maker::after{
  content: '';
  display: block;
  position: absolute;
  width: 960px;
  height: 144px;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20251111/adidas_bg_bottom.png) no-repeat;
  z-index:-1;
}
#nb.trend__maker::before{
  content: '';
  display: block;
  position: absolute;
  width: 960px;
  height: 207px;
  top: 36px;
  left: 50%;
  transform:translateX(-50%);
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20251111/newbalance_bg_top.png) no-repeat;
  z-index:-1;
}
#nb.trend__maker::after{
  content: '';
  display: block;
  position: absolute;
  width: 960px;
  height: 204px;
  bottom: 80px;
  left: 50%;
  transform:translateX(-50%);
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20251111/newbalance_bg_bottom.png) no-repeat;
  z-index:-1;
}
.trend__logo{
  text-align: center;
  margin-bottom: 40px;
}

/*
 ranking
========================================== */
.ranking-box{
  padding: 20px 32px;
  background-color: #fff;
  box-shadow: 0 0 15px 3px rgba(0,0,0,.2);
}
.ranking__discraimer{
  margin: 40px 0 0;
}
.ranking__discraimer > p{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'RakutenSansJP2_W-Regular';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
  color: #1c1c1c;
}

/*
 search
========================================== */
.ecm-search[data-layout="default"]{
  width: 780px;
  height: 54px;
  margin: 0 auto 56px;
  border: solid 2px #1d1d1d;
}
.ecm-search[data-layout="default"] .ecm-search-submit{
  width: 54px;
  padding: 0;
  background-color: #1d1d1d;
}
.ecm-search[data-layout="default"] .ecm-search-submit .ecm-icon-search{font-size: 24px;}

/* category */
.category .ecm-tab-grid{
  width: 472px;
  margin: 0 auto;
}
.category .ecm-tab-card{
  color: #000!important;
  border:solid 1px #000;
  border-radius: 0!important;
  background-color: #fff;
  width: 228px;
  height: 68px;
  margin-left: 16px;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}
.category .ecm-tab-card[aria-selected=true]{
  background-color: #000;
  color: #fff !important;
}
.category .ecm-tab-card[aria-selected=true]:after{
  width: 22px;
  height: 17px;
  bottom: -17px;
}
.category .ecm-tab-panel-card{
  padding: 0;
  border-radius:0;
  background-color: inherit!important;
}
.categoryLink{
  display: block;
  color: #000 !important;
}
.categoryLink:hover{
  opacity:.8;
  text-decoration: none!important;
}
.categoryImage{
  filter:drop-shadow(0 0 15px rgba(0,0,0,.2));
}
.categoryText{
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  font-style: normal;
  text-spacing-trim: space-all;
}



.con__title{
font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.428;
}

.ecm-ad2{
    /* background-color: #fff; */
  border-radius: 6px;
  /* padding: 12px; */
  box-shadow: 0 0 15px 3px rgba(0,0,0,.2);
  overflow:hidden;
}