@charset "UTF-8";
/*      
 * antares.suggest-SSS-sp.css  (SP) 
*/
/*
	File Name   : var.scss
	Description : 変数用
*/
/*------------------------------------------------------*/
/*- サジェスト設定 --------------------------------------------------------------------*/
/* サジェスト基本エリア設定 */
div.assgdiv {
  position: absolute;
  border: 1px solid #919191;
  border-radius: 5px;
  border-spacing: 0;
  box-sizing: border-box;
  background-color: #ffe4e1;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: left;
  min-width: 240px;
  min-height: 385px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}

/* サジェストリスト設定 */
ul.assgul {
  list-style-type: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #FFF;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
}

li.assgli {
  width: 100%;
  position: static;
  overflow: hidden;
  word-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}

/* サジェスト分類タイトルエリア設定 */
div.assgdivtitle {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  padding: 6px 2px 2px 4px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px dotted #919191;
}

/* サジェスト分類タイトル表示 */
span.assgsptitle.word::before {
  content: "検索候補";
}

span.assgsptitle.recent::before {
  content: "最近検索したワード";
}

span.assgsptitle.rank::before {
  content: "トレンドワード";
}

/* 最近検索したワードクリア */
span.delRecent {
  vertical-align: bottom;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
  cursor: pointer;
}

span.delRecent::before {
  content: " [履歴削除]";
}

/* サジェスト項目エリア設定 */
div.assgdivdata {
  font-size: 14px;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #919191;
  height: 100%;
}

/* サジェスト項目表示エリア設定 */
div.assgdivlabel {
  text-decoration: none;
  width: 100%;
  height: 40px;
  color: #666666;
  background-color: #fff;
  font-size: 14px;
}

/* サジェスト項目ハイライト時 */
div.assgdivlabel.assgselected > div.aspvbtn.aspvbtnposright {
  background-color: #ffe4e1;
}

div.assgdivlabel.assgselected > div.aspvbtn.aspvbtnposright:after {
  position: absolute;
  content: "";
  right: -2px;
  width: 2px;
  height: 30px;
  border: 0;
  background-color: #ffe4e1;
  z-index: 5002;
}

/* サジェスト項目ワードエリア設定 */
div.asword {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  line-height: 14px;
}

/* サジェスト項目一致文字ハイライト表示 */
div.asword > b {
  font-weight: bold;
}

/* サジェスト項目商品プレビューボタン(左)エリア設定 */
div.aspvbtn.aspvbtnposleft {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 30px;
}

/* サジェスト項目分類別アイコンエリア設定 */
div.asicon {
  display: none;
}

/* サジェスト項目分類別アイコン表示 */
.divasiconwordOpen {
  right: 185px;
}

/* サジェスト項目商品プレビューボタン(左)エリア設定 */
div.aspvbtn.aspvbtnposright {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 30px;
  border-right: 1px dotted #919191;
}

/* サジェスト項目商品プレビューボタン表示 */
div.aspvbtn.aspvbtnposright.asbtnright {
  background-image: url(sp_pv_hide.png);
  background-position: center;
  background-repeat: no-repeat;
}

div.aspvbtn.aspvbtnposright.asbtnleft {
  background-image: url(sp_pv_show.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* サジェスト項目付随絞り込み表示 */
span.asfword {
  display: block;
  font-size: 10px;
  color: #cd5c5c;
}

span.asfword.fall::before {
  content: "　を";
}

span.asfword.fall::after {
  content: "全アイテムから検索";
}

span.asfword.fcategory::before {
  content: "　を";
}

span.asfword.fcategory::after {
  content: "から検索";
}

span.asfword.fatt1_disp_val::before {
  content: "　を";
}

span.asfword.fatt1_disp_val::after {
  content: "(カラー)から検索";
}

span.asfword.fatt2_disp_val::before {
  content: "　を";
}

span.asfword.fatt2_disp_val::after {
  content: "(サイズ)から検索";
}

/* サジェスト項目商品プレビューボタン(右)エリア設定 */
div.aspvbtn.aspvbtnposright {
  display: none;
}

.divaspvbtnposrightBase {
  right: 60px;
}

.divaspvbtnposrightOpen {
  right: 160px;
}

/* サジェスト閉じるエリア(個別エリア時) */
div.assepfunction {
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-radius: 0 0 5px 0;
  background-color: #FFF;
  color: #696969;
  opacity: 0.6;
  text-align: center;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  cursor: pointer;
}

div.assepcloseall {
  font-size: 23px;
  font-weight: bold;
}

div.assepcloseall::after {
  content: "×";
}

/*---------------------------------------------------------------------*/
/*- プレビュー設定 --------------------------------------------------------------------*/
/* 商品プレビューエリアベース設定(個別エリア) */
div.aspvdiv {
  display: none !important;
}

.divaspvdivOpen {
  right: 0px;
}

div.aspvdivcontents {
  display: none;
}

/* プレビューコンテンツ商品エリア */
div.aspvdivmainitem {
  display: none;
}

/* プレビュー項目商品リスト設定 */
ul.aspvlistitem {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

li.aspvelemitem {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

li.aspvelemitem:nth-child(1) {
  border-radius: 5px;
}

/* 商品表示エリア */
div.aspvitemdiv {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: inherit;
  cursor: pointer;
  height: 50px;
  padding: 5px;
  background-color: #ffe4e1;
  color: #333;
  line-height: 14px;
  font-size: 13px;
}

/* 商品ハイライト表示 */
div.aspvitemdiv.asdivpvhl {
  background-color: #ffe4e1;
  color: #666666;
}

/* 商品画像 */
span.aspvitemspimg {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  background-image: url(su_no_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
  min-height: 50px;
  min-width: 50px;
  margin-right: 5px;
}

span.aspvitemspimg img {
  display: none;
}

/* 商品名 */
span.aspvitemsptitle {
  display: block;
  max-height: 30px;
  overflow: hidden;
}

span.aspvitemsptitle a {
  text-decoration: none;
}

/* 商品価格 */
span.aspvitemsppr {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}

span.aspvitemsppr::before {
  content: "￥";
}

span.aspvitemsppr::after {
  content: "～";
}

/* 商品データ無し */
div.aspvdivnodata {
  position: absolute;
  text-align: left;
  font-size: 13px;
  margin: 0;
  padding: 2px;
  height: 100%;
  width: 100%;
}

div.aspvdivnodata::before {
  position: absolute;
  top: 40%;
  height: 50px;
  width: 50px;
  text-align: center;
  white-space: pre;
  content: "NO \A ITEM";
}

/* 商品付帯情報表示エリア */
div.aspvitemdiv.asnaviinfo {
  color: #666666;
}

div.aspvitemdivnaviinfo {
  position: absolute;
  width: 155px;
  height: 60px;
}

/* 商品付帯情報(件数) */
span.aspvitemspcount {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin: 0;
  margin-top: 3px;
  width: 45px;
  height: 28px;
  top: 10px;
  left: 2px;
  color: #c0c0c0;
  background-color: #FFF;
  transform: scale(1.1, 2);
}

span.aspvitemspcount::before {
  content: "ALL\A";
  white-space: pre;
}

/* 商品付帯情報(一覧移動) */
span.aspvitemspchkall {
  position: absolute;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  margin-top: 14px;
  padding-left: 55px;
  height: 60px;
  width: 100px;
  left: 0;
}

span.aspvitemspchkall::after {
  content: "全アイテムを\A一覧で見る⇒";
  white-space: pre;
}

/*---------------------------------------------------------------------*/
/*jsで書き出される設定を上書き*/
#header__inner-sp__search-txt .assgdiv {
  top: 64px !important;
}

/*# sourceMappingURL=antares-suggest-sp-01.css.map */
