@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
/*
kanban
======================================================= */
.textContainer{
  position: absolute;
  bottom: 22px;
  width: 960px;
  margin-left: 50%;
  text-align: center;
  font-size: 16px;
  transform: translateX(-50%);
}
.kanban__lead{
  color:#ffffff;
  font-weight: bold;
}
.kanban_lead{
  font-weight: bold;
  position: relative;
}
.kanban_lead::before{
  content: "";
  background-color: #fff29f;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.kanban_lead > div{
    position: relative;
}
.kanban_lead p{
    width:100%;
    position: absolute;
    top:175px;
    text-align: center;
    font-size:16px;
    color:#4c4c4c;
}

/* next_area */

.lead_arrow{
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.lead_arrow ._inner{
background-color:#ffd145;
}

.lead_arrow p{
  width:960px;
  padding:36px 0 0;
  margin:0 auto;
  color:#4d4d4d;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}
.lead_arrow::after{
  display: block;
  content:"";
  width:0%;
  max-width: 100%;
  box-sizing: border-box;
  border-style: solid;
  border-width:36px 50vw 0;
  border-color:#ffd145 transparent transparent transparent ;
}

.bgc_f2f2f2_box{
width:578px;
margin:0 auto 36px;
padding:32px 0 28px;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.next_ttl{
  text-align: center;
  font-size:30px;
  color:#1995c1;
  font-weight: bold;
  margin-bottom: 16px;
}

.next_date{
  text-align: center;
  font-size:18px;
  margin-bottom: 44px;
}

.next_img{
  text-align: center;
  margin:0 auto 24px;
}

.next_alt{
  font-size:12px;
  color:#4d4d4d;
  font-weight: bold;
  text-align: center;
}

/* button_area */

.button_area{
  padding: 0 0 96px;
}

.button_lead{
  text-align: center;
  font-weight: bold;
  font-size:20px;
  color:#4d4d4d;
  line-height: 1.41;
  margin-bottom: 0.4em;
}

.button_area * + .button_lead{
  margin-top: 32px;
}

.button._pink .button02{
display: flex;
align-items: center;
justify-content: center;
width: 480px;
height: 72px;
margin: 0 auto;
font-size: 20px;
background: #ff41bd;
border: 1px solid #ff41bd;
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;
box-shadow: 0px 1.25px 6px rgb(0 0 0 / 20%);
}
.button._pink .button02:hover{
  text-decoration: none;
  opacity: .8;
}

.mamawari_link01{
width: 480px;
margin: 12px auto 0;
text-align: right;
font-size: 14px;
}

.button._green .button02{
display: flex;
align-items: center;
justify-content: center;
width: 480px;
height: 72px;
margin: 0 auto;
font-size: 20px;
background: #00b900;
color: #fff;
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;
box-shadow: 0px 1.25px 6px rgb(0 0 0 / 20%);
}
.button._green .button02:hover{
  text-decoration: none;
  opacity: .8;
}


.content{}
.content ._inner{
  padding-top: 48px;
    padding-bottom: 80px;
}
.content._yellow:before{
    display: block;
    content: "";
    width:100%;
    padding-top: 55px;
    background-image:url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20240411/con_top_yellow.png) ,
    linear-gradient(180deg,#ffffff 0%,#ffffff calc(100% - 9px),#25a2cf calc(100% - 9px),#25a2cf calc(100% - 1px),#fff29f 100%);
    background-position: top center;
    background-size:960px auto, auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.content._yellow ._inner{
    background-color: #fff29f;
}
.content._white:before{
    display: block;
    content: "";
    width:100%;
    padding-top: 55px;
    background-image:url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20240411/con_top_white.png) ,
    linear-gradient(180deg,#fff29f 0%,#fff29f calc(100% - 9px),#25a2cf calc(100% - 9px),#25a2cf calc(100% - 1px),#ffffff 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:960px auto,auto 100%;
    position: relative;
    z-index: 2;
}
.content._white ._inner{
    background-color:#ffffff;
}

.content .headline__headline{
    color:#1995c1;
    font-size:36px;
    margin: 0 0 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.content .headline__h3{
    color:#4d4d4d;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}

.omatome_text{
    width:560px;
    margin:40px auto 0;
    color: #4c4c4c;
    font-size:16px;
    text-align: center;
}
/*
ranking
======================================================= */
/* rankingNote01 */
.rankingNote01{
  margin: 40px 0 0;
  padding: 22px 44px;
  /* background-color: #fff; */
  font-size: 14px;
  border-radius: 8px;
  line-height: 1.5;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
}
/*
anc02
======================================================= */
/* tab01 */
.tab01 .tab_menuList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 16px;
}
.tab01 .tab_menuItem{
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
}
.tab01 .tab_menuItem span{
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  background-color: #e15f25;
  padding: 14px 32px;
  border-radius: 24px;
}
.tab01 .tab_menuItem + * {
  border: none;
}
.tab01 .tab_menuItem[aria-selected=true]{
  border: 2px solid #e15f25;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 14px 44px;
  font-size: 22px;
}
.tab01 .tab_menuItem[aria-selected=true] span{
  color: #e15f25;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.tab01 .tab_menuItem[aria-selected=true]::before{
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  z-index: 2;
}
.tab01 .tab_menuItem[aria-selected=true]::after{
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-color: #e15f25 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}
.content .tab_box{
  padding:0;
  background-color: #fff29f;
  border-radius: 8px ;
}

.tab_spring{
  background: url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20250217/logo_spring.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 92px;
}
.tab_summer{
  background: url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20240411/logo_summer.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 92px;
}
.tab_fall{
  background: url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20240411/logo_fall.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 92px;
}
.tab_winter{
  background: url(https://r.r10s.jp/evt/event/fashion/kids/_pc/img/20250217/logo_winter.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 92px;
}

.content .tab_custom .headline__h3{
  margin-bottom: 28px;
  color:#4d4d4d;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.content .tab_custom .headline__h4{
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.content .tab_custom .tab_spring .headline__h4{
  color:#fa5b91;
}
.content .tab_custom .tab_summer .headline__h4{
  color:#21a1cb;
}
.content .tab_custom .tab_fall .headline__h4{
  color:#dc7700;
}
.content .tab_custom .tab_winter .headline__h4{
  color:#5b79b0;
}

.content .tab_custom .d-grid-col-4{}
.content .tab_custom .d-grid-col-4 li{
  background-color: #ffffff;
}
.content .tab_custom .d-grid-col-4 li a{
  padding:12px 12px 16px;
  flex: 0 0 auto;
    position: relative;
    display: block;
    text-align: center;
}
.content .tab_custom .d-grid-col-4 li a:hover{
  text-decoration: none;
  opacity: .8;
}
.content .tab_custom .d-grid-col-4 li a img{
  width: 100%;
}
.content .tab_custom .d-grid-col-4 li a p{
  margin-top: 0.8em;
  font-size:20px;
  color: #333333;
  text-align: center;
}

.ecm-tab-fashion-kids .tab_custom {
  border-radius: 0px;
  padding: 0px;
}
.ecm-tab-fashion-kids-inner {
  padding-top: 40px;
  padding-bottom: 60px;
}

.omatome_text{
  width:560px;
  margin:40px auto 0;
  color: #4c4c4c;
  font-size:16px;
  text-align: center;
}

.pickup_brand li{
  border:1px solid #cccccc;
  box-sizing: border-box;

}
.pickup_brand a:hover{
  opacity: .8;
}

.pickup_brand img {
  width: 100%;
  height: auto;
}
/*
 selectSearch
===================================== */
.selectSearch01 .rc-searchForm__selectContainer{
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.selectSearch01 .rc-searchForm__selectContainer._02{
  margin-bottom: 30px;
}
.selectSearch01 .rc-searchForm__selectContainer._03{
  margin-bottom: 35px;
}
.selectSearch01 .rc-searchForm__select,
.selectSearch01 .rc-searchForm__textInput{
  appearance: none;
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border: 1px solid #2f2a26;
  font-size: 18px;
  padding: 0 13px!important;
  border-radius: 4px;
  color: #333;
}
.selectSearch01 .rc-searchForm__selectContainer::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #e15f25 transparent transparent transparent;
  padding: 0;
  pointer-events: none;
}
.selectSearch01 .rc-searchForm__textInput{
  box-sizing: border-box;
  border-radius: 4px;
  text-indent: 0;
}
.selectSearch01 .sggstInputWrap input::placeholder{
  color: #c1c1c1;
}
.selectSearch01 .searchInner{
  width: 660px;
  margin: 0 auto;
  padding: 47px 84px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
  border-radius: 8px;
}
.selectSearch01 .searchInner__ttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #5c5c63;
  text-align: center;
}
.selectSearch01 .formWrap input[type="checkbox"] {
  display: none;
}
.selectSearch01 .formWrap .rc-searchForm__selectContainer:hover {
  opacity: .8;
}
.selectSearch01 .inputWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.selectSearch01 .inputWrap label:hover{
  opacity: .8;
  cursor: pointer;
}
.selectSearch01 .formWrap .inputWrap > li.checked_disNone {
  display: none;
}
.selectSearch01 .formWrap .inputWrap._color_area input[type="checkbox"] + label {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 8px 9px;
}
.selectSearch01 .formWrap input:checked + label {
  position: relative;
}
.selectSearch01 .formWrap input:checked + label::after{
  content: "";
  left: 28%;
  top: 30%;
  position: absolute;
  width: 15px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.selectSearch01 .formWrap ._white input:checked + label::after{
  border-right: 2px solid #999;
  border-top: 2px solid #999;
}
.minPriceInput,
.maxPriceInput{
  width: 45% !important;
}
.searchMoney_tilde {
  display: inline-block;
  font-size: 20px;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 15px;
}
/* button_list */
.button_list{
  margin: 0 auto;
}
.button_list ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button_list button:hover{
  opacity: .8;
  cursor: pointer;
}
/* form-reset-btn */
.form-reset-btn{
  position: relative;
  width: 198px;
  height: 56px;
  border: 1px solid #ffd145;
  border-radius: 28px;
  margin: 40px auto 5px;
  display: block;
  text-align: center;
  color: #e15f25;
  background-color: #ffd145;
  font-size: 20px;
  box-sizing: border-box;
}
/* searchSubmit01 */
.searchSubmit01{
  position: relative;
  width: 278px;
  height: 56px;
  border: none;
  border-radius: 28px;
  margin: 40px auto 5px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #e15f25;
  font-size: 20px;
  box-sizing: border-box;
}
.searchSubmit01 .rex-icon {
  content: "\e91c";
}
.searchSubmit01 .rex-icon:before {
  font-family: rex-irc-font!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
/* color_box */
.color_box label{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.color_box._black label{
  background-color: #333333;
}
.color_box._gray label{
  background-color: #999999;
}
.color_box._white label{
  background-color: #ffffff;
  border: 1px solid #999999;
}
.color_box._brown label{
  background-color: #955322;
}
.color_box._cream label{
  background-color: #d9c7a2;
}
.color_box._khaki label{
  background-color: #6b692c;
}
.color_box._lightpink label{
  background-color: #ffb1bf;
}
.color_box._pink label{
  background-color: #b33e5c;
}
.color_box._red label{
  background-color: #d62525;
}
.color_box._orange label{
  background-color: #f49000;
}
.color_box._yellow label{
  background-color: #e7dd40;
}
.color_box._green label{
  background-color: #009600;
}
.color_box._lightblue label{
  background-color: #04a3d7;
}
.color_box._blue label{
  background-color: #060f80;
}
.color_box._purple label{
  background-color: #6c1e98;
}
.color_box._gold label{
  background: linear-gradient(-45deg,#f0d23c,#f0d23c 50%,#ffe762 0,#ffe762);
}
.color_box._gold,
.color_box._silver,
.color_box._transparent,
.color_box._multicolor{
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 9px;
  font-weight: bold;
}
.color_box._silver label{
  background: linear-gradient(-45deg,#c9c9c9,#c9c9c9 50%,#dfdfdf 0,#dfdfdf);
}
.color_box._transparent label{
  background: linear-gradient(-45deg,#d0eeff,#d0eeff 50%,#e9f7ff 0,#e9f7ff);
}
.color_box._multicolor label .multicolor_circle{
  display: inline-block;
  box-sizing: border-box;
  border-color: #eff273 #fd7562 #54adff #4df388;
  border-style: solid;
  border-width: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* button01 */
.button01{
  margin: 32px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: block;
  width: 480px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 27px 0;
  background: #e15f25;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink:hover{
  opacity: .8;
  cursor: pointer;
  text-decoration: none;
}
.button01 a.buttonLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  font-size: 18px;
  color: #fff;
}

.main_ttl_other{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #45454d;
  line-height: 1.35;
  padding-bottom: 35px;
}
.campaign ul li a:hover{
  opacity: .8;
}

.button00:hover{
  opacity: .8;
}

/*
floating
======================================================= */
.ecm-floating-navi-container{
  background-color: #ffd145;
}
.ecm-floating-navi{
  height: 60px;
  width: 960px;
  margin: 0 auto;
}
.ecm-floating-navi-item{
  font-size: 14px;
  color: #4d4d4d !important;
  font-weight: bold;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.35;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  border-bottom: none;
  margin-top: 0;
  background-color: #25a2cf;
  color: #fff !important;
  font-weight: bold;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-left: 1px solid #e98f40;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor:first-of-type[data-in-viewport=true]{
  border-left: none;
}
.ecm-floating-navi-item + .ecm-floating-navi-item{
  border-left: 1px solid #e98f40;
  box-sizing: border-box;
}

.bgc-f7f7f7 {
    background-color: #f7f7f7;
}