@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow-x: hidden;
}
body{
  position: relative;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.ecm-reward-header{
  padding-bottom: 8px;
}
/*
kanban
======================================================= */
/* tab01 */
.tab01 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 614px;
  transform: translateX(-50%);
  margin-left: 50%;
  padding-top: 12px;
}
.tab01 ul>li {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab01 ul>li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.tab01 ul>li:nth-child(2) {
  position: relative;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-top: none;
  border-right: none;
}
.tab01 ul>li:nth-child(2).active {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: visible;
  border-right: none;
  border-left: none;
}
.tab01 ul>li:nth-child(3) {
  border-top-left-radius: 10px;
  border-top-right-radius: 0!important;
  overflow: hidden;
  border-top: solid 1px #8ea90d;
}
.tab01 ul>li:nth-child(3).active {
  overflow: visible;
}
.tab01 ul>li.border {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.tab01 ul>li.active {
  border-bottom: none!important;
  width: 106%;
}
.tab01 ul>li>* {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff !important;
  background-color: #bacf56;
}
.tab01 ul>li.active>* {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: solid 1px #8ea90d;
  border-right: solid 1px #8ea90d;
  color: #fff !important;
  background-color: #8ea90d;
  box-sizing: content-box;
}
.tab01 ul>li:nth-child(2).active>* {
  border-right:none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width:calc(100% - 0.313vw);
}
/*
coupon
======================================================= */
.coupon{
  /* background-color: #f2fcc3; */
  padding: 51px 0 51px;
}
/* coupon01 */
.coupon01{
  /* width: 550px; */
  width: 840px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* coupon01 */
.coupon01 .rc-noTransitionCoupon__title{
  color: #8ea90d;
}
.coupon01 .coupon_list_text{
  border-color: #8ea90d;
  background-color: #8ea90d;
  color: #fff;
  padding: 11px 0;
  font-size: 12px;
  border-top: 2px solid #bacf56;
}
.coupon01 .coupon_list_title{
  color: #fff;
  margin-bottom: 6px;
  font-size: 10px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
  font-size: 12px;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #8ea90d 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #8ea90d 11px);
}
.coupon01 .coupon_list_link {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 8px 0 0;
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #8ea90d 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #8ea90d 12px);
  height: 98%;
  width: 99.8%;
}
.coupon01 .coupon_list_discount{
  color: #ffe4a1;
  margin-bottom: 11px;
}
.coupon01 .coupon_list_note{
  margin-top: 10px;
  font-size: 12px;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.031vw;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 1.25vw;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 20px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 2.5vw)/2);
  margin-right: 2.5vw;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
}
.periodWrap01 .campaignLink span:hover{
  text-decoration: underline;
}
.periodWrap01 .couponNote_Info{
  font-size: 14px;
  padding-bottom: 20px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap01 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 450px;
  margin: 0 auto;
}
/*
explanation
======================================================= */
.explanation{
  position: relative;
  background-color: #f2fcc3;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 92px;
}
.explanation::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 360px;
  top: 0;
  background: url(https://r.r10s.jp/evt/event/fashion/collection/bag-wallet/_pc/img/20250228/bg_explanation_top.png) no-repeat;
  background-size:auto 100%;
  background-position: top center;
  z-index: -1;
}
.explanation::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 360px;
  bottom: 0;
  background: url(https://r.r10s.jp/evt/event/fashion/collection/bag-wallet/_pc/img/20250228/bg_explanation_bottom.png) no-repeat;
    background-position: bottom center;
  background-size: auto 100%;
  z-index: -1;
}
.explanatoryText_wallet_ttl{
  width: 551px;
  margin: 0 auto 29px;
}
.explanatoryText_note{
  font-size: 21px;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.explanatoryText_wallet_inner{
  width: 790px;
  margin: 0 auto 56px;
  padding: 40px 49px 44px;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(49, 45, 43, .15);
  box-sizing: border-box;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.explanatoryText_wallet_inner p + p{
  margin-top: 10px;
}
.explanatoryText_wallet ._bold{
  font-weight: bold;
  color: #5f7300;
}
/* calendar_area */
.calendar_area{
  width: 804px;
  margin: 0 auto;
}
/*
ancNavi
======================================================= */
/* .index01 */
.ancNavi{
  padding: 95px 0 99px;
}
.index01 .index_box{
  width: 713px;
  margin: 0 auto;
  gap: 16px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 80px;
  border-radius: 6px;
  padding: 0 0 4px;
  background: #8ea90d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: inherit;
  bottom: 11px;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}

/*
floating_area
======================================================= */
.floating_area{
  background-color: #f2fcc3;
}
.floating_area .ecm-floating-navi{
  height: 61px;
  background: #f2fcc3;
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item{
  width: 120px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8ea90d;
  font-size: 15px;
  color: #333333;
  width: calc(100% / 3);
}
.floating_area .ecm-floating-navi-item:hover{
  background-color: #8ea90d;
  color: #fff;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #8ea90d;
  border: none;
  color: #fff;
  font-weight: normal;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 55px;
  height: 2px;
  background-color: #edcb75;
}
/*
ttl
======================================================= */
.ancNavi .anc_ttl{
  margin: 0 0 25px;
  font-size: 32px;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
}
/* title01 */
.title01{
  margin-bottom: 56px;
}
.title01 .title_text{
  position: relative;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 18px;
}
.title01 .title_text::after {
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #b49241;
  border-radius: 2px;
}
/* title02 */
.title02{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 10px;
}
/*
btn
======================================================= */
/* button01 */
.button01{
  margin: 40px auto 0;
}
.button01 + .button01{
  margin: 16px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 17px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #8ea90d;
  text-align: center;
}
.button01 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
/*
main_section
======================================================= */
.main_section{
  padding-top: 96px;
  padding-bottom: 96px;
}
.main_section._bg_color01{
  background-color: #f2fcc3;
}
.main_section .ecm-ranking-alcor-updatedate{
  margin-right: 16px;
}
.main_section .ecm-alcor{
  background: transparent;
}

.ecm-ranking-alcor-view-more-text:hover{
  text-decoration: none;
}
/* .index02 */
.index02{
  margin: 0 0 75px;
}
.index02 .index_box{
  gap: 16px;
  justify-content: center;
}
.index02 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 56px;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #b49241;
  color: #b49241;
  font-size: 16px;
  line-height: 1.3;
  background-color: #fff8e7;
  text-align: center;
  box-sizing: border-box;
}
.index02 a.anchorNav__menuLink:hover{
  opacity: .8;
  text-decoration: none;
}
.index02 a.anchorNav__menuLink::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #b49241;
  border-top: 1px solid #b49241;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.contents__sub{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5em;
  margin-bottom: 28px;
}
.contents__sub::before,
.contents__sub::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 18px;
  height: 2px;
  background-color: #555444;
}
.contents__sub > span{
  display: inline-flex;
  vertical-align: middle;
  letter-spacing: normal;
  color: #555444;
  padding: 0 10px;
}
.contents__sub._custom{
  font-size: 24px;
}
.contents__sub._custom::before,
.contents__sub._custom::after{
content: none;
display: none;
}

.contents__h4{
    font-size: 20px;
    color:#a6822b;
    font-weight: bold;
    text-align: center;
    /* letter-spacing: -0.5em; */
    margin-bottom: 24px;
}

/*
sub_section
======================================================= */
.sub_section{
  padding-bottom: 76px;
}
.sub_section:last-of-type{
  padding-bottom: 0;
}
/* contents__category */
.contents__category{
  gap: 24px;
}
.contents__category__list{
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(230, 230, 230, 0.7);
  border-radius: 4px;
}
.contents__category__list__link{
  display: block;
  padding: 8px;
}
.contents__category__list__link:hover{
  opacity: .8;
  text-decoration: none;
}
.contents__category__list__link__text{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.7em;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  text-align: center;
}

/* ranking */
.ecm-view-more-button{
  position: relative;
  display: block;
  width: 310px;
  margin: 40px auto 0;
  padding: 17px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #8ea90d;
  text-align: center;
}
.ecm-view-more-button:hover{
  opacity: .8;
}
.ecm-view-more-button::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
}
.ranking_alt {
  padding: 32px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

/* keyword01 */
.keyword01{
  width: 635px;
  margin: 0 auto;
}
.keyword01 .keyword_list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.keyword01 .keyword_list > a{
  margin: 0;
  border: none;
  border-radius: 4px;
  background: #fff;
  letter-spacing: normal;
  padding: 16px 24px;
  box-shadow: 0 0 6px 1px rgba(202, 202, 202, 1);
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
recommend
======================================================= */
.recommend_box{
  gap: 32px 25px;
}
.recommend_list{
  padding: 30px 18px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.recommend_img{
  margin-bottom: 16px;
}
.recommend_img a{
  display: block;
}
/*
bag
======================================================= */
/*
wallet
======================================================= */
/*
select_search
======================================================= */
/* select_title */
.select_title ._text{
  position: relative;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.select_title ._text::after {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #b49241;
}
/* selectSearch01 */
.selectSearch01 .category_buttons{
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

.selectSearch01 .category_buttons label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #8ea90d;
  border-radius: 5px;
  font-size: 18px;
  line-height: 3;
  color: #8ea90d;
}
.selectSearch01 .category_buttons label:hover{
  cursor: pointer;
  opacity: .8;
}

.selectSearch01 .category_buttons input{
  display: none;
}

.selectSearch01 .category_buttons input:checked + label{
  background-color: #8ea90d;
  color:#ffffff;
  font-weight: bold;
}


.selectSearch01 .rc-searchForm__select,
.selectSearch01 .rc-searchForm__textInput{
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  text-indent: 0;
  padding: 0 12px;
  box-sizing: border-box;
  color: #4d4d4d;
}
.selectSearch01 .rc-searchForm__selectContainer{
  position: relative;
}
.selectSearch01 .rc-searchForm__selectContainer::before,
.selectSearch01 .searchMoney_select::before{
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #8ea90d transparent transparent transparent;
}

.selectSearch01 .rc-searchForm__select option:disabled{
display: none;
}

.selectSearch01 .rc-searchForm__textInput{
  box-sizing: border-box;
  border-radius: 0;
  text-indent: 0;
}
.searchMoney_select {
  width: 43% !important;
}
.selectSearch01 .searchMoney{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5vw;
}
.searchMoney_tilde{
  display: inline-block;
  font-size: 10px;
  margin-right: 4%;
  margin-left: 4%;
}
.selectSearch01 .sggstInputWrap input::placeholder{
  color: #7f7f7f;
}
.selectSearch01 .searchInner{
  width: 660px;
  margin: 0 auto;
  padding: 34px 85px 40px;
  background-color: #f2fcc3;
  border-radius: 8px;
  box-sizing: border-box;
}
.selectSearch01 .searchInner__ttl{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 11px;
  color: #4B4B4C;
}
.selectSearch01 .formWrap input[type="checkbox"] {
  display: none;
}
.selectSearch01 .inputWrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 10px;
}
.rc-searchForm__priceFilterContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rc-searchForm__priceFilterContainer > .maxPriceInput,
.rc-searchForm__priceFilterContainer > .minPriceInput{
  width: calc(50% - 35px);
  margin-bottom: 0!important;
}
.selectSearch01 .rc-searchForm__select,
.selectSearch01 .rc-searchForm__textInput{
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  text-indent: 0;
  padding: 0 12px;
  box-sizing: border-box;
  border: none;
  appearance: none;
}
.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 5px 9px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.selectSearch01 .formWrap .inputWrap._color_area input:checked + label {
  position: relative;
}
.selectSearch01 .formWrap .inputWrap._color_area input:checked + label::after{
  content: "";
  left: 29%;
  top: 33%;
  position: absolute;
  width: 15px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.selectSearch01 .formWrap ._white input:checked + label::after,
.selectSearch01 .formWrap ._transparent input:checked + label::after{
  border-right: 2px solid #999!important;
  border-top: 2px solid #999!important;
}

.submitBtn_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.searchSubmit01{
  position: relative;
  width: 56%;
  height: 56px;
  border-radius: 28px;
  padding: 0;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #8ea90d;
  border: none;
  font-size: 20px;
}
.resetButton01{
  position: relative;
  width: calc(44% - 12px);
  height: 56px;
  border: 1px solid #8ea90d;
  border-radius: 28px;
  padding: 0;
  display: block;
  text-align: center;
  color: #8ea90d;
  background-color: #fff;
  font-size: 20px;
}
.submitBtn_wrap button:hover{
  opacity: .8;
  cursor: pointer;
}
/* color_box */
.color_box label{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.color_box label:hover{
  cursor: pointer;
}
.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: 10px;
  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: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
/*
 lucky_color
================================================ */
.lucky_color{
  padding-bottom: 8px;
  display: block;
}
/* lucky_color_title */
.lucky_color_title .title_ic{
  width: 82px;
  height: 44px;
  margin: 0 auto 10px;
  background: url(https://r.r10s.jp/evt/event/fashion/collection/bag-wallet/_pc/img/20241202/ic_lucky_color.png);
  
}
.lucky_color_title .h2_ic_area img{
  width: 100%;
}
.lucky_color_title h2{
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 40px;
  color: #4d4d4d;
}
.lucky_color_box{
  /* margin: 0 16px; */
  width: 660px;
  margin: 0 auto;
}
.lucky_color_titleText{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #4d4d4d;
}
.lucky_color_titleText::after{
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background: url(https://r.r10s.jp/evt/event/fashion/collection/bag-wallet/_pc/img/20241202/lc_border.png) no-repeat left top;
  background-size: 100% auto;
  margin: 16px auto 0;
}
.lucky_color_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.lucky_color_list:last-of-type{
  margin-bottom: 92px;
}
.lucky_color_circle{
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.lucky_color_list_right{
  font-size: 16px;
}
.lucky_color_list_text{
  width: 505px;
  color: #4d4d4d;
}
.lucky_color_list .lucky_color_list_title{
  font-weight: bold;
  font-size: 20px;
}
.lucky_color_list._bule .lucky_color_circle{
  background-color: #0c4496;
}
.lucky_color_list._bule .lucky_color_list_title{
  color: #0c4496;
}
.lucky_color_list._white .lucky_color_circle{
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}
.lucky_color_list._white .lucky_color_list_title{
  color: #838383;
}
.lucky_color_list._red .lucky_color_circle{
  background-color: #c63724;
}
.lucky_color_list._red .lucky_color_list_title{
  color: #c63724;
}
.lucky_color_list._gold .lucky_color_circle{
  background-color: #987b37;
}
.lucky_color_list._gold .lucky_color_list_title{
  color: #987b37;
}
.lucky_color_list._green .lucky_color_circle{
  background-color: #195719;
}
.lucky_color_list._green .lucky_color_list_title{
  color: #195719;
}
.lucky_color_list._earth-color .lucky_color_circle{
  background-image:linear-gradient(135deg,#6d5212 36%,#ab955c 36%,#ab955c 64%,#7f842b 64%,#7f842b 100%) ;
}
.lucky_color_list._earth-color .lucky_color_list_title{
  color: #6d5212;
}
/*
shoplist
======================================================= */
.shoplist .rc-couponShopList__container{
  border:none!important;
  padding-bottom: 1px;
  /* background: inherit!important; */
}

#shoplist [data-module-name="ecm-coupon-shop-list"] .ecm-card{
  max-height: 500px;
  overflow-y: scroll;
}

/*
rule
======================================================= */
.rule{
  padding: 80px 0;
}
/*
fashionbnr
======================================================= */
#fashionbnr li a:hover{
  opacity: 0.8;
}
/*
sns
======================================================= */
#sns a:hover{
text-decoration: none;
}
/*
floatingNotification02
======================================================= */
.floatingNotification02{
  width: 61px;
  height: 61px;
  background-color: #8ea90d;
  border-radius: 100%;
  position: fixed;
  padding: 0;
  right: 45px;
  bottom: 83px;
  z-index: 119;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
.floatingNotification02 a{
  color: #fff;
  font-size: 28px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingNotification02 a:hover{
  text-decoration: none;
  opacity: .8;
}