
@media (max-width: 1280px) {
  .wrapper.top_aspx div.content {
      box-sizing: border-box;
      padding: 0 0px;
  }
}
.wrapper.top_aspx .baseWrap.contentsBox {
    max-width: none;
    padding: 0 0 10px 0;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .block {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    margin-bottom: 50px;
  }
  @media (max-width: 767px) {
    .wrapper.top_aspx .baseWrap.contentsBox .block {
      margin-bottom: 60px;
    }
  }
  .wrapper.top_aspx .baseWrap.contentsBox .block:last-of-type {
    margin-bottom: 0;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .mainimg {
    background-color: #efefef;
    margin-top: -40px;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .mainimg__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg {
    background-color: #231815;
    width: 100%;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0 auto;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track {
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
  }
  @media (max-width: 767px) {
    .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track {
      width: auto;
      transform: 0;
      display: block;
    }
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track li {
    padding: 20px;
    width: 180px;
  }
  @media (max-width: 767px) {
    .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track li {
      width: 100px;
      padding: 20px 10px;
    }
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track li:focus {
    border: none;
    outline: none;
  }
  .wrapper.top_aspx .baseWrap.contentsBox .thumbimg .thumbimg_inner .slick-track li.slick-current img {
    outline: 3px solid var(--keyColor);
    background-origin: border-box;
  }
  .wrapper.top_aspx .baseWrap.contentsBox.contentsBox#Contents {
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
    overflow:initial;
  
  }
  
  .wrapper.top_aspx .baseWrap.contentsBox.contentsBox .newsList .contTitle {
    margin-bottom: 20px;
  }
  .wrapper.top_aspx .TopRecommend {
    background-color: #e7e7e7;
    padding: 60px 0 50px 0;
  }
  .wrapper.top_aspx .newsList {
    background-color: #fff;
  }
  @media (max-width: 767px) {
    .wrapper.top_aspx .newsList {
      margin-bottom: 0px;
      padding:0;
    }
  }
  @media (max-width: 767px) {
    .wrapper.top_aspx .newsList li {
      padding:10px 0;
    }
  } 
  /* top_searchBox */
.wrapper#store .mainArea>section.top_search {
    background: url(/online/images/Common/Banner/dummy5.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 15px 80px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
    position:relative;
}
.wrapper#store .mainArea>section.top_search:after{
    content:"";
    display:block;
    width:100%;
    height:50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position:absolute;
    bottom:0;
    left:0;

}
.wrapper#store .mainArea>section.top_search .searchMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto 80px auto;
    border-radius: 50px;
    transition: all 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    transform: translateY(0); /* 初期位置 */
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
z-index:2;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu{  
    max-width: none;
    margin: 0;
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
}}
.wrapper#store .mainArea>section.top_search .searchMenu.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 2%;
    transform: translateY(20px); /* 初期のズレ */
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* アニメーション開始後、表示位置に */
.wrapper#store .mainArea>section.top_search .searchMenu.show{
    display:flex!important;
}
.wrapper#store .mainArea>section.top_search .searchMenu.fixed-bottom.show {
    transform: translateY(0);
    opacity: 1;
    display:flex!important;
}

.wrapper#store .mainArea>section.top_search .searchMenu>*{
    flex:1;
    position: relative;
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:after{
    content: "";
    width: 1px;
    height: calc(100% - 24px);
    background-color: #D9D9D9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu>*:after{
    height: 100%;
    background-color: var(--keyColor);
}}
.wrapper#store .mainArea>section.top_search .searchMenu>*:last-child:after{
    content: none;
}
.wrapper#store .mainArea>section.top_search .searchMenu>* a{
    font-size: clamp(14px, 1.8vw, 18px);
    padding:20px;
    box-sizing:border-box;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius:0px;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu>* a{ 
    flex-direction: column;
    font-size: clamp(12px, 1.8vw, 18px);
    padding: 5px 8px;
    height: 100%;
    line-height: 1.2;
}}
.wrapper#store .mainArea>section.top_search .searchMenu>*:first-child a{
    border-radius:50px 0 0 50px;
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:last-child a{
    border-radius:0 50px 50px 0px;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu>*:first-child a,
  .wrapper#store .mainArea>section.top_search .searchMenu>*:last-child a{
    border-radius: 0;
  }
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:hover a{
    background-color:var(--keyColor);
    color:#fff;
}
.wrapper#store .mainArea>section.top_search .searchMenu>* a:after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--keyColor);
    border-right: 2px solid var(--keyColor);
    transform: rotate(135deg);
    top: calc(50% - 4px);
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 0.5em;
    transition: all 0.2s 0s;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu>* a:after{ 
    content: none;
}}
.wrapper#store .mainArea>section.top_search .searchMenu>*:hover a:after{
    border-color:#fff;
}
.wrapper#store .mainArea>section.top_search .searchMenu>* i{
    content: "";
    display: inline-block;
    width:20px;
    height:20px;
    mask-position: center;
    mask-repeat:no-repeat;
    background-color:var(--keyColor);
    mask-size:contain;
    margin-right:0.5em;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search .searchMenu>* i{
    display: block;
    margin: 0 auto;
}
.wrapper#store .mainArea>section.top_search .searchMenu>* span{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:hover i{
    background-color:#fff;
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:nth-child(1) i{
    mask-image:url(/online/images/Common/icon/ico_size.svg);
    width:15px;
    height:15px;
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:nth-child(2) i{
    mask-image:url(/online/images/Common/icon/ico_directions_car.svg);
}
.wrapper#store .mainArea>section.top_search .searchMenu>*:nth-child(3) i{
    mask-image:url(/online/images/Common/icon/ico_searchTireWhite.svg);
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap{
    max-width: 1280px;
    margin: 80px auto 20px auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    gap: 60px 40px;
}
@media (max-width: 800px) {
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap{
    margin: 30px auto 20px auto;   
}}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox{
    padding: 2em;
    text-align:center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border:solid 1px #ccc;
    /*box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);*/
    flex:1;
    position: relative;
    z-index:1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
  @media (min-width: 800px) {
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox{
    border-radius: 40px;
}}
  @media (max-width: 800px) {
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox{
    flex:initial;
    width: 100%;
}}
@media (max-width: 500px) {
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox{
    padding: 2em 1em; 
}}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title{
    font-size: clamp(21px, 3vw, 28px);
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title i{
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--keyColor);
  border-radius: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-style: normal;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title i:before{
  content: "－";
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
  color: #fff;
  transition: all 0.3s ease;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title.close i:before{
  content: "＋";
  transform: rotate(180deg);
  top: 3px;
}
}
@media (max-width: 450px) {
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title{
    justify-content: flex-start;
    font-size: clamp(16px, 5vw, 20px);

}
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title i{
    width: 24px;
    height: 24px;
  }
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title i:before{
    content: "－";
    font-size: 14px;
    top: -3px;
  }}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title:before{
    content: "";
    display: block;
    width: 18%;
    padding-bottom: 18%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -3em auto 0.5em auto;
}
@media (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .title:before{ 
    width: 40px;
    padding-bottom: 40px;
    margin: 0;
    margin-right: 0.3em;
}}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .searchFlex{
  margin-top: 30px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox:nth-child(1) .title:before{
    background-image: url(/online/Images/Common/search_category_tire-top.png);
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox:nth-child(2) .title:before{
    background-image: url(/online/Images/Common/search_category_wheel-top.png);
}
 
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox div.searchFlex {
    display:flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase{
    margin:0;
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.4;
}

.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase input[type="checkbox"] + label{
  padding-left: 24px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase input[type="checkbox"] + label:before{
  position: absolute;
  left: 0;
  background-color: #fff;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase input[type="checkbox"]:checked + label:before{
  border: 2px solid var(--KeyColor);
  background-color: var(--keyColor);
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase input[type="checkbox"]:checked + label:after{
  left: 6px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .TireSearchBox div.searchFlex {
  display: inline-grid;
  grid-gap: 16px;
  width: 100%;
}
@media (max-width: 500px) {
  .wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .TireSearchBox div.searchFlex {
    grid-gap: 8px;
  }}
@media (max-width: 500px) {
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox div.searchFlex {
    display: inline-grid;
		grid-gap: 2px;
    width: 100%;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .WheelSearchBox div.searchFlex{
  display: block;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .checkBase{
    width: 100%;
}}

.wrapper#store .mainArea>section.top_search .searchBoxText{
    padding: 0.9em 0.8em;
    width: 100%;
    max-width: 465px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
}
.wrapper#store .mainArea>section.top_search .searchBoxText + p{
    font-size: 12px;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor{
    background: linear-gradient(to bottom, #ffd653 0, #f5b300 100%);
    border: 1px solid #f5b300;
    max-width: 400px;
    padding: 1em 10px;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor:hover{
    background: linear-gradient(to bottom, #f38a00 0, #ef6c00 100%);
    border: 1px solid #ef6c00;
}
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor:before{
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(/online/Images/Common/icon/ico_searchWhite.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5em;
}
/*.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor:hover:before{
    background-image: url(/online/Images/Common/icon/ico_searchOrange.svg);
}*/
.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor .lineArrow{
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
/*.wrapper#store .mainArea>section.top_search >.top_searchBoxWrap>div.top_searchBox .btnColor:hover .lineArrow{
    color:#e6ac5a;;
}*/
.wrapper#store.top_aspx .mainArea > div.ShopMessagePanel{
		margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
}

.wrapper#store .mainArea>div.RecommendParts {
	 background-color: #ffd653;
/* background:linear-gradient(to bottom,#ffd653 0,#f5b300 100%);*/
    padding: 40px 15px 20px;
		margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
	text-align:center;
}

.wrapper#store .mainArea>div.RecommendParts .recommend_area{
		text-align:center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper#store.top_aspx .item_colSlider.itemList .swiper-slide {
  padding:1.5em 0;
	background-color: #fff;
  box-sizing: border-box;
	border:solid 1px #eee;
	position:relative;
}
.wrapper#store.top_aspx .item_colSlider.itemList .swiper-slide p.NewIcon{
	position:absolute;
	left:-1px;
	top:-5px;
	display:block;
}

.wrapper#store.top_aspx .item_colSlider.itemList .swiper-slide p.NewIcon span{
	display:block;
	font-size:0.8em;
  background: #ED013C;
	color:#fff;
	padding:2px 3px;
}

.wrapper#store.top_aspx .item_colSlider.itemList .swiper-slide .ItemInfoWrap{
/*	position:absolute;
	top:150px;*/
/*background-color: var(--bgColor);*/
	display: block;
  width: 100%;
  padding:0.5em ;
	height:50%;
  /*opacity: 85%;*/
}


  /* ブランドから探す */
  #BrandSearchPartsDiv.BrandSearchParts .BrandSearch ul {}
.wrapper#store.top_aspx #BrandSearchPartsDiv.BrandSearchParts .BrandSearch ul li {
	margin:auto;
	margin-bottom:20px;
	text-align:center;
}
.wrapper#store.top_aspx #BrandSearchPartsDiv.BrandSearchParts .BrandSearch ul li a{
	font-family: 'Montserrat';
	font-size:1.4em;
	padding:1.3em 1.1em;
	max-width: none;
	margin:auto;
	text-align:center;
    border-radius: 50px;
}
@media (max-width: 500px){
.wrapper#store.top_aspx #BrandSearchPartsDiv.BrandSearchParts .BrandSearch ul li {
	margin-bottom:0px;
}

.wrapper#store.top_aspx #BrandSearchPartsDiv.BrandSearchParts .BrandSearch ul li a{
	font-family: 'Montserrat';
	font-size:1.2em;
	padding:1.1em;
}
}

/* h2.title-block  */

.wrapper#store .mainArea>div.TireMakerCategoryParts h2.title-block > p,
.wrapper#store.top_aspx .mainArea>div.newsList  h2.title-block > p,
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont h2.title-block >p  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 114px;
    color: #f5f5f5;
}
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont h2.title-block >p{
  color: #eee;
}
/* NewsListParts */

.wrapper#store.top_aspx .mainArea>div.newsList {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
    text-align:center;
}

.wrapper#store.top_aspx .mainArea>div.newsList .block{
    text-align:center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0px 15px;
}

/* RecentOrderListParts */

.wrapper#store.top_aspx .mainArea>div.RecentOrderListParts  {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
    text-align:center;
    background-color: var(--bgColor);
    padding: 0 15px;
}

.wrapper#store.top_aspx .mainArea>div.RecentOrderListParts .innerBox{
    text-align:center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* CategoryTreeParts */
.wrapper#store .mainArea .CategoryTreeParts {
  margin-top: 0px;
}
.wrapper#store .mainArea .CategoryTreeParts .titleWrap{
    padding: 20px 0 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li{
    text-align: center;
    margin: auto;
    padding:1.2em 1em;
    background-color: #a4a4a4;
    display: block;
    width: 100%;
    color:#fff;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li.active{
  background-color: var(--keyColor);
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li span.title{
  margin-bottom: 0;
  font-size: clamp(15px,3vw,24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li span.title:before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.5em; 
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li.tireSearchTab span.title:before{
  background-image: url(/online/Images/Common/icon/ico_searchTireWhite.svg);
  }
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li.wheelSearchTab span.title:before{
  background-image: url(/online/Images/Common/icon/ico_searchWheel.svg);
      width: 1.8em;
    height: 1.2em;
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li:last-child:after,
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab:after{    
content:none;
}

@media (max-width: 767px) {
.wrapper#store .mainArea .CategoryTreeParts {
	background-color: var(--bgColor);
}
.wrapper#store .mainArea .CategoryTreeParts h2.title-block{
	display:block !important;
	margin-top:30px;
}

.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab{
display:block !important;
  grid-gap:15px;
	margin:20px 15px 50px 15px;
    justify-content: space-around;
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li{
    padding:1.2em 1em;
    clip-path: inset(0 0 round 50px 50px 50px 50px);
		max-width:300px;
}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab li.wheelSearchTab{
  display: none;
}
} 


.wrapper#store .mainArea>section.top_search{
	box-sizing: border-box;
}
.wrapper#store .mainArea #tab2 {
	width: 100vw;
	max-width: 100vw;
	margin-bottom: 40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	text-align:center;
	background-color: var(--bgColor);
	padding-bottom:40px;
	border:0;
	box-sizing: border-box;
        background-color: #F5F5F5;
}
div#tab2:has(.ModalOn):before {
    content: "";
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 767px){
.wrapper#store .mainArea #tab2 {

}}
@media (max-width: 1280px){
.wrapper#store .mainArea #tab2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}}
.wrapper#store.top_aspx .mainArea #tab2 h2{
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.wrapper#store.top_aspx .mainArea #tab2 h2 span{
	color:#fff;
}
.wrapper#store.top_aspx .mainArea #tab2 h2 span{
	content: "";
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight:bold;
}

#tab2 .categorytabblock {
	margin: auto;
	text-align:center;
	width:100%;
	/*max-width: 1280px;
	padding:0 10px;*/
}
#tab2 .categoryList {
  display:none;
  width:100%;
  max-width: 1280px;
  margin: 0 auto;
}

#tab2 .repNo_1 .categoryList
{
    display:flex;
}
#tab2 .nestLevel ul
{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
}
.wrapper#store .itemList.tireSearchSlider{
  padding-top: 50px;
}
.wrapper#store .itemList.tireSearchSlider .slick-list.draggable{position:relative;}
@media (min-width: 767px) {
  .wrapper#store .itemList.tireSearchSlider{

    overflow-y: auto;
}


  .wrapper#store .itemList.tireSearchSlider.carhistorybox_visible{
    height: calc(100svh - 287px);
}
}
@media (max-width: 767px) {
  .wrapper#store .itemList.tireSearchSlider{
    overflow-y: auto;
    height: calc(100svh - 160px);
    overflow-x: hidden;
}
  .wrapper#store .itemList.tireSearchSlider.carhistorybox_visible{
    height: calc(100svh - 287px);
}
}
@media (max-width: 500px) {
  .wrapper#store .itemList.tireSearchSlider{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    height: calc(100svh - 150px);
  }
  .wrapper#store .itemList.tireSearchSlider.carhistorybox_visible{
        height: calc(100svh - 270px);
}}
.wrapper#store .itemList.tireSearchSlider .slick-prev{
  bottom: auto;
    top: 40px;
    left: 30px;
    right: auto;
    background-color: #fff;
}
@media (min-width: 1370px) {
.wrapper#store .itemList.tireSearchSlider .slick-prev{
    left: -1080px;
    right: 0;
}}
@media (max-width: 500px) {
.wrapper#store .itemList.tireSearchSlider .slick-prev{
    width: 150px;
    left: 10px;
}}
.wrapper#store .itemList.tireSearchSlider .slick-prev:before,
.wrapper#store .itemList.tireSearchSlider .slick-prev:after{
  color: #333;
}
@media (max-width: 500px) {
.wrapper#store .itemList.tireSearchSlider .slick-prev:before{
    font-size: 14px;
}
.wrapper#store .itemList.tireSearchSlider .slick-prev:after{
    font-size: 12px;
}
}
.wrapper#store .itemList.tireSearchSlider li{
  width: calc((100% / 4) - 20px);
  padding-left: 40px;
  font-weight: 500;
}
@media (max-width: 1000px){
  .wrapper#store .itemList.tireSearchSlider li{
    width: calc((100% / 3) - 20px);
  }
}
@media (max-width: 500px){
  .wrapper#store .itemList.tireSearchSlider li{
    width: calc((100% / 2) - 20px);
  }
}
#tab2 .categoryList li{
	border: 1px solid #ccc;
	background-color: #fff;
	background-color: #fff;
	border-radius: 5px;
	margin:8px;
	padding:1em;
	text-align:center;
	display:block;
	cursor: pointer;
	min-width:120px;
	position: relative;
   /* background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);*/
   box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
#tab2 .categoryList li:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    border-radius: 20px;
    margin-right: 0.5em;
    background-color: #f5f5f5;
    position: absolute;
    left: 14px;

}

#tab2 .categoryList li.selected,
#tab2 .categoryList li:hover {
	border: 1px solid  var(--keyColor);
	border-bottom:1px  solid  var(--keyColor);
	background-color: #E5F8E6;
	color: var(--keyColor);
}
#tab2 .categoryList li.selected{
  color: #333;
  border-bottom: 1px solid var(--keyColor);
  background: #E5F8E6;
}
#tab2 .categoryList li.selected:before{
background-color: var(--keyColor);
border-color: var(--keyColor);
}
#tab2 .categoryList li.selected:after{
  content: "";
  width: 10px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  bottom: 0px;
  top: 0;
  left: 19px;
  position: absolute;
  margin: auto;
  display: block;
  transition: all 0.2s 0s;
}

#tab2 .categoryList.open
{
    display:block;
}
.wrapper .wheelCont{
  min-height: 200px;
}
.wrapper .wheelCont p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(200px + 40px);
  min-height: 1%;
  margin-bottom: -40px;
  background-color: #f8f8f7;
}
/*

#tab2 .categoryList.open
{
  display:block;
	border:solid 1px red ;
}
#tab2 .categoryList.open
{
  display:block;
	border: 1px solid  var(--btnColor);
	background-color: #fff;
	border-radius: 8px;
	padding:0px 20px 20px 20px;
	margin-top:20px;
}
#tab2 .categoryList.open i{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #666;
  border-bottom: 0;
	text-align: center;
	margin: auto;
	position:relative;
	top:-30px;
	display: block;
}
#tab2 .repNo_1 .categoryList i {
	display:none;
}
#tab2 .repNo_1 .categoryList {
	padding:20px;
}

#tab2 .categoryList.open p.title {
}
#tab2 .categoryList.open p.title span:after {
	content : "○○を選択してください";
}
#tab2 .categoryItem.selected
{
	border: 1px solid  var(--btnColor);
	background-color: var(--btnColor);
	color:#fff;
}
#tab2 .categoryList a{
	color: var(--keyColor);
	text-decoration:none;
}
#tab2 .categoryList a:hover{
	color: #fff;
	text-decoration:underline;
}
 */

.wrapper#store .ol-searchform input.search-field{
width:140px;
}

.wrapper#store .mainArea>section.top_search >div.top_btnBox{
    width:100%;
    max-width: 780px;
    margin: 0 auto;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel{
    display:flex;
    flex-wrap:wrap;
    gap:0 14px;
    position:relative;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire{
    /*padding-bottom:24px;
    margin-bottom:24px;*/
}

.wrapper#store .mainArea>section.top_search >div.top_btnBox + p.right{
    margin: 5px auto 0px auto;
    text-align: right;
    max-width: 780px;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox + p.right a{
    color: #fff;
    text-decoration:underline;
    position:relative;
    display:inline-block;
    padding-right: 10px;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox + p.right a:before{
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 1px;
    margin: auto;
}
/*.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire:after{
    content: "";
    display:block;
    position: absolute;
    width:60%;
    height:1px;
    background-color:#fff;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}*/
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li{
    background-color:rgba(255,255,255,0.9);
    border-radius:8px;
    position:relative;
    box-shadow: 0px 2px 2px 1px rgba(78,78,78,0.4);
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li i:not(.ico_inforamtion),
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li i:not(.ico_inforamtion){
display:block;
padding:8px;
border-radius:8px 8px 0 0;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li i:not(.ico_inforamtion):before,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li i:not(.ico_inforamtion):before{
    content: "";
    display:block;
    width:36px;
    height:37px;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;

}
@media screen and (min-width: 767px) {
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li i:not(.ico_inforamtion):before,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li i:not(.ico_inforamtion):before{
    width: 46px;
    height: 47px;
}}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li.model i:before{
background-image:url(/online/Images/Common/ico_car.svg);
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li.wheel i:before{
background-image:url(/online/Images/Common/ico_wheel.svg);
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li.size i:not(.ico_inforamtion):before{
background-image:url(/online/Images/Common/ico_size.svg);
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li.maker i:before{
background-image:url(/online/Images/Common/ico_handle.svg);
}
@media screen and (min-width: 767px) {
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li.size i:not(.ico_inforamtion):before,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li.maker i:before{
    width: 35px;
    height: 36px;
}}

.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li{
    width: calc((100% / 2) - (14px / 2));
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li a{
    flex-direction: column;
    display: flex;
    height: 100%;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li >*{min-height:1%;}

.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li{
    width: calc((100% / 2) - (14px / 2));
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel .ico_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color:#f8f7f4;
border-radius:8px 8px 0 0;
}

.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel .ico_wrap i:first-of-type:before{
    background-image:url(/online/Images/Common/ico_wheel.svg);
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel .ico_wrap i:last-of-type:before{
    background-image:url(/online/Images/Common/ico_tire.svg);
}

.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li p,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li p{
    padding:8px;
    box-sizing:border-box;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox ul.top_btnTire:last-of-type li p{
    padding:0px 8px 8px 8px;
}
@media screen and (min-width: 767px) {
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li p,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li p{
    font-size:16px;
}}
@media screen and (max-width: 450px) {
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li p,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li p{
    font-size:12px;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox ul.top_btnTire:last-of-type li p{
        font-size: clamp(10px, 3vw, 12px);
        letter-spacing: 0.3px;
}
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li p{
    color:#666666;
    margin: auto;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire li p span,
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnWheel li p span{
    font-weight:600;
    font-size:1.2em;
    color:#222;
}

.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li{
  width: 100%;
  min-height: 85px;
}
@media screen and (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li{
  min-height: 75px;
  }
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li:nth-child(1){
  margin-bottom: 16px;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li a{
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li a i{
background-color: transparent;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li:nth-child(1) i{
  width: 134px;
}
@media screen and (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li:nth-child(1) i{
    width: 112px;
}}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li:nth-child(1) p{
  width: 218px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li:nth-child(1) p{
    width: 202px;
}}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel>li p{
  margin: auto 0 auto 0;
}
.wrapper#store .mainArea>section.top_search >div.top_btnBox .top_btnTire.top_btnWheel .ico_wrap{
  background-color: transparent;
}

.wrapper#store .mainArea .CategoryTreeParts .titleWrap.modalTit,
.wrapper#store .mainArea .CategoryTreeParts .tireCont .titleWrap{
    padding-top:30px;
    width: 100%;
}
.wrapper#store .mainArea .CategoryTreeParts .tireCont .titleWrap{
     background:linear-gradient(to bottom, #fff 0%, #fff 50%, #F5F5F5 50%, #F5F5F5 100%)
}
@media screen and (max-width: 500px) {
.wrapper#store .mainArea .CategoryTreeParts .titleWrap.modalTit,
.wrapper#store .mainArea .CategoryTreeParts .tireCont .titleWrap{
    padding-top:30px;
    padding-bottom:16px;
}
.wrapper#store .mainArea .CategoryTreeParts .tireCont .titleWrap h2.mb20{
margin-bottom:10px!important;
}
}
.wrapper#store .mainArea .CategoryTreeParts .titleWrap.modalTit h2{
    font-weight:600;
    color:#fff;
}
.wrapper#store .mainArea .CategoryTreeParts .titleWrap.modalTit h2 i{
    position:relative;
}
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2  .titleWrap.modalTit h2,
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont h2 span{
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
color:#333;
}
    @media screen and (max-width: 767px) {
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2  .titleWrap.modalTit h2,
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont h2 span{
font-size:24px;
display:none;
}
}

.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .titleWrap.modalTit h2 i:before{
    content: "";
    display:block;
    width:36px;
    height:37px;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}
.wrapper#store.top_aspx  .mainArea .CategoryTreeParts #tab2 .tireCont h2:before{
  content: "";
  display:block;
  height:20px; 
}
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont .titleWrap{
  position: relative;
}
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont .titleWrap:before{
  content: "";
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  margin: auto;
  background-image: url(/online/Images/Common/category_set.png);
  width: 100%;
  max-width: 197px;
  padding-bottom: 5.7%;
  max-height: 97px;
  position: absolute;
  top: -70%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont .titleWrap:before{
    width: 15%;
    max-width: 197px;
    padding-bottom: 5.7%;
    max-height: 97px;
  }
}

@media screen and (max-width: 800px) {
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont .titleWrap:before{
    width: 25%;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn .titleWrap:before{
    width: 20%;
    top: -60%;
  }
}
  .wrapper#store .mainArea .CategoryTreeParts .tireCont.ModalOn .titleWrap{
    background: #f8f7f4;
  }

  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn .titleWrap:before{
    content: none;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn{
    background: #f8f7f4;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn .closeModal.SpOnly{
    color: #333;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn .titleWrap h2{
    display: none!important;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn h2:before{
    content: none;
  }
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn h2.title-block >p{
    display: none!important;
  }
  @media screen and (min-width: 767px) {
  .wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .tireCont.ModalOn .step{
    margin-top: 30px;
  }}


.wrapper#store .mainArea .CategoryTreeParts .sizeCont .titleWrap.modalTit h2 i:before{
    background-image: url(/online/Images/Common/ico_size_white.svg);
}
.wrapper#store .mainArea .CategoryTreeParts .makerCont .titleWrap.modalTit h2 i:before{
    background-image: url(/online/Images/Common/ico_handle_white.svg);
}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts.RecommendCategoryParts.mt40{
    margin-top:0!important;
}
.wrapper#store.top_aspx .mainArea #tab2 .makerCont .TireMakerCategoryParts.RecommendCategoryParts .title-block{display:none!important;}

.wrapper#store.top_aspx .mainArea #tab2 .makerCont .itemList{
    width:100%;
    margin-left:0;
    margin-right:0;
}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList li a >p.linkTxt{
    margin-top:10px;
    background-color: transparent;
    border: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList.list-col3 li{
    margin: 20px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
.wrapper#store.top_aspx .mainArea #tab2 .makerCont .itemList{
    padding: 24px 16px;
    gap: 8px 12px;
}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList.list-col3 li{
        width: calc((100% / 2) - 6px);
        margin: 0;
}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList li a >p.linkTxt{
    padding: 4px 2.5em 4px 0px;
    width: calc(95% - 10px);
}
}
.wrapper#store .sizeCont div.top_searchBoxWrap{
    box-sizing:border-box;
    padding:20px;
    /*background: url(/online/images/Common/Banner/dummy5.jpg) center center no-repeat;*/
    background-size: cover;
    height: calc(100% - 91px);
}

@media screen and (max-width: 767px) {
.wrapper#store .sizeCont div.top_searchBoxWrap{
height: calc(100dvh - 91px);
}}
@media screen and (max-width: 500px) {
.wrapper#store .sizeCont div.top_searchBoxWrap{
height: calc(100dvh - 78px);
}}


.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList li a >p.linkTxt span{display:none;}
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList li a > p.linkTxt em{
    display:none;
}
@media screen and (max-width: 767px) {
.wrapper#store .mainArea .makerCont .TireMakerCategoryParts ul.itemList li a >div{
        padding: 1em 1em 0px 1em;
}}

.searchBottomcaption{
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
.searchBottomcaption{
    font-size: 10px;
    padding: 0 10px 20px 10px;
}}
/*CarHistoryBox*/
 .CarHistoryBox{
    background-color: #f3f3f3;
    text-align: center;
    padding: 10px 35px 10px 10px;
    position: relative;
}
.wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox,
.wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox{
  max-width: 1260px;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
  text-align: left;

}
@media screen and (min-width: 768px) {
.wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox{
  display: none!important;
}}
@media screen and (min-width: 600px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox{
    padding: 10px 14em 10px 10px;
}}
@media screen and (max-width: 600px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox{
    padding: 1.5em 1em 1em 1em;
}
.wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox strong,
.wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox strong{
    margin-bottom: 1em;
}}
@media screen and (max-width: 350px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox{
    padding: 1.5em 0.5em 1em 0.5em;
}}
.wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox .CarSearch .txtOut,
.wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox .CarSearch .txtOut{
  overflow: visible;
  text-indent: 0;
  white-space: initial;
  display: block;
  position: absolute;
  width: 10.5em;
  height: 3.2em;
  border: 1px solid var(--keyColor);
  background-color: #fff;
  color: var(--keyColor);
  border-radius: 40px;
  padding: 0.8em 1.2em 0.8em 0.8em;
  box-sizing: border-box;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: clamp(12px, 1.5vw, 14px);
}
@media screen and (max-width: 600px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox .CarSearch .txtOut,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox .CarSearch .txtOut{ 
    top: 1.2em;
    bottom: auto;
    font-size: clamp(11px, 1.5vw, 14px);
    border-radius: 8px;
}}
@media screen and (max-width: 400px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox .CarSearch .txtOut,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox .CarSearch .txtOut{ 
    width: 10em;
}}
.wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox .CarSearch .txtOut:after,
.wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox .CarSearch .txtOut:after{
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  font-size: 20px;
  line-height: 1;
  color: var(--keyColor);
  transition: all 0.2s ease;
}
@media screen and (max-width: 400px) {
  .wrapper#store .mainArea #tab2 .tireCont .CarHistoryBox .CarSearch .txtOut:after,
  .wrapper#store .CategoryTreeParts .CarHistoryBox.spCarHistoryBox .CarSearch .txtOut:after{ 
    width: 16px;
    height: 16px;
    font-size: 16px;
}}
 .CarHistoryBox:hover{
    background-color: #ebebeb;
    cursor: pointer;
}
 .CarHistoryBox strong{
color: var(--keyColor);
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
.CarHistoryBox strong:before{
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  border-radius: 1em;
  background-color: var(--keyColor);
}
.CarHistoryBox strong:after{
  content: "";
  width: 10px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  bottom: 0px;
  top: 0;
  left: 6px;
  position: absolute;
  margin: auto;
  display: block;
  transition: all 0.2s 0s;
}
 .CarHistoryBox .CarSearch{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
 .CarHistoryBox .CookieClear{
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px;
    color: var(--keyColor);
}
.CarHistoryBox .CookieClear:before{
  content:"×";
  display: inline-block;
}
 .CarHistoryBox .CookieClear:hover{
    cursor: pointer;
}
.top_btnTire.top_btnWheel+ .CarHistoryBox{
    background-color: rgba(245, 245, 245, 0.8);
    color: #333;
    border: 1px solid #fff;
    text-align: left;
    padding: 10px 30px 10px 16px;
    width: 100%;
    max-width: none;
    margin: 24px auto 0 auto;
    border-radius: 5px;
    position:relative;
}
.top_btnTire.top_btnWheel+ .CarHistoryBox:hover{
    background-color: rgba(213, 213, 213, 0.8);
    cursor: pointer;
}
.top_btnTire.top_btnWheel+ .CarHistoryBox strong{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    color:var(--keyColor);
}
@media screen and (max-width: 450px) {
.top_btnTire.top_btnWheel+ .CarHistoryBox strong{
    font-size: 14px;
}}
@media screen and (max-width: 450px) {
.tabMenu .CarHistoryBox .CarHistory,
.top_btnTire.top_btnWheel+ .CarHistoryBox .CarHistory{
    font-size: 12px;
}}
.top_btnTire.top_btnWheel+ .CarHistoryBox .CarSearch{
    background-color: transparent;
    color: var(--keyColor);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
/*.tabMenu .CarHistoryBox .CarSearch:after,
.top_btnTire.top_btnWheel+ .CarHistoryBox .CarSearch:after{
    content: "\e5c8";
    font-family: "Material Symbols Outlined";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    font-size: 20px;
    line-height: 1;
    color: var(--keyColor);
    transition: all 0.2s ease;
}
.tabMenu .CarHistoryBox .CarSearch:hover:after,
.top_btnTire.top_btnWheel+ .CarHistoryBox .CarSearch:hover:after{
    right: 5px;
}*/
.top_btnTire.top_btnWheel+ .CarHistoryBox .CookieClear{
    display: inline-block;
    text-decoration: underline;
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 12px;
display:none;
}
.txtOut{
overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    position: absolute;
}
    .tiretype,
    .lastchoice {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
    }
@media screen and (max-width: 700px) {
  .lastchoice {
    margin-top: 24px;
}}
.lastchoice .tit{
  font-size: 17px;
  line-height: 1.5;
  padding: 10px  0;
}

.lastchoice .tit em{
  font-size: 1.33334em;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
.lastchoice .tit em{
  display:block;
}
}
@media screen and (min-width: 700px) and (max-width: 870px) {
.lastchoice .lastselectWrapBox>.lastselectBox#tireWheelSetBlock .tit em,
.lastchoice .lastselectWrapBox>.lastselectBox#tireBlock .tit em{
  display:block;
}
}
@media screen and (min-width: 1000px) {
  .lastchoice .tit{ 
    font-size: clamp(14px, 1.4vw, 17px);
}}
@media screen and (max-width: 1000px) {
  .lastchoice .tit{ 
    font-size: clamp(14px, 2vw, 17px);  
}}
.lastchoice .lastselectWrapBox{
  gap: 16px;
  flex-wrap: wrap;
}

.lastchoice .lastselectWrapBox .icon_img:before,
.lastChoiceNav .icon_img:before{
  content:"";
  display: block;
  width: 116px;
  height: 55px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}
@media screen and (max-width: 445px) {
.lastChoiceNav .icon_img:before{
  width: 100%;
  padding-bottom: 47%;
  height: auto;
}}
.lastchoice .lastselectWrapBox>.lastselectBox{
    width: auto;
    flex: 1;
    background-color: #F8F7F4;
    padding: 24px 16px 40px 16px;
    box-sizing: border-box;
    border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .lastchoice .lastselectWrapBox>.lastselectBox{
    flex: initial;
    padding-bottom: 24px;
  }
.lastchoice .lastselectWrapBox>.lastselectBox#tireBlock,
.lastchoice .lastselectWrapBox>.lastselectBox#tireWheelSetBlock{
  width: calc(50% - 8px);
}
.lastchoice .lastselectWrapBox>.lastselectBox#wheelBlock{
width: 100%;
}
}
@media screen and (min-width: 767px) {
  .lastchoice .lastselectWrapBox>.lastselectBox{
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  } }
@media screen and (max-width: 700px) {
  .lastchoice .lastselectWrapBox>.lastselectBox#tireBlock,
  .lastchoice .lastselectWrapBox>.lastselectBox#tireWheelSetBlock{
    flex: initial;
    width: 100%;
  }}
.lastchoice .lastselectWrapBox>.lastselectBox:first-child .icon_img:before,
.lastChoiceNav>div:nth-child(1) .icon_img:before{
  background-image: url(/online/Images/Common/category_set.png);
}
.lastchoice .lastselectWrapBox>.lastselectBox:nth-child(2) .icon_img:before,
.lastChoiceNav>div:nth-child(2) .icon_img:before{
  background-image: url(/online/Images/Common/category_tire.png); 
}
.lastchoice .lastselectWrapBox>.lastselectBox:nth-child(3) .icon_img:before,
.lastChoiceNav>div:nth-child(3) .icon_img:before{
  background-image: url(/online/Images/Common/category_wheel.png);  
}
.lastchoice a{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
justify-content: flex-start;
    flex:1;
    border: 1px solid;
/*    max-width: 320px;*/
    padding: 16px 25px 16px 16px;
    background: #ccc;
    color: white;
    border-radius: 6px;
    position: relative;
    transition: all 0.2s ease;
    letter-spacing: 0;
    font-size: 17px;
    }
    .lastchoice a{
      margin-top: 20px;
      border-radius: 40px;
      border: 1px solid;
    }
@media screen and (min-width: 1000px) {
.lastchoice a{
  font-size: clamp(12px, 1.1vw, 17px); 
}}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .lastchoice a{
font-size: clamp(12px, 1.8vw, 17px);
}}
@media screen and (max-width: 767px) {
  .lastchoice a{
      flex:1;
      justify-content: flex-start;
      padding: 16px 24px 16px 8px;
  }
  .lastchoice a + a{
    margin-top: 16px;
  }
}
  @media screen and  (max-width: 450px) {
    .lastchoice a{
  font-size: clamp(12px, 4vw, 17px);
  }}
.lastchoice a span{
    flex: 1;
}
.lastchoice a span{
    width: calc(100% - 60px);
    text-align: left;
    display: inline-block;
}
@media screen and (max-width: 767px) {
.lastchoice a span{
    width: calc(100% - 40px);
}}
.lastchoice a em{
font-size:1.1em;
font-weight:600;
margin: 0 0.2em 0 0em;
    letter-spacing: 0.5px;
}

.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a{
    background: #fff;
    border-color: var(--keyColor);
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a span{
  color: #333;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a:hover span{
  color: #fff;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a:after{
  color: var(--keyColor);
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a:hover:after{
  color: #fff;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire{
  border-color: #ffd339;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:hover,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:hover{
  background-color: #ffd339;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:after,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:after{
  color: #ffd339;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:hover:after,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:hover:after{
  color: #fff;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire{
  border-color: #0081CC;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset:hover,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire:hover{
  background-color: #0081CC;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset:after,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire:after{
  color: #0081CC;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset:hover:after,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire:hover:after{
  color: #fff;
}
.tireSearchSlider .wrap4 .lastchoice .Tire a,
.tireSearchSlider .wrap4 .lastchoice .tireWheelSet a{
max-width:none;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontireset,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontire{
  border-color: var(--keyColor); 
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontireset:hover,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontire:hover{
  background-color: var(--keyColor);
}
.tireSearchSlider .wrap4 .lastchoice .Wheel a{
    width: calc(100% / 3);
    max-width: none;
    flex: initial;
}

.lastchoice a:hover{
opacity:0.8;
}

.lastchoice a:after{
    content: "\e5c8";
    font-family: "Material Symbols Outlined";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    font-size: 20px;
    line-height: 1;
    transition: all 0.2s ease;
}
.lastchoice a:hover:after{
    right: 5px;
}
/*.lastchoice a:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
.lastchoice a:before{
    width: 30px;
    height: 30px;
}}
@media screen and (max-width: 360px) {
.lastchoice a:before{
    width: 24px;
    height: 24px;
}}
*/
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a:hover:before{
    transform: rotate(135deg);
}

.lastchoice a.tire:before{
    background-image: url(/online/Images/Common/ico_tire_white.svg);
}
.lastchoice a.wheel:before{
    background-image: url(/online/Images/Common/ico_wheel_white.svg);
}
.lastchoice a.summertireset:before{
    background-image: url(/online/Images/Common/ico_wheelTire_white.svg);
}
.lastchoice a i{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 700px) {
  .lastchoice a i{
    width: 36px;
    height: 36px;
  }
}
.tireSearchSlider .lastchoice a i{
  background-color: #fff;
  margin-right: 10px;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .lastchoice a.wheel{
  max-width: 420px;
  margin: 0 auto;
}
.lastchoice a.wheel span{
  text-align: center;
  margin-left: -20px;
}
.tireSearchSlider .lastchoice a.wheel i{
  margin-right: 0;
}
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset i,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire i{
  background-color: #ffd339;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:hover i,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:hover i{
  background-color: #fff;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset i,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire i{
  background-color: #0081CC;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset:hover i,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire:hover i{
  background-color: #fff;
}
/*.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontireset i,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontire i{
  background-color: #C8C8C8;
}*/
.lastchoice a i:before{
  content:"";
  position: absolute;
  width: 26px;
  height: 26px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #ccc;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .lastchoice a i:before{ 
    width: 22px;
    height: 22px;
}}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a i:before{
  background-color: #fff;
}
.lastchoice a.summertireset i:before,
.lastchoice a.summertire i:before{
  mask-image: url(/online/Images/Common/ico_sunny.svg);
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:hover i:before,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:hover i:before{
  background-color: #ffd339;
}
.lastchoice a.studlesstireset i:before,
.lastchoice a.studlesstire i:before{
  mask-image: url(/online/Images/Common/ico_snow.svg); 
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstireset:hover i:before,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.studlesstire:hover i:before{
  background-color: #0081CC;
}
.lastchoice a.allseasontireset i:before,
.lastchoice a.allseasontire i:before{
  background-image: url(/online/Images/Common/ico_allseason_disabled.svg); 
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.lastchoice a.allseasontireset i,
.lastchoice a.allseasontire i{
  background-color: transparent;

}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontireset i:before,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontire i:before{
  background-color: transparent;
  background-image: url(/online/Images/Common/ico_allseason_nitta.svg); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lastchoice a.wheel i{
  background-color: transparent;
}
.lastchoice a.wheel i:before{
  mask-image: url(/online/Images/Common/ico_wheel.svg);
  background-color: #fff;
  width: 32px;
  height: 32px;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.wheel i:before{
  background-color: #444444;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.wheel:hover i:before{
  background-color: #fff;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.wheel:hover{
  background-color:var(--keyColor);
}
.lastchoice .alertMessage,
.categorytabblock .alertMessage{
    width: 240px;
    margin: 0 calc(50% - 120px);
    border: 1px solid #666;
    flex: auto;
    padding: 10px;
    border-radius: 32px;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    top: 0px;

}
.lastchoice .alertMessage:before,
.lastchoice .alertMessage:after,
.categorytabblock .alertMessage:before,
.categorytabblock .alertMessage:after{
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width:8px;
}
.lastchoice .alertMessage:before,
.categorytabblock .alertMessage:before{
    border-top-color: #000;
    margin-left: -8px;
}
.lastchoice .alertMessage:after,
.categorytabblock .alertMessage:after{
    margin: -1px 0 0 -8px;
    border-top-color: #fff;
}
.tiretype label{
  display: inline-flex;
  align-items: center; /* 高さ揃えのポイント */
  font-size: 1.5rem;
  cursor: pointer;
}

.tiretype input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle; /* 念のため */
}
.tiretype {
  font-size:16px;
  padding-top:5px;
}
@media screen and (min-width: 701px) {
  .lastChoiceNav.display_700px{
  display: none;
}}

.lastChoiceNav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 8px;
  position: relative;
}

.lastChoiceNav>* {
  flex: 1;
  background-color: #f8f7f4;
  position: relative;
  width: calc((100% / 3) - (16px / 3));
}

.lastChoiceNav>* a {
  display: block;
  padding: 8px 8px 29px 8px;
  box-sizing: border-box;
}
.lastChoiceNav>* p{
  font-weight: bold;
  margin-top: 16px;
  font-size: clamp(10px,1vw,12px);
}
@media screen and (max-width: 360px) {
.lastChoiceNav>* p{
letter-spacing: 0.2px;
width: calc(100% + 10px);
margin: 16px 0 0 -5px;
}}
.lastChoiceNav>*:before{
  content:"";
  display: block;
  width: 100%;
  background-color: #777;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lastChoiceNav>*:after{
content: '';
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(135deg);
bottom: 8px;
left: 0;
right: 0;
position: absolute;
margin: auto;
display: block;
transition: all 0.2s 0s;
}

.lastchoice .lastselectWrapBox,
.lastChoiceNav{
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice .lastselectWrapBox,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastChoiceNav{
  opacity: 1;
  height: auto;
}
.tireCont.ModalOn .tireSearchSlider .lastChoiceNav{
  background-color: #fff;
  width: 100%;
  margin-left: 0px;
  padding: 30px 10px 40px 10px;
  margin-bottom: 0;
}
.tireCont.ModalOn .tireSearchSlider .lastchoice{
  background-color: #fff;
  width: 100%;
  margin-left: 0px;
  padding: 0px 10px 0 10px;
  margin-top: 0;
}
.wrapper#store.top_aspx .tireCont .tireSearchSlider .searchBottomcaption{
  margin-top: 30px; 
}
.tireCont.ModalOn .tireSearchSlider .searchBottomcaption{
  margin-top: 20px;
}
.tireCont.ModalOn .tireSearchSlider .wrap4:has(ul>li.selected) + .searchBottomcaption{
  width: 100%;
  margin-left: 0px;
  margin-top: 0!important;
  background-color: #fff;
  padding-top: 20px;
}
@media screen and (min-width: 499px) {
  .tireCont.ModalOn .tireSearchSlider .lastChoiceNav{
  width: calc(100% + 20px);
  margin-left: -10px;
}
.tireCont.ModalOn .tireSearchSlider .lastchoice{
  background-color: #fff;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 0;
}
}
@media screen and (min-width: 499px) and (max-width: 767px){
.tireCont.ModalOn .tireSearchSlider .wrap4:has(ul>li.selected) + .searchBottomcaption{
  width: calc(100% + 20px);
  margin-left: -10px !important;
  margin-top: 0 !important;
  background-color: #fff;
}}
@media screen and (min-width: 700px) {
  .tireCont.ModalOn .tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice{
  padding-top: 40px;
}}
@media screen and (min-width: 767px) {
  .tireCont.ModalOn .tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice{
  background-color: #f5f5f5;
}}
.wrapper#store .mainArea .tabMenu:not(:has(.ModalOn)) #closeModal{
display:none;
}


.top_searchBox dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 15px;
  align-items: center;
  width: 100%;
  max-width: 490px;
  margin: 0px auto 20px auto;
  font-family: Arial, sans-serif;
}

.top_searchBox dt {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  font-size:16px;
}
@media (min-width: 799px) {
.top_searchBox dt {
  text-align: right;
}}
@media (max-width: 799px) {
  .top_searchBox dt {
   font-size: clamp(12px,3vw,16px);
  }}
.top_searchBox dd {
  margin: 0;
  position:relative;
}
.top_searchBox dd:has(select):after,
.top_searchBox dd .selectWrap:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(135deg);
  bottom: 0px;
  top: 0;
  right: 16px;
  position: absolute;
  margin: auto;
  display: block;
  transition: all 0.2s 0s;
}
@media (max-width: 799px) {
  .top_searchBox dd:has(select):after,
  .top_searchBox dd .selectWrap:after{ 
    width: 8px;
    height: 8px;
    right: 10px;   
}}
.top_searchBox dd:has(.selectWrap){
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top_searchBox select {
  width: 100%;
  padding: 1.17em 0.8em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.top_searchBox select.insetto,
.top_searchBox select.insetfrom {
  width: 100%;
}
.top_searchBox .selectWrap{
  width: calc(50% - 10px);
  position: relative;
}
.top_searchBox select:focus {
  border-color: #007BFF;
  outline: none;
  box-shadow: 0 0 2px rgba(0, 123, 255, 0.5);
}

@media (max-width: 600px) {
  .top_searchBox dl {
    grid-template-columns: max-content 1fr;
  }

  .top_searchBox dt, dd {
    width: 100%;
  }
}
.tireCont.ModalOn, 
.wheelCont.ModalOn{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}