@charset "utf-8";

/*------------------------------------------------------------
中段以降にブラウザ縮小した際の記述がある
@media screen and (max-width: 959px) 
------------------------------------------------------------*/

/*********************************************/
/*top　ここから*/
/*********************************************/




/*new_staff*/

#new_staff {
  color: #3f3f3f;
  margin: 0 0 60px;
}

#new_staff>h2.lazyloaded {
  font-size: 26px;
  padding: 3px 0 10px 10px;
  border-bottom: 3px solid #dbdbdb;
  background-size: 40px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}

#new_staff>h2:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  border-bottom: 3px solid #ff0000;
  width: 230px;
  content: '';
}

#new_staff .new_staff_intro.lazyloaded  {
  background: url(https://ecotte.itembox.design/item/img/top/staff_intro_bg.png);
  width: 100%;
  height: 259px;
  margin: 15px 0 0;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro {
    padding: 30px 10px;
    ;
  }
}

#new_staff .new_staff_intro h3 {
  font-size: 16px;
  background: #44afec;
  width: 220px;
  height: 30px;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safariÅiPCÅjóp ---*/
  display: flex;
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safariÅiPCÅjóp ---*/
  justify-content: center;
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safariÅiPCÅjóp ---*/
  align-items: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

#new_staff .new_staff_intro ul {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  margin-top: -15px;
  position: relative;
  z-index: 0;
  padding: 15px 40px 0;
  height: 188px;
  box-sizing: border-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safariÅiPCÅjóp ---*/
  display: flex;
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: space-around;
  /*--- safariÅiPCÅjóp ---*/
  justify-content: space-around;
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safariÅiPCÅjóp ---*/
  align-items: center;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro ul {
    padding: 15px 10px 0;
    height: 120px;
  }
}

#new_staff .new_staff_intro li {
  margin-right: 50px;
  height: 160px;
  display: table;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro li {
    margin-right: 5px;
  }
  #new_staff .new_staff_intro li:last-of-type {
    margin-right: 0;
  }
}

#new_staff .new_staff_intro li div {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro li div {
    vertical-align: middle;
  }
}

#new_staff .new_staff_intro li img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro li img {
    width: 40px;
    height: auto;
  }
}

#new_staff .new_staff_intro li p {
  text-align: center;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 959px) {
  #new_staff .new_staff_intro li p {
    font-size: 10px;
    line-height: 1.2em;
    white-space: nowrap;
  }
}

#new_staff .new_staff_intro li:last-of-type {
  margin-right: 0;
}

#new_staff .new_staff_about, #new_staff .new_staff_product {
  background-color:#FEFEFE;
  border: 1px solid #ebebeb;
  padding: 45px 15px;
}

#new_staff .new_staff_about h2, #new_staff .new_staff_product h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid #dbdbdb;
  /*color: #3f3f3f;*/
  position: relative;
  width: auto;
}

#new_staff .new_staff_about h2:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 30px;
  width: 237px;
  height: 237px;
  z-index: 1;
  background: url(https://ecotte.itembox.design/item/img/top/about_photo01.png) no-repeat 0 0;
}

@media (max-width:959px) {
  #new_staff .new_staff_about h2:after {
    background-image: none;
    display: none;
  }
}

#new_staff .new_staff_product h2:after {
  content: '';
  position: absolute;
  top: -50px;
  right: 30px;
  width: 180px;
  height: 180px;
  z-index: 1;
  background: url(https://ecotte.itembox.design/item/img/top/about_photo02.png) no-repeat 0 0;
}

@media (max-width:959px) {
  #new_staff .new_staff_product h2:after {
    background-image: none;
    display: none;
  }
}

#new_staff .new_staff_about, #new_staff .new_staff_product {
  margin-top: 20px;
}

#new_staff .new_staff_about ul, #new_staff .new_staff_product ul {
  margin-top: 45px;
}

#new_staff .new_staff_about li, #new_staff .new_staff_product li {
  position: relative;
  overflow: hidden;
}

#new_staff .new_staff_about .staff_image, #new_staff .new_staff_product .staff_image, #new_staff .new_staff_about .staff_image img, #new_staff .new_staff_product .staff_image img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
}

#new_staff .new_staff_about .staff_comment, #new_staff .new_staff_product .staff_comment {
  width: 81%;
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  position: relative;
  margin-left: 160px;
}

#new_staff .new_staff_about .staff_comment:before, #new_staff .new_staff_product .staff_comment:before {
  position: absolute;
  content: '';
  width: 19px;
  height: 33px;
  top: 0;
  bottom: 0;
  left: -19px;
  margin: auto;
  background: url(https://ecotte.itembox.design/item/img/top/staff_about_arrow.png) no-repeat 0 0;
}

#new_staff .new_staff_about li:first-of-type, #new_staff .new_staff_product li:first-of-type {
  margin-bottom: 20px;
}

#new_staff .new_staff_about li h3, #new_staff .new_staff_product li h3 {
  font-size: 20px;
  color: #d8123c;
  margin-bottom: 0.8em;
}

#new_staff .new_staff_about li p, #new_staff .new_staff_product li p {
  line-height: 1.8;
}

#new_item {
  padding-top: 5px;
  padding-left: 10px;
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #e3e3e3;
  margin: -10px 0 20px;
  line-height: 25px;
}

#fs_Top h1 {
  /*display: none;*/
}

/* ★2021/04/08　追加内容→トップページカルーセル
----------------------------------------------- */

.fs-pt-carousel {
  /*margin-top: 5px;*/
}

.fs-c-slick .slick-slide {
  margin-right: 10px;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  top: 45%;
  border-radius: 50%;
}

.fs-c-slick .slick-dots {
  padding: 10px;
}

/*------------------------------------------------------------
2021/04/23　商品マーク（手
------------------------------------------------------------*/
.fs-c-productMark__mark {
  font-size: xx-small;
  margin-bottom: 2px;
}

/* ★2021/04/20　追加内容→トップページ会員価格
----------------------------------------------- */

.fs-c-productPrice--member .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  color: #d11d2a;
  font-weight: bold;
}

.fs-c-productPrice--member .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  color: #d11d2a;
  font-weight: bold;
}

/* ★2021/04/23　追加内容→トップページ売れ筋商品お気に入りボタン
----------------------------------------------- */

.fs-c-productListItem__control {
  display: none;
}

/* ★2021/03/10　追加内容→トップページ新着情報
----------------------------------------------- */

.new_item {
  padding-top: 5px;
  padding-left: 10px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #e3e3e3;
  margin: 0 0 20px;
  line-height: 25px;
}

/*********************************************/


/*top　ここまで*/


/*********************************************/

@media screen and (max-width: 959px) {
  /*ウィンドウ幅が最大959pxまでの場合に適用始まり*/
  /*********************************************/
  /*top　ここから*/
  /*********************************************/
  /*new_guide*/
  /*new_staff*/
  #new_staff .new_staff_about .staff_image, #new_staff .new_staff_product .staff_image, #new_staff .new_staff_about .staff_image img, #new_staff .new_staff_product .staff_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  #new_staff .new_staff_about .staff_comment, #new_staff .new_staff_product .staff_comment {
    width: 75%;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-left: 75px;
  }
  #new_staff .new_staff_product h2:after {
    background-size: 150px;
  }
  #new_staff .new_staff_about h2:after {
    background-size: 150px;
    right: -70px;
  }
  #new_staff .new_staff_about li p, #new_staff .new_staff_product li p {
    line-height: 1.5;
}
  /*********************************************/
  /*top　ここまで*/
  /*********************************************/
}


/*ウィンドウ幅が最大959pxまでの場合に適用終わり*/


/*------------------------------------------------------------
商品カテゴリーリンクボタン
------------------------------------------------------------*/

.catapi_brand {
  display: block;
  /* padding: 10px 0; */
  margin: -20px 0 0 0;
}

.catapi_brand .btn-wrap {
  padding: 10px;
  margin: 40px 0 20px;
  text-align: center;
}

.catapi_brand .btn-wrap .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffba00;
  border: 1px solid #e6a700;
  border-radius: 3px;
  transition: background 0.3s;
  font-size: 15px;
}

.catapi_brand .btn-wrap .btn:link,
.catapi_brand .btn-wrap .btn:visited {
    color: #fff;
    text-decoration: none;
}

/* ★2021/12/28　カルーセル画像サイズ変更
------------------------------------------------------------*/
@media (min-width: 1000px)
.tp-mv__slide .fs-pt-carousel__slide img {
    width: 600px;
    height: 600px;
}

/*------------------------------------------------------------
YYYY/MM/DD　詳細（名　※このコメント欄ひとつコピーしてから使う
------------------------------------------------------------*/