
@media screen and (max-width: 979px) {
.fs-c-productList .fs-c-heading {
  display: block !important;
}
}

.inner_layout_flex {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.inner_size {
  width: 1320px;
  padding: 0 20px;
}
.fs-c-free2col {
  width: 1320px;
  padding-right: 8px;
  margin-top: 0;
}
.fs-p-productSearch__search_custom {
  width: 200px;
  margin-right: 40px;
}

._label {
  font-size: 13px;
}
._count {
  font-size: 12px;
  color: #333;
}
._attributegroup {
  padding: 0;
}

._popfind_component ._attributegroup > ._group {
  font-size: 1.17em;
  padding: 30px 0 8px 0;
  border-bottom: 1px solid #616161;
  font-weight: bold;
}

@media screen and (max-width: 1320px) {
  .inner_size {
    width: 100%;
  }
.fs-c-free2col {
  width: 100%;
}
}
@media screen and (max-width: 979px) {
  .inner_size {
    width: 100%;
    padding: 0 5px !important;
  }
}

/* --------------------------------------------------
  popfind.css
-------------------------------------------------- */
/*reset*/
._items ._item ._wrap *[class^=_] {
  padding: 0;
}
/*_pagenator クラス修正*/
._pagenator {
  max-width: 80%;
  margin: 0 auto;
}
._pagenator ._nav._page {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
._pagenator ._nav._page a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
._pagenator ._nav {
  display: flex !important;
  align-items: center;
  max-width: 35px;
}
._pagenator ._nav._first {
  display: none !important;
}
._pagenator ._nav._lest {
  display: none !important;
}
._pagenator ._nav._prev,
._pagenator ._nav._next {
  position: relative;
  font-size: 12px;
  margin: 0 10px;
}
._pagenator ._nav._prev span,
._pagenator ._nav._prev a {
  position: absolute;
  left: -3em;
}
._pagenator ._nav._next span,
._pagenator ._nav._next a {
  position: absolute;
  right: -3em;
}
._pagenator ._nav._page._current {
  border: 1px solid #B9B9B9;
}
._pagenator ._nav ._button {
    padding: .5em 0;
    text-decoration: none;
    background: #fff;
    color: #000;
    border-bottom: 0;
    border-radius: 3px;
}
@media screen and (max-width: 600px) {
._pagenator {
  max-width: 100%;
  margin: 0 auto;
  padding: .5em 0;
}
._pagenator ._disable {
  display: none;
}
._pagenator div:nth-child(3) {
  display: none !important;
}
._pagenator ._nav._page:last-child {
  display: none !important;
}
._pagenator ._nav._prev span,
._pagenator ._nav._prev a {
  position: absolute;
  left: 0;
}
._pagenator ._nav._next span,
._pagenator ._nav._next a {
  position: absolute;
  right: 0;
}
}

/*チェックした商品*/
._checkeditems {
  margin-top: 40px;
}
._checkeditems ._head {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ._checkeditems {
    margin-bottom: 120px;
  }
}

/*スマホ検索*/
  ._pricelabel {
    font-size: 14px;
    padding: 30px 0 8px 0;
    border-bottom: 1px solid #616161;
    font-weight: bold;
  }
  ._priceinput ._label {display: none;}
  .custom-select-list {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-top: 10px;
  }
  .custom-option {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 5px;
      border: 0;
      border-radius: 4px;
      cursor: pointer;
      user-select: none;
  }
  .custom-option.selected {
    display: none;
  }

/*モーダル*/
/*
  ._modal {
    display: none !important;
  }
*/
  ._modal ._window {
    display: none !important;
    z-index: 1001;
    overflow: hidden;
  }
  ._modal ._window._show {
    display: block !important;
  }
  ._modal ._window {
  }
  ._modal ._window ._wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

@media screen and (min-width: 978px) {
  ._modal ._window ._wrap {
    width: 800px;
    height: 80vh;
    max-height: 800px;
    margin: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    border-radius: 8px;
    }
  }
  ._modal ._window ._wrap ._head ._close {
    top: 10px;
  }
  ._modal ._window ._wrap ._head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
    z-index: 2;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
  }
._modal ._window ._wrap ._body::after {
  content: "";
  display: block;
  height: 180px;
}
  ._modal ._window ._wrap ._body {
    margin-top: 50px;
    max-height: none;
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  ._modal ._window ._wrap ._foot {
    position: fixed;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 410;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ._modal ._window ._wrap ._foot ._button {
    background: #000;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 100vh;
    margin: 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
  }
  ._modal ._button:active {
    transform: translateY(0);
    box-shadow: none;
  }
/*
._modal ._window ._wrap ._foot ._button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('https://milletonline.itembox.design/item/asset/img/icon_zoom.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
*/
  ._modal ._window ._wrap ._head ._close {
    color: #000000;
    text-shadow: none;
    border: 0;
  }
  ._modal ._button._open {
    position: fixed;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    width: 200px;
    z-index: 200;
    justify-content: center;
    background: #000;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 100vh;
    margin: 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    
  }
  ._modal ._button._open::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url('https://milletonline.itembox.design/item/asset/img/icon_zoom.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
@media screen and (max-width: 979px) {
  ._modal {
    display: block !important;
  }
  ._modal [data-popfind="reset-group1"] ._reset {
    position: fixed;
    top: 12px;
    right: 60px;
    z-index: 9999;
  }
}

/*比較*/
/*_comparison クラス修正*/
._comparison_list {
  bottom: 0;
  background: #0086D6;
}
._comparison_list ._list_buttons ._button {
  padding: .5em 0;
}
._comparison_list ._list_items ._list_item {
  margin: 0 5px 0px 5px;
  padding: 0 5px;
}
._comparison_list ._list_items ._list_item ._list_delete {
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #0086D6;
}
._add_item_list {
  font-size: 12px;
  order: 11;
  margin-top: 5px !important;
  display: flex;
  justify-content: center;
}
._add_item_list label {
  display: flex;
  align-items: center;
  font-weight: 400;
}
._add_item_list span {
  margin-left: 5px !important;
}
._add_item_list input {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
}

._comparison_list ._list_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex: auto;
  padding-right: 20px;
}
._comparison_list ._list_buttons ._button:active {
  box-shadow: none;
}
._comparison_list ._list_buttons ._button {
  border-radius: 100vh;
  border: 0;
  margin: 1em 0;
  flex: auto;
}

._comparison_list ._list_buttons ._button._compare {
  max-width: 200px;
  background: #000;
}
._comparison_list ._list_buttons ._button._compare a,
._comparison_list ._list_buttons ._button._compare a ._count {
  color: #fff;
}
._comparison_list ._list_buttons ._button._clear {
  background: none;
  font-size: 12px;
  flex: 0 0 auto;
}
._comparison_list ._list_buttons ._button._clear a {
  color: #fff;
  padding: 8px 4px;
  border-radius: 4px;
}
._comparison_list ._list_buttons ._button._clear a:hover {
  text-decoration: underline;
}
._comparison_modal._show {
  z-index: 420;
  transform: translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
._comparison_modal {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(100%);
  opacity: 0;
  display: flex; /* ← 初期状態で display:flex にしておく */
  pointer-events: none; /* 非表示時にクリックできなくする */
}
._comparison_modal ._window ._close {
  border: 1px solid #eaeaea;
  background-color: #000;
  color: #fff;
  right: 20px;
}
._comparison_modal ._window ._close a {
  color: transparent; 
}
._comparison_modal ._window ._close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translate(-50%, -50%) rotate(45deg); /* 下向きV字 */
  box-sizing: border-box;
}
._compareresults ._compare_items {
  padding-bottom: 40px;
}
._compareresults ._compare_items table tr th {
  background-color: #fff;
  color: #000;
  position: sticky;
  border-bottom: 1px solid #eaeaea;
  filter: drop-shadow(5px 5px 8px #00000008);
}
._compareresults ._compare_items table tbody td {
  padding: 1em 0;
  vertical-align: top;
  border-right: 0;
  border-bottom: 1px solid #eaeaea;
}
._compareresults ._compare_items table tr:last-child th {
  border-bottom: 1px solid #eaeaea;
}
._compareresults ._compare_items table tbody td ._compare_layouts ._title, ._compareresults ._compare_items table tbody td ._compare_layouts ._link_title {
  text-align: center;
}
._compareresults ._compare_items table tbody td ._compare_layouts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 10px;
}
/* 防水・透湿性、耐久性等、優先順の第1優先 */
._compare_layouts ._display_text2 {
  width: auto !important;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
/* 防水・透湿性、耐久性等、優先順の第2優先 */
._compare_layouts ._display_text3 {
  width: auto !important;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
/* 防水・透湿性、耐久性等、優先順の第3優先 */
._compare_layouts ._display_text4 {
  width: auto !important;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
._comparison_list._show {
  height: 100px;
}
@media screen and (max-width: 979px) {
  ._comparison_list._show {
    height: 90px;
    z-index: 9999;
    padding: 0 10px;
  }
  ._comparison_list {
    bottom: 0;
  }
  ._add_item_list label {
    font-size: 11px;
  }
  ._comparison_modal._show {
    height: 100dvh;
    align-items: flex-end;
  }
  ._comparison_modal ._window {
    width: 100vw;
    height: calc(90dvh - 90px);
    padding: 0;
    margin: 0;
    margin-bottom: 90px;
  }
  ._comparison_modal ._window ._content {
    overflow: auto;
  }
}
@media screen and (max-width: 500px) {
  ._comparison_list ._list_buttons {
    gap: 10px;
  }
}

.fs-c-heading {
  display: flex;
}
._keywordranking {
  padding: .5em 0;
}
._keywordranking ._label {
  margin-bottom: 10px;
}
._keywordranking ._keywords ._keyword {
  margin: 0 0.8em 0 0;
}
._keywordranking ._rank {
  display: none;
}
._keywordranking ._word {
  background: #f0eeef !important;
  border: 1px solid #f0eeef !important;
  border-radius: 15px;
  padding: 5px 10px;
}
._sortorderselector {
  padding: 0;
  margin: 0;
}

/*_items クラス修正*/
._items {
}
._items ._item ._wrap {
  border: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
._popfind_component ._searchresults > ._items > ._item {
  width: 33.333%;
  padding: 5px;
  margin: 0 0 20px;
}

/*画像*/
._items ._item ._wrap {
  padding-top: 20px !important;
}
._items ._item ._wrap ._image {
  margin-bottom: 10px;
}
._item ._layoutgroup2 {
  display: flex;
  flex-wrap: nowrap;
}
._items ._item ._wrap ._title, ._items ._item ._wrap ._link_title {
  text-align: center;
}

/* カラー表示 */
._additional_text1 {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px 0 5px !important;
}
._additional_text1 > div {
  display: inline-block;
  margin: 0 4px !important;
}
._additional_text1 > div::before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100vh;
}
/* white */
._additional_text1 > div._WHITE::before {
  background: #fff;
  border: 1px solid #aaa;
}
/*検索結果のフォント*/
._keywordranking {
  font-size: 14px;
}

/*レビュー*/
._layoutgroup3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 !important;
}
._display_text5 {
  font-size: 16px;
  margin-left: 10px !important;
}
._display_text6 {
  font-size: 12px;
  margin-left: 5px !important;
}
._items ._item ._wrap ._review_score {
  width: 75px;
  line-height: 15px;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  ._items ._item ._wrap ._review_score {
    width: 18vw;
    line-height: 3.6vw;
    font-size: 3.6vw;
  }
}

/*履歴*/
._checkeditems ._head ._clear {
  display: none;
}

@media screen and (max-width: 979px) {
  .fs-c-heading {
    justify-content: center;
  }
  ._items ._item ._wrap ._image {
    margin-bottom: 5px;
  }
  ._popfind_component ._searchresults > ._items > ._item {
    width: 50%;
    margin: 0 0 20px;
  }
  ._item ._layoutgroup2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  ._additional_text1 > div::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  ._item ._layoutgroup2 {
    justify-content: flex-start;
  }
  ._items ._item ._wrap ._title {
    font-size: 11px;
  }
}


/* ------------------------------------------------
 * 価格
------------------------------------------------ */
._additional_text5 {
  color: #838383;
}
._additional_text4,
._additional_text5 {
  font-size: 14px;
  position: relative;
}

._additional_text4::after {
  content: "(税込)";
  padding-left: 4px;
  font-size: 80%;
}
._additional_text5::after {
  content: "(税込)";
  padding-left: 4px;
  font-size: 80%;
}
/* セール価格を表示するときに限り、通常価格に打消し線を入れ、セール価格は赤文字にする */
div._additional_text5 {
  text-decoration: line-through;
}

div._additional_text5 + div._additional_text4 {
  color: red;
  font-weight: 500;
}

/* ------------------------------------------------
 * タグ
------------------------------------------------ */
._layoutgroup2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  order: 10;
}
._item ._layoutgroup1 {
  border: 1px solid #FF0718;
  color: #FF0718;
  background: #fff;
  position: absolute;
  left: 18px;
  top: 18px;
  border-radius: 0;
  z-index: 2;
}
/* NEW、OUTLET等、優先順１つ */
._layoutgroup1 ._display_text1 {
  background-color: #fff;
  color: #FF0718;
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 4px !important;
}
._item ._layoutgroup1 ._display_text1:has(.display_text_rev) {
  background-color: #FF0718;
  color: #fff;
}
._item ._layoutgroup1:has(.display_text_empty) {
  display: none;
}
/* 防水・透湿性、耐久性等、優先順の第1優先 */
._layoutgroup2 ._display_text2 {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px !important;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 0 !important;
  margin-right: 3px !important;
}
/* 防水・透湿性、耐久性等、優先順の第2優先 */
._layoutgroup2 ._display_text3 {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px !important;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 0 !important;
  margin-right: 3px !important;
}
/* 防水・透湿性、耐久性等、優先順の第3優先 */
._layoutgroup2 ._display_text4 {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px !important;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  margin-left: 0 !important;
  margin-right: 3px !important;
}
/* 空の場合の処理 */
._item ._layoutgroup1.is-empty-text {
  display: none;
}
/* NEW、OUTLET反転 */
._item ._layoutgroup1.is-reverse-tag ._display_text1 {
  border: 1px solid #FF0718;
  color: #fff;
  background: #FF0718;
}

/*在庫ありを非表示*/
._additional_text2 {
  display: none;
}


/**/
._attributegroup_group1 ._attribute_select_all {
  display: none !important;
}
._display_text6:before {
  content: '(';
}
._display_text6:after {
  content: ')';  
}

/*並び替え*/
.result-sort-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.result-sort-box ._reset{
  margin-right: 10px;
}
._sortorderselector ._label {
  display: none;
}
._sortorderselector select {
  width: 200px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 6px 8px;
}
._sortorderselector_type1 {
  position: relative;
}
._sortorderselector_type1::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #616161;
  border-bottom: 2px solid #616161;
  pointer-events: none;
}
/*在庫のみ*/
._attributegroup_group5 ._group {
  display: none;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute {
  padding: 10px 0;
  border-bottom: 0;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute._select {
  background: none;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute ._label {
  font-size: 14px;
}
._attributegroup._attributegroup_group5 {
  padding: 0;
  margin: 0 20px 0 0;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute label {
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
}
._attributegroup ._attributes ._attribute input {
  display: none;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  pointer-events: none;
  margin-top: 0;
  margin-right: 5px;
}
._attributegroup._attributegroup_group5 ._attributes ._attribute._select label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #2A2A2A;
  position: absolute;
  left: 10px;
  top: 15px;
}
@media screen and (max-width: 979px) {
  ._sortorderselector select {
    width: 150px;
  }
  ._item ._layoutgroup1 {
    left: 0;
    top: 10px;
    font-size: 12px;
  }
  .result-sort-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .result-sort-box ._attributegroup_group5 {
    display: none;
  }
  ._sortorderselector select {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  ._display_text5 {
    font-size: 13px;
  }
  ._layoutgroup2 ._display_text2,
  ._layoutgroup2 ._display_text3,
  ._layoutgroup2 ._display_text4 {
    font-size: 11px;
    letter-spacing: 0;
  }
}


/* ------------------------------------------------
 * レフトナビ
------------------------------------------------ */
  ._attributes form {
    display: flex;
    flex-direction: column;
  }
  ._attributes form ._attribute {
    order: 1;
  }
  ._attributes form ._attribute._select {
    order: 2;
  }

  ._attributes select {
    padding: 8px 4px;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #000;
    position: relative;
    margin-top: 10px;
     background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2212%22 height%3D%227%22 viewBox%3D%220 0 12 7%22%3E%3Cpath d%3D%22M2733.22-862.308l-6-5.539%2C1.308-1.461%2C4.692%2C4.332%2C4.692-4.332%2C1.308%2C1.461Z%22 transform%3D%22translate(-2727.22 869.308)%22 fill%3D%22%23616161%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
  }
  ._attributes select::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #616161;
    border-bottom: 2px solid #616161;
    pointer-events: none;
  }
/*検索表示*/
.pc-search-box {
  display: block;
}
.sp-search-box {
  display: none;
}
@media screen and (max-width: 979px) {
  .pc-search-box {
    display: none;
  }
  .sp-search-box {
    display: block;
  }
}
/*リセットボタン*/
._popfind_component ._reset button {
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 0;
  font-size: 12px;
  color: #616161;
  border-radius: 4px;
  background: #f1f1f1;
}

@media screen and (max-width: 500px) {
  ._popfind_component ._reset button {
    padding: 5px 5px;
    letter-spacing: -0.5px;
  }
}


/**/

@media screen and (min-width: 979px) {
  ._attributegroup ._attributes ._attribute._select {
    background-color: #ECECEC;
  }
}

._attributegroup ._attributes ._attribute {
  margin: 0 0;
  border-bottom: 1px solid #ECECEC;
}
._attributegroup ._attributes label {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0 10px 8px;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  position: relative;
}
/* ._attributegroup ._attributes ._attribute::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
} */
._attributegroup ._attributes ._attribute ._count{
  font-size: 11px;
  margin-left: 2px;
}
._attributegroup ._attributes ._attribute._disable {
  color: #999;
  text-decoration: inherit;
}
._attributegroup ._attributes ._attribute._disable ._count{
  color: #999;
}
._popfind_component ._attributegroup._attributegroup_group1 > ._group {
  padding-top: 0;
}

/*カラー*/
._attributegroup_group3 ._attributes {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 0;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute {
  width: 25%;
  position: relative;
  font-size: 12px;
  padding: 4px 0;
  border: 0;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: inherit;
  margin: auto;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  background: #ccc;
  border: 1px solid #ccc;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute label {
    width: 100%;
    height: 30px;
    margin: auto;
    padding-left: 40px;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable::before {
  opacity: 0.5;
  border: 1px solid #e8e8e8 !important;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable::after {
  content: '';
  position: absolute;
  top: 0 !important;;
  left: 0 !important;;
  width: 30px;
  height: 1px;
  background: #e8e8e8;
  transform: rotate(-45deg);
  transform-origin: center;
  margin: auto;
  inset: 0;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable label {
  width: auto;
  background: none;
  opacity: 0.5;
  height: 30px;
  border-radius: 100vh;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable label:hover {
  cursor: inherit;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._select {
  background: initial;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  font-weight: 900;
  font-size: 12px;
  color: #fff;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_WHITE::before {
  background: #fff;
  border: 1px solid #aaa;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_WHITE::after {
  color: #000;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_BLACK::before {
  background: #000;
  border: 1px solid #000;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_GRAY::before {
  background: #888;
  border: 1px solid #888;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_BEIGE::before {
  background: #D6C7A6;
  border: 1px solid #D6C7A6;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_NAVY::before {
  background: #022E69;
  border: 1px solid #022E69;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_BLUE::before {
  background: #2B5DB2;
  border: 1px solid #2B5DB2;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_LIGHTBLUE::before {
  background: #70CBE6;
  border: 1px solid #70CBE6;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_PURPLE::before {
  background: #683577;
  border: 1px solid #683577;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_OLIVE::before {
  background: #6B6932;
  border: 1px solid #6B6932;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_GREEN::before {
  background: #59A023;
  border: 1px solid #59A023;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_BROWN::before {
  background: #765029;
  border: 1px solid #765029;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_ORANGE::before {
  background: #E78538;
  border: 1px solid #E78538;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_RED::before {
  background: #C33027;
  border: 1px solid #C33027;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_PINK::before {
  background: #D15585;
  border: 1px solid #D15585;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_YELLOW::before {
  background: #F7E93F;
  border: 1px solid #F7E93F;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._attribute_MULTI::before {
  background: url(https://milletonline.itembox.design/item/asset/img/color_icn_multi.png) no-repeat;
  background-size: 31px 31px;
  border: 0;
}

._attributegroup._attributegroup_group3 ._attributes ._attribute._disable::after {
  margin: auto auto auto 0;
}
@media screen and (max-width: 979px) {
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable::after {
  margin: auto auto auto 0;
}
._attributegroup._attributegroup_group3 ._attributes ._attribute._disable label {
  background: #666;
  opacity: 0.5;
}
}
/*サイズ*/
._attributegroup._attributegroup_group4 ._attributes label {
  padding: 0;
}
._attributegroup_group4 ._attributes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 0;
  gap: 8px 8px;
}
._attributegroup_group4 ._attributes::after {
  content: "";
  flex: auto;
}
._attributegroup._attributegroup_group4 ._attributes ._attribute {
  display: flex;
  align-items: center;
  width: 60px;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: #F5F5F5;
  justify-content: center;
  margin-bottom: 0;
  padding: 6px 0;
}
._attributegroup._attributegroup_group4 ._attributes ._attribute label {
  line-height: 1;
  font-size: 12px;
  padding-left: 0;
}
._attributegroup._attributegroup_group4 ._attributes ._attribute ._count {
  font-size: 11px;
}
._attributegroup._attributegroup_group4 ._attributes ._attribute._select {
  border: 1px solid #2A2A2A;
}
._count {
  font-size: 90%;
}

/*価格*/
._priceinput {
  padding: .5em 0 0;
  margin: .5em 0 1em 0;
}
._priceinput ._label {
  padding: 30px 0 0;
  padding: 30px 0 8px 0;
  border-bottom: 1px solid #616161;
}
._priceinput ._form ._pricegroup {
  width: 47%;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._priceinput ._form ._pricegroup:last-of-type {
  justify-content: flex-end;
}
._priceinput ._form ._range {
  text-align: center;
  display: flex;
  width: 3%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
._priceinput ._form ._pricegroup input {
  width: 65%;
  padding: .5em;
  border: 2px solid #ccc;
}
._priceinput ._form ._pricegroup ._suffix {
  margin-left: 4px;
  font-size: 13px;
}

._submit.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
._priceinput ._buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 13px;
}
._priceinput ._buttons ._submit {
  order: 2;
  width: 48%;
  background: #FF0718;
  color: #fff;
}
._priceinput ._buttons ._clear {
  order: 1;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 68px;
  font-size: 12px;
  color: #616161;
  border-radius: 4px;
  background: #f1f1f1;
}
._priceinput ._buttons ._submit:hover,
._priceinput ._buttons ._clear:hover {
  cursor: pointer;
}
input._min::-webkit-inner-spin-button,
input._min::-webkit-outer-spin-button,
input._max::-webkit-inner-spin-button,
input._max::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input._min,
input._max {
  -moz-appearance: textfield;
}
.range-slider {
  position: relative;
  width: 100%;
  height: 12px;
  margin: 30px 0 0;
  cursor: pointer;
}
.range-slider input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
}
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  box-sizing: border-box;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: -7px;
}
.validation-message {
  color: red;
  font-size: 11px;
  margin: 0;
  height: 0;
}
.input-error {
  border-color: red !important;
}
@media screen and (max-width: 979px) {
  ._priceinput ._submit {
    display: none;
  }
  ._priceinput ._form ._pricegroup input {
    font-size: 16px;
  }
  
  .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: -12px;
  }
}

/*フリーワード*/
._pop-word {
  margin-top: 50px;
}
._pop-word form {
  position: relative;
}
._pop-word form input[type="search"] {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.pop-word-search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.pop-word-search-button::after {
    content: "\6C7A\5B9A";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    background: #f1f1f1;
    height: 100%;
    background-size: contain;
    pointer-events: none;
    position: relative;
}

/*検索なし*/
._searchstatusfull ._status._nohits {
  display: block;
  background: rgba(126, 126, 126, 0.08);
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}
._searchstatusfull ._status {
  display: none;
}

@media screen and (max-width: 979px) {
  .pop-word-search-button {
    display: none;
  }
  ._pop-word {
    margin-top: 20px;
  }
  ._pop-word form input[type="search"] {
    font-size: 16px;
  }
}

/* 検索モーダル
-------------------------------- */
.sp-modalbox {
  display: none;
}
.sp-nonebox {
  display: block;
}
@media screen and (max-width: 979px) {
  ._modal ._window._show .sp-modalbox {
    display: block;
  }
  .sp-nonebox {
    display: none;
  }
  ._sub_groups {
    margin-top: 10px;
    padding-top: 5px;
  }
  ._attributegroup._attributegroup_group5 {
    margin: 0;
  }
  ._popfind_component ._attributegroup > ._group {
    border: none;
    width: 100%;
    padding: 20px 0 5px;
    font-size: 14px;
    font-weight: 700;
  }
  ._popfind_component ._attributegroup > ._attributes {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  ._attributegroup_group3 ._attributes,
  ._attributegroup_group4 ._attributes {
    display: flex !important;
    justify-content: flex-start;
  }
  ._attributegroup._attributegroup_group4 ._attributes ._attribute {
    margin-right: 5px;
  }
  /* ._sub_groups ._attributes::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
 ._attributegroup_group21 ._attributes::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  ._attributegroup_group29 ._attributes::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }*/
  ._attributegroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #ECECEC;
    padding-bottom: 5px;
  }
  ._attributegroup._attributegroup_group3 {
    margin: 0;
  }
  ._attributegroup._attributegroup_group4 {
    margin: 20px 0 0;
  }
  ._attributegroup_group21._attributegroup {
    margin-bottom: 0;
  }
  .fs-p-productSearch__search_custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }
  .fs-p-productSearch__search_custom.modal-open {
    display: block;
  }
  .modal-close-btn {
    position: absolute;
    top: 10px;
    right: 21px;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
  }
  .fs-p-productSearch__search_custom.modal-open {
    padding:10px 20px 140px;
  }
  .modal-open .modal-sp-ttl {
    display: block;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
  }
  /* メニュー開閉 */
  .sp_searchform_trigger {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 20px;
    z-index: 410;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_searchform_trigger button {
    background: #000;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 100vh;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
  .sp_searchform_trigger button img {
    margin-right: 8px;
  }
  .sp_searchform_trigger button span[data-popfind="searchstatus"] {
    font-size: 12px;
    position: relative;
    padding: 0 5px;
    margin-left: 5px;
  }
  .sp_searchform_trigger button span[data-popfind="searchstatus"]:before {
    content: "(";
    display: inline;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_searchform_trigger button span[data-popfind="searchstatus"]:after {
    content: ")";
    display: inline;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal-sp_search_buttons {
    box-shadow: 0 -3px 4px rgba(170, 170, 170, 0.2);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 410;
    display: flex;
    justify-content: space-between;
  }
  #js-sp_search_buttons {
    padding: 15px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border: none;
    margin: 0 auto;
    width: 70%;
    border-radius: 100vh;
  }
/*
  .modal-open ._attributes {
    display: none;
  }
  .modal-open .is-attributes-open ._attributes {
    display: block;
  }
  .modal-open ._attributegroup_group3.is-attributes-open ._attributes, 
  .modal-open ._attributegroup_group4.is-attributes-open ._attributes {
    display: flex;
  }
  ._attributegroup._attributegroup_group3.is-attributes-open,
  ._attributegroup._attributegroup_group4.is-attributes-open {
    border-bottom: 0;
  }
  ._group {
    position: relative;
    user-select: none;
    cursor: pointer;
    padding-right: 20px; 
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
  ._group::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .is-attributes-open ._group::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  ._reset {
    display: none;
  }
  .is-attributes-open ._reset {
    display: block;
  }
*/
  ._attributegroup._attributegroup_group3 ._attributes ._attribute ._label, ._attributegroup._attributegroup_group3 ._attributes ._attribute ._count {
    display: block;
  }
  ._attributegroup._attributegroup_group3 ._attributes ._attribute._select::after,
  ._attributegroup._attributegroup_group3 ._attributes ._attribute::before {
    right: inherit;
  }
  ._attributegroup._attributegroup_group3 ._attributes ._attribute label {
    width: 100%;
    height: 30px;
    margin: auto;
    padding-left: 40px;
  }
  ._attributegroup._attributegroup_group3 ._attributes ._attribute._disable label {
    width: auto;
    background: none;
  }
  .range-slider,
  .validation-message,
  ._priceinput,
  ._pop-word {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  ._pricelabel {
    border-bottom: 1px solid #ececec !important;
  }
  ._priceinput ._buttons ._submit {
    padding: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  ._attributegroup._attributegroup_group3 ._attributes ._attribute {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  ._attributegroup._attributegroup_group3 ._attributes ._attribute {
    width: 50%;
  }
}