@charset "utf-8";

/*
 common
======================================================== */
body{
  color: #333;
}
.kanban__textContainer{
  position: relative;
  bottom: auto;
  color: #4c4c4c;
  font-size: 18px;
  text-align: center;
  padding: 32px 0 56px;
  line-height: 1.6;
}

/*
section
=======================================*/
.main_section{
  position: relative;
  padding-top: 76px;
  padding-bottom: 76px;
}
.main_ttl{
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 22px;
  font-size: 36px;
  font-weight: bold;
  color: #4c5249;
  text-align: center;
  line-height: 1.1;
}
.main_ttl::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  border-radius: 0;
  background-color: #c3b9b5;
}
.bg_f8f4f1 .main_ttl::after{
  background-color: #c3b9b5;
}
.bg_e8f9e5 .main_ttl::after{
  background-color: #6eb66f;
}

.sub_ttl{
  position: relative;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #4c5249;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section_inner + .section_inner{
  margin-top: 80px;
}

.bg_f8f4f1{background-color: #f8f4f1;}
.bg_e8f9e5{background-color: #e8f9e5;}

.default_btn>a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4px;
  width: 360px;
  height: 72px;
  border-radius: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #fff!important;
  background-color: #6eb66f;
  text-align: center;
  box-shadow: 0 4px 0 rgba(98,153,99,1); 
}
.default_btn>a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.default_btn>a:hover{
  opacity: .8;
  text-decoration: none!important;
}
.rl-itemCarousel + .default_btn{
  margin-top: 12px;
}

.category_list{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.category_list > li{
  width: calc((100% - 100px - 0.1px) / 6);
}
.category_list > li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.category_list > li a:hover{
  opacity: .8;
  text-decoration: none;
}
.category_list > li a ._img{
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.category_list > li a p{
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}


/*
anchor
=======================================*/
.anchor{
  margin: 0 auto 80px;
}
.anchor ul.anchor_col{
  width: 752px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.anchor ul.anchor_col li{
  width: calc((100% - 48px - 0.1px)/4);
}
.anchor ul.anchor_col li > a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  border-radius: 4px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #6eb66f;
  text-align: center;
  box-sizing: border-box;
}
.anchor ul.anchor_col li > a:hover{
  opacity: .8;
  text-decoration: none;
}
.anchor ul.anchor_col li > a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*
ecm-floating-navi-container
=======================================*/
.ecm-floating-navi-container[data-layout="default"]{
  background: #e1eddf;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi{
  width: 960px;
  height: 60px;
  margin: 0 auto;
  background: #e1eddf;
  border-bottom: none;
  border-left: 1px solid #bac2b2;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #bac2b2;
  display: block;
  z-index: 1;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item.ecm-floating-navi-item-anchor{
  width: 100%;
  color: #4c5249;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.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{
  margin: 0;
  border-bottom: none;
  background-color: #6eb66f;
  color: #ffffff;
  font-weight: bold;
}

/*
 brandlist
===================================== */
.brandLogo_list,
.brandTxt_list{
  display: flex;
  flex-wrap: wrap;
}
.brandLogo_list{
  grid-gap: 12px 16px;
}
.brandLogo_list > li{
  width: calc((100% - 48px - 0.1px)/4);
}
.brandLogo_list > li > a{
  display: block;
  border-radius: 4px;
  border: 1px solid #dcd0cb;
  box-sizing: border-box;
  overflow: hidden;
}
.brandLogo_list > li > a:hover{
  opacity: .8;
}
.brandTxt_list{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  border-top: 2px solid #dcd0cb;
}
.brandTxt_list > li{
  width: calc((100% - 0.1px)/4);
}
.brandTxt_list > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  color: #333;
  border: 2px solid #dcd0cb;
  border-top: none;
  border-left: none;
  box-sizing: border-box;
  line-height: 1.2;
}
.brandTxt_list > li > a:hover{
  opacity: .8;
  text-decoration: none!important;
  background-color: rgba(255,255,255,.2);
}
.brandTxt_list > li:nth-of-type(4n - 3) > a{
  border-left: 2px solid #dcd0cb;
}

/*
 ecm-alcor
===================================== */
.section_inner .md-d-grid{position: relative;}
.section_inner .md-d-grid .ecm-alcor:nth-child(n+21){
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow:hidden;
  z-index:-1;
}

/*
 selectSearch
===================================== */
.selectSearch01 .ecm-search-select-container{
  margin-bottom: 32px;
}
.selectSearch01 .ecm-search-select-container._03{
  margin-bottom: 35px;
}
.selectSearch01 .ecm-search-select,
.selectSearch01 .ecm-search-input-container{
  width: 100%;
  height: 56px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #c3ccc2;
  color: #444;
  font-size: 18px;
  padding: 0 13px!important;
  border-radius: 4px;
}
.selectSearch01 .ecm-search-select-container::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: #6eb66f transparent transparent transparent;
  padding: 0;
  pointer-events: none;
}
.selectSearch01 .ecm-search-input-container{
  box-sizing: border-box;
  border-radius: 4px;
  text-indent: 0;
}
.selectSearch01 .ecm-search-input-container input::placeholder{
  color: #c1c1c1;
}
.selectSearch01 .searchInner{
  width: 660px;
  margin: 0 auto;
  padding: 35px 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: 12px;
  color: #4a4847;
  text-align: center;
}
.selectSearch01 .formWrap input[type="checkbox"] {
  display: none;
}
.selectSearch01 .formWrap .ecm-search-select-container:hover {
  opacity: .8;
}
.selectSearch01 .formWrap .ecm-search-select-container select{
  text-decoration: none;
}
.selectSearch01 .inputWrap{
  display: flex;
  flex-wrap: wrap;
  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 16px 16px 0;
}
.selectSearch01 .formWrap .color_box:nth-of-type(9n) input[type="checkbox"] + label {
  margin-right: 0!important;
}
.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;
}
.searchMoney {
  margin-bottom: 12px!important;
  align-items: center;
}
.minPriceInput,
.maxPriceInput{
  width: 45% !important;
}
.searchMoney_tilde {
  display: inline-block;
  font-size: 20px;
  margin-right: 2.85%;
  margin-left: 2.85%;
  margin-bottom: 30px;
}

/* 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 #6eb66f;
  border-radius: 28px;
  margin: 40px auto 5px;
  display: block;
  text-align: center;
  color: #6eb66f;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  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: #6eb66f;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
.searchSubmit01 .rex-icon {
  content: "\e91c";
}
.searchSubmit01 .rex-icon:before {
  font-family: rex-icon-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;
}

/*
 切り替え [#backpack-bag]
======================================================== */
/* ------------------------------------------------------------

floating_notification-1.2.0.js [.RJSFloatingNotification]

------------------------------------------------------------ */
.RJSFloatingNotification[data-layout=default] {
  position: fixed;
  z-index: 100;
  bottom: 80px;
  right: 16px;
}
/* ------------------------------------------------------------

menu [.menu]

------------------------------------------------------------ */
.menu[data-layout=default]{
  height: 70px;
  /*overflow:hidden;*/
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.menu[data-layout=default] .menu__item {
  width: 390px;
  flex:0 0 auto;
  display: flex;
}
.menu .menu__item::marker{display: none;}
.menu[data-layout=default] .menu__button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 20px;
  color: #4c5249;
  font-weight: bold;
  overflow: hidden;
  outline:none;
  border: none;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background-color: #e5f3e3;
  box-sizing: border-box;
  cursor: pointer;
  /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25); */
}
.menu[data-layout=default] .menu__button.-active,
.menu[data-layout=default] .menu__button:hover{
  background: #6eb66f;
  border-color: #6eb66f;
  color: #fff;
  box-shadow: 0 -2px 4px rgba(0,0,0,.12);
  z-index: 1;
  height: 70px;
  text-decoration: none !important;
}
.menu[data-layout=floating] {
  list-style: none;
}
.menu[data-layout=floating] .menu__button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
  border-radius: 4px;
  border: none;
  outline: none;
  display: none;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 66px;
  padding: 0;
  background-color: #494949;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.menu[data-layout=floating] .menu__button{
  background: #6eb66f;
}
.menu[data-layout=floating] .menu__button:hover{
  opacity:.8;
  text-decoration: none;
}
.menu[data-layout=floating] .menu__button:not(.-active) {
  display: flex;
}
.cntOther ul > li > a:hover{
  opacity: .8;
}