@charset "utf-8";

body{color: #333;}
.yu-gothic{font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;}

/*
 page-wrapper
========================================== */
.page-wrapper{
  position: relative;
}
.page-wrapper::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  top: 0;
  left: 0;
  z-index:-3;
}

/*
 key-visual
========================================== */
.key-visual{
  height: 0;
  overflow:hidden;
  z-index:-1;
}

/*
 ecm-tab-container
========================================== */
.ecm-tab-container[data-layout="default"]{
  position: absolute;
  top: 550px;
  left: 50%;
  width:960px;
  height: 64px;
  border:solid 4px #fff;
  background-color: #fff;
  border-radius: 32px;
  z-index:1;
  transform: translate(-50%, 0);
}
.ecm-tab-container[data-layout="hotbrand"]{
  width:880px;
  margin: 0 auto;
  height: 64px;
  border:solid 4px #fff;
  background-color: #fff;
  border-radius: 32px;
}
.genderNavi{
  display: flex;
  height: 64px;
  width:960px;
  border:solid 4px #fff;
  background-color: #fff;
  border-radius: 32px;
  transition: transform 0.5s;
  transform: translate(-50%, 0);
  box-shadow: 0 0px 15px 0px rgba(42,53,67,.1)!important;
}
.genderNavi.is-hide {
  transform: translate(-50%, -88px);
}
.men-contents[aria-hidden="true"] .genderNavi,
.women-contents[aria-hidden="true"] .genderNavi{display: none;}
.ecm-tab-container[data-layout="default"] .ecm-tab,
.genderNavi .ecm-tab{
  width:50%;
  font-weight: bold;
  font-size: 20px;
  border-radius: 28px;
  font-family: 'RakutenSansJP_W_Bold';
  color: #6a6a6a!important;
  text-align: center;
}
.ecm-tab-container[data-layout="hotbrand"] .ecm-tab{
  width:calc(100% / 3);
  font-weight: bold;
  font-size: 20px;
  border-radius: 28px;
  font-family: 'RakutenSansJP_W_Bold';
  color: #6a6a6a!important;
  text-align: center;
  padding: 0 12px;
}
.ecm-tab-container[data-layout="default"] .ecm-tab:hover,
.genderNavi .ecm-tab:hover{
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/gender_hover.png) no-repeat center bottom 6px;
}
.ecm-tab-container[data-layout="hotbrand"] .ecm-tab:hover{
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/brand_hover.png) no-repeat center bottom 6px;
}
.ecm-tab-container[data-layout="default"] .ecm-tab[aria-selected=true],
.men-contents[aria-hidden="false"] .men-tab,
.women-contents[aria-hidden="false"] .women-tab{
  border-radius: 28px;
  background-color: #000;
  color: #fff!important;
  font-weight: 700;
  border:none!important;
}
.ecm-tab-container[data-layout="hotbrand"] .ecm-tab[aria-selected=true]{
  border-radius: 28px;
  background-color: #000;
  color: #fff!important;
  font-weight: 700;
  border:none!important;
}
.ecm-tab-container[data-layout="default"] .ecm-tab[aria-selected=true]:hover,
.men-contents[aria-hidden="false"] .men-tab:hover,
.women-contents[aria-hidden="false"] .women-tab:hover,
.ecm-tab-container[data-layout="hotbrand"] .ecm-tab[aria-selected=true]:hover{
  background-image: none!important;
}
.page-wrapper[data-module-name=ecm-tab] [role=tabpanel],
.hotbrand[data-module-name=ecm-tab] .inner__ranking[role=tabpanel]{
  display: block!important;
  height: 0;
  overflow:hidden;
  opacity:0;
}
.page-wrapper[data-module-name=ecm-tab] [role=tabpanel][aria-hidden=false],
.hotbrand[data-module-name=ecm-tab] .inner__ranking[role=tabpanel][aria-hidden=false]{
  height: auto;
  overflow:visible;
  opacity:1;
}
.tab-space{
  height: 64px;
  margin-bottom: 56px;
}

/*
 kanban
========================================== */
.kanban{
  position: relative;
  width: 100%;
  height: 487px;
  margin-bottom: 63px;
  overflow:hidden;
}
.kanban::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 423px;
  top: 0;
  left: 0;
  z-index:-2;
}
.men-contents .kanban::before{
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/animation/men_kanban_img.png) no-repeat center top;
}
.women-contents .kanban::before{
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/animation/women_kanban_img.png) no-repeat center top;
}
.kanban__logo{
  position: absolute;
  width: 100%;
  height: 64px;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
  text-align: center;
  background-color: #000;
}
.kanban .ecm-container{
  position: relative;
}
.kanban__title{
  position: absolute;
  top: 0;
  left: 0;
  width: 431px;
  height: 167px;
  z-index:1;
}
.kanban__bg{
  position: relative;
  z-index:0;
  width: 960px;
  height: 423px;
  top: 0;
  left: 0;
  z-index:-1;
}
.kanban__bg > li{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform:translateY(16px);
  opacity:0;
}
.kanban__bg > li:nth-child(1){
  z-index:1;
  animation: kanban__bg 8s 1.8s forwards infinite;
}
.kanban__bg > li:nth-child(2){
  z-index:0;
  animation: kanban__bg 8s 5.8s forwards infinite;
}
/* .kanban__bg > li:nth-child(3){ 
  z-index:-1;
  animation: kanban__bg 12s 9.8s forwards infinite;
}*/
.kanban__shoes{
  position: absolute;
  z-index:0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kanban__shoes > li{
  position: absolute;
  opacity:0;
  transform:translate(-70px,-40px) rotate(-15deg);
  transform-origin: bottom right;
}
.men-contents .kanban__shoes > li:nth-child(1){
  animation: kanban__shoes 8s 1.8s forwards infinite;
  width:391px;
  height:282px;
  top: 92px;
  left: 286px;
}
.men-contents .kanban__shoes > li:nth-child(2){
  animation: kanban__shoes 8s 5.8s forwards infinite;
  width:388px;
  height:325px;
  top: 66px;
  left: 282px;
}
/* .men-contents .kanban__shoes > li:nth-child(3){ 
  animation: kanban__shoes 12s 9.8s forwards infinite;
  width:388px;
  height:325px;
  top: 66px;
  left: 282px;
}*/
.women-contents .kanban__shoes > li:nth-child(1){
  animation: kanban__shoes 8s 1.8s forwards infinite;
  width:388px;
  height:275px;
  top: 99px;
  left: 287px;
}
.women-contents .kanban__shoes > li:nth-child(2){
  animation: kanban__shoes 8s 5.8s forwards infinite;
  width:384px;
  height:328px;
  top: 52px;
  left: 282px;
}
/* .women-contents .kanban__shoes > li:nth-child(3){ 
  animation: kanban__shoes 12s 9.8s forwards infinite;
  width:384px;
  height:328px;
  top: 52px;
  left: 282px;
}*/
.kanban__text{
  position: absolute;
  right: 32px;
  bottom: 66px;
  width:232px;
  padding-bottom: 2px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.571;
  letter-spacing: 0.1em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
  background: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/animation/kanban_marker.png) no-repeat left bottom;
}
.kanban__mask{
  position: absolute;
  background-color: #f1f1f1;
}
.kanban__mask._01,
.kanban__mask._02{
  z-index:2;
}
.kanban__mask._03,
.kanban__mask._04,
.kanban__mask._05,
.kanban__mask._06{
  z-index:-2;
}
.kanban__mask._01{
  top: 0;
  left: 0;
  width: 431px;
  height: 167px;
  animation: kanban__mask01 0.8s 0.3s forwards cubic-bezier(0.9, 0, 0.1, 1);
}
.kanban__mask._02{
  width:232px;
  height: 98px;
  top: 265px;
  right: 32px;
  animation: kanban__mask02 0.8s 0.3s forwards cubic-bezier(0.9, 0, 0.1, 1);
}
.kanban__mask._03{
  width: 188px;
  height: 242px;
  top: 56px;
  left: -234px;
  animation: kanban__mask03 0.8s 0.8s forwards cubic-bezier(0.9, 0, 0.1, 1);
}
.kanban__mask._04{
  width: 364px;
  height: 162px;
  top: 239px;
  left: -100px;
  animation: kanban__mask04 0.8s 0.8s forwards cubic-bezier(0.9, 0, 0.1, 1);
}
.kanban__mask._05{
  width: 344px;
  height: 176px;
  top: 0;
  right: 85px;
  animation: kanban__mask05 0.8s 0.8s forwards cubic-bezier(0.9, 0, 0.1, 1);
}
.kanban__mask._06{
  width: 165px;
  height: 304px;
  top: 48px;
  right: -155px;
  animation: kanban__mask06 0.8s 0.8s forwards cubic-bezier(0.9, 0, 0.1, 1);
}

@keyframes kanban__mask01 {
	0% {
		height: 167px;
	}
  100% {
		height:0;
	}
}
@keyframes kanban__mask02 {
	0% {
		height: 98px;
	}
  100% {
		height:0;
	}
}
@keyframes kanban__mask03 {
	0% {
		height: 242px;
	}
  100% {
		height:0;
	}
}
@keyframes kanban__mask04 {
	0% {
		height: 162px;
	}
  100% {
		height:0;
	}
}
@keyframes kanban__mask05 {
	0% {
		height: 176px;
	}
  100% {
		height:0;
	}
}
@keyframes kanban__mask06 {
	0% {
		height: 304px;
	}
  100% {
		height:0;
	}
}

@keyframes kanban__bg {
        0% {
                transform:translateY(16px);
     opacity:0;
     z-index:1;
        }
   12.45% {
                transform:translateY(0);
     opacity:1;
     z-index:1;
        }
   43.755% {
     transform:translateY(0);
     opacity:1;
     z-index:0;
   }
   56.25% {
                transform:translateY(16px);
     opacity:0;
     z-index:0;
        }
   57% {
                transform:translateY(16px);
     opacity:0;
     z-index:-1;
        }
   99.9% {
                transform:translateY(16px);
     opacity:0;
     z-index:-1;
        }
   100% {
                transform:translateY(16px);
     opacity:0;
     z-index:1;
        }
}

@keyframes kanban__shoes {
        0% {
     opacity:0;
     transform:translate(-70px,-40px) rotate(-15deg);
        }
   6.255% {
     opacity:0;
     transform:translate(-70px,-40px) rotate(-15deg);
        }
   18.75% {
     opacity:1;
     transform:translate(0,0) rotate(0deg);
        }
   43.755% {
     opacity:1;
     transform:translate(0,0) rotate(0deg);
   }
   60.75% {
     opacity:0;
     transform:translate(60px,40px) rotate(15deg);
        }
   61.5% {
     opacity:0;
     transform:translate(60px,40px) rotate(15deg);
        }
   99.9% {
     opacity:0;
     transform:translate(60px,40px) rotate(15deg);
        }
   100% {
     opacity:0;
     transform:translate(-70px,-40px) rotate(-15deg);
        }
}


/*
 ecm-floating-navi-container
========================================== */
.ecm-floating-navi-container[data-layout="default"]{
  top: unset!important;
  border-radius: 10px 10px 0 0;
  width: 960px;
  left: 50%;
  margin-left: -480px;
}
.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 0px 15px 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%;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  flex:0 1 auto;
  width: 100%;
  border:none!important;
  position: relative;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:not(:first-child)::before{
  content: '';
  width: 2px;
  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],
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  border:none!important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 60px;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]:nth-child(1),
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-child(1):hover{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/nav01_active.png);
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]:nth-child(2),
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-child(2):hover{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/nav02_active.png);
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]:nth-child(3),
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-child(3):hover{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/nav03_active.png);
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]:nth-child(4),
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-child(4):hover{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/nav04_active.png);
}

/*
 article
========================================== */
.article{
  padding: 24px 0 116px;
}
.article._03{
  padding-bottom: 140px;
}
.article._04{
  padding-bottom: 108px;
}

/*
 title02
========================================== */
.title02{
  margin-bottom: 60px;
  text-align: center;
}
.title02 > img{display: block;}
.title02 > span{
  display: inline-block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
  letter-spacing: 0.08em;
  color: #000;
}

/*
 button
========================================== */
.button{
  width:460px;
  height:64px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
  color: #fff !important;
  filter:drop-shadow(0 0 30px rgba(29,60,102,.1));
}
.button:hover{
  opacity:.8;
  text-decoration: none!important;
}

/*
 trend__item
========================================== */
.trend__item{
  background-repeat: no-repeat;
}
.trend__item._adidas{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/adidas_bg.png);
  background-position: left 98px;
}
.trend__item._newbalance{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/newbalance_bg.png);
  background-position: left 93px;
}
.trend__item._mizuno{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/mizuno_bg.png);
  background-position: left 90px;
}
.trend__item._nike{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/nike_bg.png);
  background-position: left 94px;
}
.trend__item._puma{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/puma_bg.png);
  background-position: left 111px;
}
.trend__item._reebok{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/reebok_bg.png);
  background-position: left 116px;
}
.trend__item._underarmour{
  background-image: url(https://r.r10s.jp/evt/event/sports/running/_pc/img/20250612/underarmour_bg.png);
  background-position: left 72px;
}
.trend__logo{
  margin-right: auto;
  margin-left: auto;
}
.trend__item._adidas .trend__logo{
  width:121px;
  margin-bottom: 25px;
}
.trend__item._newbalance .trend__logo{
  width:133px;
  margin-bottom: 21px;
}
.trend__item._mizuno .trend__logo{
  width:126px;
  margin-bottom: 11px;
}
.trend__item._nike .trend__logo{
  width:154px;
  margin-bottom: 39px;
}
.trend__item._puma .trend__logo{
  width:92px;
  margin-bottom: 19px;
}
.trend__item._reebok .trend__logo{
  width:143px;
  margin-bottom: 39px;
}
.trend__item._underarmour .trend__logo{
  width:104px;
  margin-bottom:35px;
}
.trend__shoes{
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 44px;
}
.men-contents .trend__item._adidas .trend__shoes{width:357px;}
.men-contents .trend__item._newbalance .trend__shoes{width:371px;}
.men-contents .trend__item._mizuno .trend__shoes{width:354px;}
.men-contents .trend__item._nike .trend__shoes{width:391px;}
.men-contents .trend__item._puma .trend__shoes{width:356px;}
.men-contents .trend__item._reebok .trend__shoes{width:356px;}
.men-contents .trend__item._underarmour .trend__shoes{width:353px;}

.women-contents .trend__item._adidas .trend__shoes{width:354px;}
.women-contents .trend__item._newbalance .trend__shoes{width:362px;}
.women-contents .trend__item._mizuno .trend__shoes{width:354px;}
.women-contents .trend__item._nike .trend__shoes{width:391px;}
.women-contents .trend__item._puma .trend__shoes{width:356px;}
.women-contents .trend__item._reebok .trend__shoes{width:356px;}
.women-contents .trend__item._underarmour .trend__shoes{width:353px;}

.trend__image{
  opacity:0;
  transform:translateX(-32px);
}
.trend__image.is-animated{
  animation:trend__image 0.5s 0s forwards linear;
}

@keyframes trend__image {
  0% {
    opacity:0;
    transform:translateX(-32px);
  }
  100% {
    opacity:1;
    transform:translateX(0);
  }
}

.trend__itemName{
  font-size: 32px;
  font-weight: bold;
  font-family: 'RakutenSansJP_W_Bold';
  text-align: center;
  margin-bottom: 18px;
}
.trend__itemCatch{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.428;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 6px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.trend__itemDescription{
  width: 660px;
  margin: 0 auto 24px;
  font-size: 16px;
  text-align: center;
  line-height: 1.428;
  letter-spacing: 0.08em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.trend__link{
  display: inline-block;
  margin-bottom: 108px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5em;
  color: #333!important;
}
.trend__link:hover{opacity:.8;}
.trend__link > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.trend__link > span{
  letter-spacing: 0.08em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.trend__link > .ecm-icon-chevron-right{
  margin-left: 20px;
  font-size: 10px;
  font-weight: bold !important;
}

/*
 model
========================================== */
.model__wrapper .ecm-view-more-item[aria-hidden=true]{display: block!important;}
.model__wrapper .modal__link{
  display: block;
  color: #333!important;
}
.model__wrapper .modal__link:hover{
  text-decoration: none!important;
}
.model__image{
  position: relative;
  text-align: center;
}
.model__image::before{
  content: '';
  display: block;
  position: absolute;
  z-index:-1;
  width:144px;
  height:144px;
  top: 0;
  left: 50%;
  transform:translateX(-50%) scale(1.0);
  transition: transform 0.5s;
  background:url(https://r.r10s.jp/evt/event/sports/running/_cmn/img/20250612/model_circle.png) no-repeat;
  background-size: 144px 144px;
}
.model__wrapper .modal__link:hover .model__image::before{
  transform:translateX(-50%) scale(0.8);
  transition: transform 0.5s;
}
.model__image > img{
  transition: transform 0.5s;
  transform:rotate(0deg);
}
.model__wrapper .modal__link:hover .model__image > img{
  transform:rotate(20deg);
  transition: transform 0.5s;
}
.model__maker{
  margin-top:20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.model__name{
  font-size: 16px;
  line-height: 1.333;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.04em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}

/*
 select__text
========================================== */
.select__image{margin-bottom: 36px;}
.select__text{
  width:650px;
  margin: 0 auto 52px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.select__subtitle{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.select__budgetWrap{
  width: 552px;
  margin: 0 auto;
}
.select__budgetLink{
  display: block;
  color: #333 !important;
}
.select__budgetImage{text-align: center;}
.select__budgetImage > img{width: 140px;}
.select__budgetText{
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.25;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.select__budgetLink:hover{
  opacity:.8;
  text-decoration: none!important;
}
.article .road{margin-bottom: 84px;}

/*
 search
========================================== */
.formWrap {
  padding: 56px 0 64px;
  background-color: #f1f1f1;
}
.formWrap .ecm-search{
  padding: 0;
  display: block;
  height: auto;
  border: none!important;
  background: inherit!important;
  border-radius: 0;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.search_con + .search_con {
  margin-top: 60px;
}
.formWrap input[type="radio"],
.formWrap input[type="checkbox"] {
  display: none;
}
.formWrap .contents_subTitle {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.formWrap .input_con01{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap:12px;
}
.formWrap .input_con02{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap:12px;
}
.formWrap .inputWrap input[type="radio"] + label,
.formWrap .inputWrap input[type="checkbox"] + label {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  border-radius: 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
.formWrap .inputWrap input[type="radio"] + label:hover,
.formWrap .inputWrap input[type="checkbox"] + label:hover{cursor:pointer;}
.formWrap .inputWrap input:checked + label {
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: #333;
}
.sggstInputWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 572px!important;
  margin: 0 auto;
  font-size: 16px;
}
.sggstInputWrap > .maxPriceInput,
.sggstInputWrap > .minPriceInput{
  width: calc(50% - 17px);
  margin-bottom: 0!important;
  position: relative;
}
.input_con03 .ecm-search-select{
  width: 100%;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #333;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  text-indent: 0;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  appearance: none;
}
.input_con03 .ecm-search-select:hover{text-decoration: none!important;}
.input_con03 .ecm-search-select-container:before{
  z-index:1;
  font-size: 10px;
  font-weight: bold!important;
}
.text_con > div{
  width: 572px;
  margin: 0 auto 80px;
}
.text_con input{
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding: 0 30px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

/*
 category
========================================== */
.categoryWrap{
  width: 704px;
  margin: 0 auto;
}
.categoryLink{
  display: block;
  color: #333 !important;
}
.categoryText{
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
}
.categoryLink:hover{
  opacity:.8;
  text-decoration: none!important;
}

/*
 brand
========================================== */
.brandWrap{
  width: 704px;
  margin: 0 auto;
}
.brandLink{display: block;}
.brandLink:hover{
  opacity:.8;
  text-decoration: none!important;
}

/*
 shoplist
========================================== */
.shoplistLink{
  display: block;
  color: #333 !important;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-weight: bold;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴシック", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, sans-serif !important;
  text-decoration: underline;
}
.shoplistLink:hover{opacity:.8;}

/*
 Mac OS Safari
========================================== */
::-webkit-full-page-media, :future, :root .kanban__text{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .title02 > span{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .trend__itemName{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .trend__itemCatch{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .button{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .trend__link{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .model__maker{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .select__text > .font-weight-bold{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .select__subtitle{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .select__budgetText{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .formWrap .contents_subTitle{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .formWrap .inputWrap input[type="radio"] + label, .formWrap .inputWrap input[type="checkbox"] + label{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .input_con03 .ecm-search-select{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .text_con input{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .categoryText{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .shoplistLink{font-weight:500!important;}
::-webkit-full-page-media, :future, :root .ecm-floating-navi-item > span{font-weight:500!important;}