
/*----------page search_絞り込み---------*/



/* チェックボックスの装飾 */
.checkbox_input {
  display: none;
}

.checkbox_parts {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 12px 4px 23px;/*チェックボックスの位置は.checkbox_parts::before>topで調整*/
  cursor: pointer;
  letter-spacing: 0.1em;
}

.checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #333333;
  border: 1px solid #999;
}

.checkbox_input:checked+.checkbox_parts::before {
  background: #0b58f4;
}

.checkbox_input:checked+.checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/*↑チェックボックスの装飾*/
.checkboxtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search_ui {
  margin-bottom: 4px;
}
.search-select0 {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 20px 20px;
}
.search-select0title {
  border-bottom: 1px solid white;
  padding: 8px 5px 8px 5px;
}
.search-select01title {
  border-bottom: 0.5px solid #c8c8c8;
  padding: 8px 10px;
  text-align: start;
  font-size: 1.1em;
}
.search-select02title {
  padding: 4px 5px 4px 15px;
}
.search-select1 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 70px);
  order: 2;
}
.search-select2 {
  padding-right: 15px;
  width: 120px;
  order: 1;
}
.search-select1 label {
  padding-right: 5px;
  padding-bottom: 4px;
}
/*絞り込み条件外のアイテム*/
.hide_item {
  display: none;
}

/*アコーディオンメニュー*/
/*ベース*/
.toggle {
  display: none;
}
.Label {  /*タイトル*/
  display: flex;
  color: #c8c8c8;
  cursor : pointer;
}
label.more_btn.Label{
  width: calc(215px - (0.2em + 35px));
  position: relative;
  margin-top: 20px;
  padding-left: calc(0.2em + 25px);
}
/*.Label::before {  /*タイトル横の矢印*/
/*  content:"";
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #c8c8c8;
  border-right: 1.5px solid #c8c8c8;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 7px );
  right: 20px;
  transform: rotate(135deg);
}
.Label:hover.Label::before {
  border-top: 1.5px solid #e5cfa3;
  border-right: 1.5px solid  #e5cfa3;
}
.more_btn:hover .Label::before {
  border-right: 1.5px solid  #e5cfa3;
}*/
.select-icon {
 box-sizing: border-box;
 position: absolute;
 display: block;
 transform: scale(var(--ggs,1));
 width: 10px;
 height: 1.5px;
 box-shadow:
 -3px 4px 0 0,
 3px -4px 0 0;
 border-radius: 2px;
  margin: 0 10px;
  left: 20px;
}

.select-icon::after,
.select-icon::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 8px;
 height: 8px;
 border: 1px solid;
 border-radius: 100%
}

.select-icon::before {
 top: -7px;
 left: -4px
}

.select-icon::after {
 bottom: -7px;
 right: -4px
} 
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.content {  /*本文*/
  height: 0;
  overflow: hidden;
}
.toggle:checked + .Label + .content {  /*開閉時*/
  height: auto;
  transition: all .5s;
  margin: 30px 0;
  width: 70%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.search_ui .width-100 {
  width: 100%;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}




@media (max-width: 769px) {
.toggle:checked + .Label + .content {  /*開閉時*/
  width: 80%;
}

}
@media (max-width: 430px) {
.toggle:checked + .Label + .content {  /*開閉時*/
  width: 80%;
}

}


/*----------page search_form---------*/
.searchform {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  background-color: transparent;
  width: 60px;
  height: 100%;
  cursor: pointer;
  padding: 10px;
}
.searchform_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 50px;
  height: 30px;
}
.magnifying_glass {
  box-sizing: border-box;
  position: absolute;
  display: block;
  transform: scale(var(--ggs,1));
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 1;
  transition: .6s;
}
.magnifying_glass::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 5px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px
}
/*--------------------------*/
.search_close-icon {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px
}
.search_close-icon::after,
.search_close-icon::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px
}
.search_close-icon::after {
  transform: rotate(-45deg)
}
.search-form_area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 40px 10px 40px;
  width: calc(100% - 80px);
  position: relative;
}
.search-form_area form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
/*----吹き出し----*/
p.fukidashi {
  display: none;
  position: absolute;
  top: -0.5rem;
  padding: 0 16px;
  color: #d6d6d6;
  width: calc(100% - 80px);
  font-size: 0.8rem;
}
input[type="text"]:focus + .fukidashi {
  display: flex;
  justify-content: center;
}
.search-form_area-wrapper {
  display: flex;
  justify-content: center;
}

/* スクロールロックする時 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* モーダルを開くボタン */


/*----------------------------------------------------------*/
/* モーダルウインドウ Slide In */
/*----------------------------------------------------------*/
.modal{
  display: none;
}
/* モーダルウインドウ／背景 */
.modal-bg {
  width: 100%;
  height: 100vh;
  background-color: #000000; /*rgba(0,0,0, 0.6)*/
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 10;
  transition: .3s;
  opacity: 0.6;
}

/* モーダルウインドウ／コンテンツ */
.modal-main-container {
  color: black;
  z-index: 11;
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: .3s;  
}
.modal-main-container.slide{
  transition: .3s;
  background-color: #3d3d3d;
}
.modal-main-contents {
  background-color: #3d3d3d;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px;*/
  transition: .3s; 
  max-width: 1100px;
}

/* モーダルウインドウ／閉じるボタンのwrapper */
.modal-close-btn__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
/* モーダルウインドウ／閉じるボタン */
.modal-close-btn {
  padding: 20px 65px;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}
/* ------------------------- */
/* コンテンツ例（自由に作って良い */
/* ------------------------- */
/*フォーム全体を中央へ*/
.search-form {
  display: flex;
  justify-content: center; /*中央へ固定*/	
  height:50px;/*高さ*/	
  width: 100%;
  max-width: 500px;
}
/*入力フォーム*/
.search-form_keyword {
  width: calc(100% - 50px);/*横幅*/
  padding:0 15px;/*プレースホルダーの位置調整*/
  border-radius:5px 0 0 5px;/*左側の角を少し丸める*/		
  background:#eee;/*検背景カラー*/
  border:none;/*枠線を消す*/ 
  outline:0;/*クリック時の青い枠線消す*/	
  font-size: 1rem;
  padding-left: 10px;
}
/*検索ボタン*/
.search-form_btn {
  width:50px;/*横幅*/ 
  border-radius:0 4px 4px 0;/*右側の角を少し丸める*/ 
  background:#db1f22;/*背景カラー*/ 
  border:none;/*枠線を消す*/ 
  color:#fff;/*テキストカラー*/ 
  font-size:16px;/*フォントサイズ指定*/ 
  cursor: pointer;/*マウスを乗せると指差しポインターになる*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form_btn:hover {
  background: #fc5162;/*背景カラー変更*/
}
/*検索ボタンマウスオーバー時*/

input:-webkit-autofill {
  box-shadow: 0 0 0px 100px #ffffff inset;
  /*-webkit-text-fill-color: white !important;*/
}

.search-form_btn span.magnifying_glass {
  position: static;
  left: 12px;
}

.search-form_keyword:placeholder-shown ~ .search-form_btn {
  background: #a5a5a5;/*背景カラー*/ 
  pointer-events: none;
}
.search-form_keyword:placeholder-shown ~ .search-form_btn .magnifying_glass{
  border: 2px solid #c1c1c1;
}
.search-form_keyword:placeholder-shown ~ .search-form_btn .magnifying_glass::after{
  background-color: #c1c1c1;
}

/*----ラジオボタンのカスタマイズ----*/

.search_keyword {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
  color: #fff;
  font-size: 0.9rem;
}
.search_keyword label {
  display: flex;
  align-items: center;
  margin: 10px 0;
  text-align: center;
  width: 300px;
  cursor: pointer;
}
.search_keyword input {
  margin: 5px 10px 5px 5px;
  cursor: pointer;
}
/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {
button.searchform.modal-btn {
  padding: 10px;
  }


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {

.searchform_inner{
  height: 60px;
  }
.modal-bg,
.modal-main-container {
  top: 113px;
  }
.modal-close-btn {
  padding: 20px 33px;
  }

}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {

.modal-bg,
.modal-main-container {
  top: 90px;
}


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {

.fukidashi {
  top: -1.2rem;
}






}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/


.not_active {
  opacity: 0;
}

.searchform:has(.not_active) {
  cursor: default;
  pointer-events: none;
  }
  
/*------ pages search-results -------*/
.search .products-index_container {
  display: flex;
  opacity: 0;
  flex-direction: column;
  animation: fadein1 0.5s ease-in 0.3s forwards;
}

@keyframes fadein1 {
  to {
  opacity: 1;
  }
}
.search-results {
  background-color: #232323;
  animation: fadein2 0.5s ease-in 0.7s forwards;
}
@keyframes fadein2 {
  to {
  background-color: #e6e6e6;
  opacity: 1;
  }
}
.search-results .breadcrumb {
  opacity: 0;
  animation: fadein1 0.5s ease-in 0.3s forwards;
}
.search .products-index_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: 1;
  padding: 20px 0 70px 0;
}
.search-results .search-form_area {
  padding: 60px 40px 10px 40px;
}
.search-results .fukidashi {
  top: 0;
  text-align: start;
}
.search-results .search_keyword {
  margin: 20px 0 50px 0;
}
.search .products-index_item-container {
  order: 2;
}
.search_results-num {
  display: flex;
  justify-content: center;
}
.search-results h2 {
  font-size: 1rem;
  width: 80%;
}
.search_results-num.-search_results-num-0 h2 {
  max-width: 500px;
}
.search_results-num-0 {
  display: flex;
  justify-content: center;
  margin-top: -50px;
  padding-bottom: 80px;
  order: 2;
}
.search_results-num-0_inner {
  padding: 40px;
  width: calc(80% - 40px);
  max-width: 420px;
  background-color: #fff;
  border-radius: 5px;
}

.search_results-num-0_inner p {
  margin: 0;
  letter-spacing: 0.2rem;
  line-height: 2rem;
}
/*----------page search_form---------*/

/*------ 画面サイズ条件 -------*/
@media (min-width: 1101px) {

.search-results h2 {
  width: 1020px;
}


} /*↑ @media (min-width: 1101px)*/
@media (max-width: 1100px) {



}/*↑ @media (max-width: 1100px)*/
@media (max-width: 768px) {

.search-results h2{
  width: 90%;
}


}/*↑ @media (max-width: 768px)*/
@media (min-width: 767px) {
  


}/*↑ @media (min-width: 767px)*/
@media (max-width: 430px) {

.search-results .search-form_area {
  padding: 100px 40px 0px 40px;
}
.search_results-num-0_inner {
  padding: 30px;
}

.search-results .breadcrumb {
  animation: fadein1 0.5s ease-in 0.7s forwards;
}




}/*↑ @media (max-width: 430px)*/
/*------ 画面サイズ条件 end-------*/