@charset "utf-8";

/*- サジェスト設定 --------------------------------------------------------------------*/

/* サジェストテキスト設定 */
input.input-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
}


/* オーバーレイ設定 */
div.asoldiv {
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

/* サジェスト基本エリア設定 */
div.assgdiv {
  position: absolute;
  top: calc(100% - 1px);
  left: -1px !important;
  z-index: 1;
  display: none;
  border: 1px solid #A2A2A2;
  background-color: #fff;
  width: 100% !important;
}

/* サジェストリスト設定 */
ul.assgul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
li.assgli {
  display: block;
  /*padding: 8px 20px 8px 25px;*/
  border-bottom: 1px solid #A2A2A2;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;

}
li.assgli:hover {
    background-color: #A2A2A2;
    border-color: #A2A2A2;
    color: #fff;
}
li.assgli:last-child {
  border-bottom: none;
}

/* サジェスト分類タイトルエリア設定 */
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: 11px;
    color: #333;
    cursor: pointer;
}
span.delRecent::before {
    content: "[履歴削除]";
}

/* サジェスト項目エリア設定 */
div.assgdivdata {
}
div.assgdivdata:last-child {
  border-bottom: none;
}

/* サジェスト項目表示エリア設定 */
div.assgdivlabel {
  padding: 5px 20px 5px 25px;
}
/* サジェスト項目ハイライト時 */
div.assgdivlabel.assgselected {
  padding: 5px 20px 5px 25px;
  background-color: #A2A2A2;
  border-color: #A2A2A2;
  color: #fff;
/*
font-weight: bold;
*/
}

/* サジェスト項目商品プレビューボタン(左)エリア設定 */
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(/images/su_search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

/* サジェスト項目商品プレビューボタン表示 */
div.aspvbtn.asbtnup {
    background-image: url(/images/su_up.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
}
div.aspvbtn.asbtndown {
    background-image: url(/images/su_down.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
}
div.aspvbtn.asbtnright {
    background-image: url(/images/su_right.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
}
div.aspvbtn.asbtnleft {
    background-image: url(/images/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: #fff;
}
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: #fff;
    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 #333;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    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: #fff;
    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: #444;
    color: #fff;
    font-size: 14px;
    border: 0;
    padding: 3px 0;
    margin: 0;
}
span.aspvsptitle {
    border: 0;
    padding: 1px 6px;
}
span.aspvsptitle.item::after {
    content: "のピックアップアイテム";
}
span.aspvsptitle.recoitem::after {
    content: "関連するおススメ商品";
}
span.aspvsptitle.relkwd::after {
    content: "の関連ワード";
}

/* プレビューコンテンツ商品エリア */
div.aspvdivmainitem {
    overflow: hidden;
}
/* プレビュー項目商品リスト設定 */
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 {
    position: absolute;
    background-image: url(/images/su_skipleft.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3);
    margin: 0;
    margin-left: 1px;
    top: 45px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
    z-index: 1;
}
div.aspvbtnctrlright {
    position: absolute;
    background-image: url(/images/su_skipright.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3);
    margin: 0;
    margin-right: 1px;
    top: 45px;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
    z-index: 1;
}

/* プレビューコンテンツ商品表示エリア */
div.aspvitemdiv {
    vertical-align: baseline;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #fff;
    font-size: 13px;
    color: #333;
    padding: 3px;
    cursor: pointer;
    height: 100%;
}
/* 商品ハイライト表示 */
div.aspvitemdiv.asdivpvhl {
    background-color: #ccc;
    color: #333;
}

/* 商品画像 */
span.aspvitemspimg {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-image: url(/images/su_no_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px;
    width: 100%;
    min-height: 75px;
    min-width: 75px;
}
span.aspvitemspimg img {
    border: 0;
    max-height: 75px;
    max-width: 75px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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: 0;
    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: #fff;
    cursor: pointer;
    padding: 2px;
    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: "×";
}

/*---------------------------------------------------------------------*/
