.zeta-suggest{
  border: 1px solid #ccc;
  position: absolute;
  z-index: 101;
}

.zeta-suggest:hover{
  display: block!important;
}

.zeta-suggest *{
  box-sizing: border-box;
}

/*-----------------------------------------------------------
 キーワード 設定
------------------------------------------------------------*/

.zeta-suggest-keyword{
  min-width: 400px;
  color: #333;
  background: #fff;
  text-align: left;
}

.zeta-suggest-keyword:not(:last-child){
  border-bottom: solid 1px #ccc;
}

.zeta-suggest-item{
  display: block;
  cursor: pointer;
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  padding: 10px;
  transition: all .3s;
}

a.zeta-suggest-item{
  color: #333;
  text-decoration: none;
}

.zeta-suggest-item:hover{
  background-color:#eeeeee;
}

/* .zeta-suggest-word .zeta-suggest-item::before{
  content:"キーワード";
  display: inline-block;
  min-width: 71px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  background:#333;
  color: #ffffff;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 3px;
} */
/* .zeta-suggest-genre .zeta-suggest-item::before{content:"ブランド";background:#333;}
.zeta-suggest-genre .zeta-suggest-item[class^="genre-2"]::before{content:"ブランド";background:#333;}
.zeta-suggest-genre .zeta-suggest-item[class^="genre-1"]::before{content:"カテゴリ";background:#333;} */
.zeta-suggest-genre-rootname,
.zeta-suggest-genre-label,
.zeta-suggest-content-rootname,
.zeta-suggest-content-label,
.zeta-suggest-word-rootname,
.zeta-suggest-word-label{
  display: block;
}
.zeta-suggest-genre-rootname,
.zeta-suggest-content-rootname,
.zeta-suggest-word-rootname{
  font-size: 10px;
  line-height: 1;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zeta-suggest-genre-label,
.zeta-suggest-content-label,
.zeta-suggest-word-label{
  word-wrap: normal; /* for IE */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zeta-suggest-history{
  position: relative;
  padding-right: 25px;
}
.zeta-suggest-history .clearHistory{
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://fs.scene7.com/is/image/flagshop/ic_close1_gry?fmt=png-alpha&scl=1&qlt=100,1) center center no-repeat;
  background-size: 100% auto;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}
.zeta-suggest-history .clearHistory:hover{
  opacity: .7;
}

.zeta-suggest-keyword-empty::before {
  content: "検索キーワードが見つかりませんでした。";
  display: block;
  font-size: 12px;
  line-height: 5;
  color: #999;
  text-align: center;
}

/*--------------------------------------
 PC 設定
---------------------------------------*/
#globalNav .zeta-suggest-item{
  color: #333!important;
  text-decoration: none!important;
  text-shadow: none!important;
  line-height: normal;
  text-align: left;
  height: auto;
}

#globalNav .zeta-suggest-keyword,
#globalNav .zeta-suggest-keyword > li {
  float: none!important;
}

#globalNav zeta-suggest-item{
  text-shadow: none;
}

[data-fixed="0"] .shop_hd_search_form .zeta-suggest{
  display: none;
}

/*--------------------------------------
 SP 設定
---------------------------------------*/
#dmy-modalsearch .zeta-suggest,
#dmy-modalsearch .zeta-suggest-keyword,
.mm-page .zeta-suggest,
.mm-page .zeta-suggest-keyword{
  width: 100%;
  min-width: auto;
}

/*-----------------------------------------------------------
 コンテンツ 設定
------------------------------------------------------------*/
.zeta-suggest-feature{
  margin-bottom: 10px;
}
.zeta-suggest-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zeta-suggest-page{
  margin: 5px 15px;
}
.zeta-suggest-page + .zeta-suggest-page {
  margin-top: 12px;
}
.zeta-suggest-box-img {
  width: 25%;
}
.zeta-suggest-box-img img {
  width: 100%;
  height: auto;
}
.zeta-suggest-box-inf {
  width: 70%;
  padding-top: 5px;
}
.zeta-suggest-box-inf_date {
  font-size: 10px;
  color: #999;
  margin-left: -.75em;
  -webkit-transform: scale(0.9) translate(-6px, 0);
  -ms-transform: scale(0.9) translate(-6px, 0);
  transform: scale(0.9) translate(-6px, 0);
}
.zeta-suggest-box-inf_text {
  font-size: 11px;
  line-height: 1.3;
  margin-top: .4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 42px;
}

.zeta-suggest-pr .zeta-suggest-box-img {
  width: 12%;
}
.zeta-suggest-pr .zeta-suggest-box-inf {
  width: 83%;
}
.zeta-suggest-pr .zeta-suggest-box-inf_text{
  -webkit-line-clamp: 1;
  max-height: 14px;
}
.zeta-suggest-box-inf-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
}
.zeta-suggest-box-inf-shop li {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 9px;
  color: #999;
  margin: .5em -1.75em 0 -.2em;
  transform-origin: center left;
  -webkit-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0);
}

.zeta-suggest-feature-empty::before {
  content: "特集が見つかりませんでした。";
  display: block;
  font-size: 12px;
  line-height: 5;
  color: #999;
  text-align: center;
}

/*-----------------------------------------------------------
 Swiper 設定
------------------------------------------------------------*/
.swiper-tab-content{
  width: 100%;
}
.swiper-tab-menu{
  padding: 10px 15px 12px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 3;
}
.swiper-tab-menu .swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #F15B6B;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  background: #F2F2F2;
  padding: 11px 4px 8px;
  box-sizing: border-box;
}
.swiper-tab-menu .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 5px 3px;
  background: url(/fs/assets/common/images/hpplus_ico_arrow_circle_pink.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.swiper-tab-menu .swiper-slide-thumb-active{
  color: #fff;
  background: #F15B6B;
}
.swiper-tab-menu .swiper-slide-thumb-active::before {
  background: url(/fs/assets/common/images/hpplus_ico_arrow_circle_white.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.swiper-tab-menu .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #F15B6B;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}
