@charset "UTF-8";
/*      
 * antares.suggest-SSS.css  (PC) 
*/
/*
	File Name   : var.scss
	Description : 変数用
*/
/*------------------------------------------------------*/
/*- サジェスト設定 --------------------------------------------------------------------*/
/* オーバーレイ設定 */
div.asoldiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

/* サジェスト基本エリア設定 */
div.assgdiv {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
  min-width: 300px;
}

/* サジェストリスト設定 */
ul.assgul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

li.assgli {
  width: 100%;
}

/* サジェスト分類タイトルエリア設定 */
div.assgdivtitle {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  padding-top: 8px;
}

/* サジェスト分類タイトル表示 */
span.assgsptitle.word::before {
  content: "おすすめワード";
}

span.assgsptitle.recent::before {
  content: "最近検索したワード";
}

span.assgsptitle.rank::before {
  content: "トレンドワード";
}

span.assgsptitle.category::before {
  content: "カテゴリー";
}

span.assgsptitle.att1_disp_val::before {
  content: "カラー";
}

span.assgsptitle.att2_disp_val::before {
  content: "サイズ";
}

span.assgsptitle.keymatch::before {
  content: "おすすめ情報";
}

span.assgsptitle.orgwd::before {
  content: "詳細検索";
}

/* 最近検索したワードクリア */
span.delRecent {
  float: right;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 10px;
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}

span.delRecent::before {
  content: "履歴削除";
}

/* サジェスト項目エリア設定 */
div.assgdivdata {
  padding: 0;
}

/* サジェスト項目表示エリア設定 */
div.assgdivlabel {
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: table;
  width: 100%;
}

/* サジェスト項目ハイライト時 */
div.assgdivlabel.assgselected {
  background-color: #8a8c97;
  color: #fff;
}

/* サジェスト項目商品プレビューボタン(左)エリア設定 */
div.aspvbtn.aspvbtnposleft {
  padding: 3px;
  vertical-align: middle;
  display: table-cell;
}

/* サジェスト項目分類別アイコンエリア設定 */
div.asicon {
  padding: 3px;
  vertical-align: middle;
  display: table-cell;
}

/* サジェスト項目ワードエリア設定 */
div.asword {
  padding: 3px;
  vertical-align: middle;
  display: table-cell;
}

/* サジェスト項目商品プレビューボタン(右)エリア設定 */
div.aspvbtn.aspvbtnposright {
  padding: 3px;
  vertical-align: middle;
  display: table-cell;
}

/* サジェスト項目分類別アイコン表示 */
div.asicon.word {
  background-image: url(su_search.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

/* サジェスト項目商品プレビューボタン表示 */
div.aspvbtn.asbtnup {
  background-image: url(su_up.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}

div.aspvbtn.asbtndown {
  background-image: url(su_down.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}

div.aspvbtn.asbtnright {
  background-image: url(su_right.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}

div.aspvbtn.asbtnleft {
  background-image: url(su_left.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
}

/* サジェスト項目ワード個別設定 */
div.asword.keymatch {
  text-decoration: underline;
}

div.asword.orgwd::before {
  content: "\"";
}

div.asword.orgwd::after {
  content: "\"で検索";
}

/* サジェスト項目ワードカテゴリ区切り文字 */
div.asword.category > span::after {
  content: " > ";
}

/* サジェスト項目一致文字ハイライト表示 */
div.asword > b {
  font-weight: bold;
}

/* サジェスト項目付随絞り込み表示 */
span.asfword {
  font-size: 10px;
  color: #0056af;
}

div.assgdivlabel.assgselected span.asfword {
  color: #ccc;
}

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.assepfunction {
  position: absolute;
  bottom: -34px;
  right: 0;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  background: #444;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  cursor: pointer;
}

div.assepcloseall {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

div.assepcloseall::before {
  content: "×";
}

/* サジェスト閉じるエリア(サジェストエリア内) */
div.asfunction {
  text-align: right;
  padding: 2px 5px 2px 5px;
}

div.ascloseall {
  font-size: 13px;
  color: #808080;
  cursor: pointer;
}

div.ascloseall::before {
  content: "×";
}

/*---------------------------------------------------------------------*/
/*- プレビュー設定 --------------------------------------------------------------------*/
/* 商品プレビューエリアベース設定(個別エリア時) */
div.aspvdiv {
  position: absolute;
  border: 1px solid #444;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 13px;
  font-size: 13px;
  color: #333;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 商品プレビューエリアベース設定(サジェストエリア内) */
div.assgpvdiv {
  position: relative;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 13px;
  font-size: 13px;
  color: #333;
  box-sizing: padding-box;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
}

/* 商品プレビューエリアベース設定(個別エリア)左吹き出し矢印 */
div.aspvdiv::before {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  border: 8px solid transparent;
  border-right: 8px solid #444;
  border-left: 0;
}

/* 商品プレビューエリアベース設定(個別エリア)右吹き出し矢印 */
div.aspvdiv::after {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  border: 8px solid transparent;
  border-right: 0;
  border-left: 8px solid #444;
}

/* プレビューコンテンツエリア */
div.aspvdivcontents {
  position: relative;
  top: 0;
  left: 0;
}

/* プレビューコンテンツタイトルエリア */
div.aspvdivtitle {
  background-color: #8a8c97;
  color: #FFFFFF;
  font-size: 14px;
}

/* プレビューコンテンツタイトル表示 */
span.aspvsptitle {
  border: 0;
}

span.aspvsptitle.item::after {
  content: "のピックアップアイテム";
}

span.aspvsptitle.recoitem::after {
  content: "関連するおススメ商品";
}

span.aspvsptitle.relkwd::after {
  content: "の関連ワード";
}

/* プレビューコンテンツエリア */
div.aspvdivtitle {
  border: 0;
  padding: 5px 0;
  margin: 0;
}

/* プレビューコンテンツ商品エリア */
div.aspvdivmainitem {
  overflow: hidden;
  width: 300px;
}

/* プレビュー項目商品リスト設定 */
ul.aspvlistitem {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

li.aspvelemitem {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

/* プレビューコンテンツ商品左右スキップ操作 */
div.aspvbtnctrlleft,
div.aspvbtnctrlright {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  top: 30%;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

div.aspvbtnctrlleft {
  margin-left: 1px;
  left: 0;
}

div.aspvbtnctrlright {
  margin-right: 1px;
  right: 0;
}

div.aspvbtnctrlleft::after,
div.aspvbtnctrlright::after {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  top: 45%;
}

div.aspvbtnctrlleft::after {
  border-left: 2px solid #fff;
  left: 4px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

div.aspvbtnctrlright::after {
  border-right: 2px solid #fff;
  right: 4px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

/* プレビューコンテンツ商品表示エリア */
div.aspvitemdiv {
  vertical-align: baseline;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #333;
  padding: 0 5px;
  cursor: pointer;
  height: 100%;
}

/* 商品ハイライト表示 */
div.aspvitemdiv.asdivpvhl {
  background-color: #f3f3f3;
  color: #333;
}

/* 商品画像 */
span.aspvitemspimg {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-image: url(../../../static/defaultShop/images/suggest/su_no_image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55px;
  width: 100%;
  min-height: 75px;
  min-width: 75px;
}

span.aspvitemspimg img {
  border: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

/* 商品名 */
span.aspvitemsptitle {
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* 商品価格 */
span.aspvitemsppr {
  display: inline-block;
  width: 100%;
  text-align: right;
}

span.aspvitemsppr::before {
  content: "価格:";
}

span.aspvitemsppr::after {
  content: "円";
}

/* 商品説明 */
span.aspvitemspsummary {
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* 商品その他情報 */
span.aspvitemspother {
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* 商品付帯情報表示エリア(商品リスト最後尾追加情報) */
div.aspvitemdiv.asnaviinfo {
  position: relative;
  cursor: auto;
}

div.aspvitemdivnaviinfo {
  position: absolute;
  bottom: 0;
}

/* 商品付帯情報(件数) */
span.aspvitemspcount {
  font-size: 12px;
  margin: 5px;
}

span.aspvitemspcount::before {
  content: "対象商品(";
}

span.aspvitemspcount::after {
  content: ") ";
}

/* 商品付帯情報(一覧移動) */
span.aspvitemspchkall {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin: 5px;
}

span.aspvitemspchkall::after {
  content: "一覧で見る";
}

/* プレビューコンテンツワードエリア */
div.aspvdivmainword {
  padding: 0;
  margin: 0;
}

/* プレビューコンテンツワードリスト設定 */
ul.aspvlistword {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.aspvelemword {
  padding: 2px;
  margin: 0;
  vertical-align: top;
}

/* プレビューコンテンツ関連ワードエリア */
li.aspvelemword.relkwd {
  display: inline-block;
  width: auto;
}

div.aspvwoddiv.relkwd {
  vertical-align: baseline;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 5px;
  margin: 2px;
}

/* 関連ワードハイライト表示 */
div.aspvwoddiv.relkwd.asdivpvhl {
  background-color: #ccc;
  color: #333;
}

/* 関連ワード */
span.aspvitemsptitle.relkwd {
  font-size: 12px;
  color: #333;
}

/* プレビューコンテンツフッター、 件数表示 */
div.aspvdivfooter {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 6px 8px;
  position: relative;
}

span.aspvspcount {
  font-size: 12px;
}

span.aspvspcount::before {
  content: "対象商品(";
}

span.aspvspcount::after {
  content: ") ";
}

/* プレビューコンテンツフッター、一覧へ遷移 */
span.aspvspchkall {
  display: block;
  float: right;
  text-align: right;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

span.aspvspchkall::after {
  content: "一覧で見る";
}

/* プレビューデータ無し */
div.aspvdivnodata {
  text-align: center;
  font-size: 14px;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.aspvdivnodata.item::before {
  content: "対象商品はありません";
}

div.aspvdivnodata.relkwd::before {
  content: "関連ワードはありません";
}

div.aspvdivnodata.recoitem::before {
  content: "対象商品はありません";
}

/* プレビュー閉じるエリア(個別エリア時) */
div.aspvsepfunction {
  position: absolute;
  bottom: -34px;
  right: 0;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  background: #444;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  cursor: pointer;
}

span.aspvsepcloseall {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

span.aspvsepcloseall::before {
  content: "×";
}

/* プレビュー閉じるエリア(プレビューエリア内) */
div.aspvfunction {
  text-align: right;
  padding: 2px 5px 2px 5px;
}

span.aspvcloseall {
  font-size: 13px;
  color: #808080;
  cursor: pointer;
}

span.aspvcloseall::before {
  content: "×";
}

/*---------------------------------------------------------------------*/
/*jsで書き出される設定を上書き*/
#header__inner-pc__search-txt .aspvdiv {
  width: 340px !important;
}
#header__inner-pc__search-txt .aspvdiv .aspvdivcontents .aspvdivmainitem ul.aspvlistitem {
  padding: 5px 0;
}
#header__inner-pc__search-txt .aspvdiv .aspvdivcontents .aspvdivmainitem ul.aspvlistitem li.aspvelemitem {
  width: 130px !important;
  padding: 0 5px;
}
#header__inner-pc__search-txt .aspvdiv .aspvdivcontents .aspvdivmainitem ul.aspvlistitem li.aspvelemitem .aspvitemsppr {
  color: #e21836;
  font-size: 11px;
  text-align: left;
}

#header__inner-pc__navi #header__inner-pc__search dl dd #header__inner-pc__search-txt .assgdiv {
  width: 415px !important;
  left: 715px !important;
}

.aspvitemdiv span {
  padding-bottom: 5px;
}

/*# sourceMappingURL=antares-suggest-pc-01.css.map */
