﻿@charset "utf-8";/*モーダル設定*/.modaal_filter_area {background: rgba(0, 0, 0, .2);/* 背景を薄くする */width: 100%;height: 100%;position: fixed;/* 画面に固定するために指定 */top: 0;left: 0;/*↓モーダル非表示用設定*/z-index: -1;opacity: 0;visibility: hidden;}/* モーダルコンテンツ */.mfilter_frame {position: relative;margin-right: auto;margin-left: auto;width: 90%;/* ↓モーダル非表示用設定 */opacity: 0;visibility: hidden;}.mfilter_inner {margin-top: 20px;margin-bottom: 20px;position: relative;margin-left: auto;margin-right: auto;background: #fff;box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);/* モーダルにシャドウをかける */display: block;padding: 5px;height: auto;}.mfilter_content {padding-top: 10px;padding-bottom: 20px;}/*モーダル×ボタン*/.mfilter_modal_button-wrap {position: absolute;right: 10px;top: 10px;display: inline-flex;}.mfilter_modal_button-wrap .close-button {position: relative;width: 40px;height: 40px;background: #00638b;border-radius: 50%;padding: 0;border: transparent;cursor: pointer;}.mfilter_modal_button-wrap .close-button span {width: 20px;height: 3px;background: #fff;display: inline-block;position: absolute;left: calc(50% - 5px);top: 50%;border-radius: 10px;}.mfilter_modal_button-wrap .close-button span:nth-child(1) {transform: rotate(45deg) translate(-1px, -1px);}.mfilter_modal_button-wrap .close-button span:nth-child(2) {transform: rotate(-45deg) translate(1px, -1px);}/*.modaal_filter_areaにクラス付与(JS用)*/.modaal_filter_area.is-open {z-index: 999;opacity: 1;visibility: visible;}.modaal_filter_area.is-open .mfilter_frame {opacity: 1;visibility: visible;}/*絞り込み部分見た目*/.mfilter_inner{background: #00638b;}.mfilter_content {height: 495px;}.mfilter_content .mfilter_header {background: #00638b;color: #fff;font-weight: bold;font-size: 14px;text-align: center;margin-bottom: 10px;}.mfilter_contents {height: 360px;overflow-y: scroll;background: #fff;padding: 10px;}/*中身*//*モーダル内ナビ*/.mfilter_contents .mfilter_nav {margin: 10px 0 20px 0;}.mfilter_contents .mfilter_nav ul {display: flex;justify-content: space-between;}.mfilter_contents .mfilter_nav ul li {background: #006699;width: 30%;padding: 5px 0 10px 0;text-align: center;color: #fff;font-weight: bold;position: relative;}.mfilter_contents .mfilter_nav ul li:after {position: absolute;content: '';width: 0;height: 0;border-style: solid;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 6px solid #fff;border-bottom: 0;left: 48%;right: 50%;top: 75%;}/*絞り込み画面中身*/.mfilter_contents #mfilter_category, .mfilter_contents #mfilter_facet, .mfilter_contents #mfilter_keyword {margin-bottom: 30px;}.mfilter_contents h3 {border-bottom: solid 1px #000;font-size: 14px;margin-bottom: 10px;}.mfilter_contents #mfilter_category .filter_category {margin: 10px 0;}.mfilter_contents #mfilter_category .filter_category select {width: 100%;background: #fff;color: #333;}/*アコーディオン*/.mfilter_contents #mfilter_facet .filter_facet {padding: 10px 0;border-bottom: solid 1px #eee;}.mfilter_contents #mfilter_facet .filter_facet input.facet-accodion-check {display: none;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label {position: relative;padding: 10px 0;display: block;font-weight: bold;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label:before {position: absolute;right: 5px;top: 15px;display: block;content: '';width: 5px;height: 5px;border: 2px solid;border-color: transparent transparent #565656 #565656;transform: rotate(-45deg);}.mfilter_contents #mfilter_facet .filter_facet .facet-accodion-check:checked + .facet-accodion-label:before {transform:rotate(135deg);top: 20px;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label span.facet-unspecified {display: block;font-size: 10px;color: #aaa;font-weight: normal;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label span.facet_selected_area {display: block;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label span.facet-choice {display: inline-block;font-size: 12px;/*color: #17c5e8;*/color: #006699;font-weight: normal;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label span.facet-choice:after {content:'/';color: #333;margin-left:5px;}.mfilter_contents #mfilter_facet .filter_facet label.facet-accodion-label span.facet-choice:last-child:after {display: none;}.mfilter_contents #mfilter_facet .filter_facet ul.facet-content{height: 0;padding: 0 5px;background: #fff;transition: .5s;overflow: hidden;}.mfilter_contents #mfilter_facet .filter_facet .facet-accodion-check:checked + .facet-accodion-label + ul.facet-content{height: auto;padding: 10px 5px;}.mfilter_contents #mfilter_facet .filter_facet ul.facet-content li.as_cf_list {padding: 5px 0;}.mfilter_contents #mfilter_facet .filter_facet ul.facet-content li.as_cf_list input[type="checkbox"]:disabled {background: #ddd;}/**/.mfilter_contents ul.facet-content input[type="text"] {width: 100%;}.mfilter_contents ul.facet-content input#left-lowprice-input, ul.facet-content input#left-highprice-input {width: 100px;}.mfilter_contents ul.facet-content input#left-lowprice-input:disabled, ul.facet-content input#left-highprice-input:disabled {background: #eee;}/*星マークの大きさ*/ul.facet-content li.as_cf_list label img {height: 1.3em;}/*キーワード検索の入力中の文章削除*/.mfilter_contents #mfilter_keyword .keyword_input_area {position: relative;}.mfilter_contents #mfilter_keyword .keyword_input_area input {width: 100%;}.mfilter_contents #mfilter_keyword .keyword_input_area button#left_kw_delete:disabled {display: none;}.mfilter_contents #mfilter_keyword .keyword_input_area button#leftnega_kw_delete:disabled {display: none;}.mfilter_contents #mfilter_keyword .keyword_input_area button#left_kw_delete, .mfilter_contents #mfilter_keyword .keyword_input_area button#leftnega_kw_delete{position: absolute;top: 13px;right: 20px;border: none;background: none;padding: 0;margin: 0;font: inherit;color: inherit;cursor: pointer;outline: none;}.mfilter_contents #mfilter_keyword .keyword_range {margin: 0 0 15px 0;}/**/.mfilter_content .mfilter_footer {margin-top: 5px;background: #f1f1f1;padding: 10px;height: 95px;box-sizing: border-box;text-align: center;}.mfilter_content .mfilter_footer .result {font-size: 14px;}.mfilter_content .mfilter_footer .result .num {font-size: 20px;color: #e60013;font-weight: bold;margin: 0 10px;}.mfilter_content .mfilter_footer div button {border: none;border-radius: 3px;padding: 10px 5px;width: 49%;color: #fff;text-align: center;text-decoration: none;font-size: 16px;cursor: pointer;}.mfilter_content .mfilter_footer button.mfilter_all-clear {background-color: #000;}.mfilter_content .mfilter_footer button.mfilter_submit {background-color: #e60013;font-weight: bold;}/*クリアボタン*/#mfilter_facet .filter_facet .cf_clear {text-align: right;position: relative;}#mfilter_facet .cf_clear:before {position: absolute;content: "×";right: 4em;top: 0;}#mfilter_facet .filter_facet .cf_clear input[type="button"] {border: none;background: none;color: #006699;text-align: center;text-decoration: none;font-size: 14px;cursor: pointer;}/*ランキング個別設定*/.mfilter_content.f_ranking {height: 320px;}.mfilter_content.f_ranking .mfilter_contents {height: 210px;}.mfilter_content.f_ranking .mfilter_contents h3 {text-align: center;margin-bottom: 20px;}.mfilter_content.f_ranking .mfilter_footer {height: 70px;}.mfilter_content.f_ranking .mfilter_footer div a {display: block;background: #e60013;padding: 10px;color: #fff;font-weight: bold;border-radius: 3px;}/*ファセット内検索*/.filter_facet .facet-content.brand .as_cf_list.hidden{display:none!important;}.filter_facet .facet-content.maker .as_cf_list.hidden{display:none!important;}