
@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 bottom no-repeat;
    background-size: cover;
    padding: 0px 15px 80px;
		margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); 
    width: 100vw;
}
  @media (min-width: 767px) {
.wrapper#store .mainArea>section.top_search {
    padding: 0px 15px 68px;
}}
div.top_searchBox{
  max-width: 780px;
	text-align:center;
	margin:0px auto 20px auto;
	border-radius: 8px;
  padding: 2em;
    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);
}
@media (max-width: 500px) {
  div.top_searchBox{
    padding: 2em 1em; 
}}
div.top_searchBox .title{
    font-size: clamp(21px, 3vw, 28px);
    padding-bottom:10px;
    display: none;
}
div.top_searchBox .title:before{
    content: "";
    display: inline-block;
    width: 1.7em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/online/Images/Common/icon/ico_searchTireSize.svg);
    vertical-align: middle;
    margin-right: 0.2em;
}
div.top_searchBox .title:after{
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    background-color: #333;
    margin-top: 20px;
}
@media (max-width: 500px) {
  div.top_searchBox .title:after{ 
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
}}
 
div.top_searchBox .title + div {
    display:flex;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
}
div.top_searchBox .checkBase{
    margin:0;
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.4;
}
@media (max-width: 700px) {
  div.top_searchBox .checkBase{
    width: calc(100% / 3);
}}
div.top_searchBox .checkBase input[type="checkbox"] + label{
  padding-left: 24px;
}
div.top_searchBox .checkBase input[type="checkbox"] + label:before{
  position: absolute;
  left: 0;
}
@media (max-width: 500px) {
  div.top_searchBox .title + div {
    display: inline-grid;
		grid-gap: 2px;
}
  div.top_searchBox .checkBase{
    width: 100%;
}}

.top_search .searchBoxText,
.searchBoxText{
	padding:0.8em;
	width: 100%;
	max-width: 600px;
	background-color: #eee;
	border:solid 1px #ccc;
}
div.top_searchBox .btnColor{
    background: linear-gradient(to bottom, #ffd653 0, #f5b300 100%);
    border: 1px solid #f5b300;

}
div.top_searchBox .btnColor:hover{
  border-color: rgb(230, 172, 90);
  background-image: -moz-linear-gradient( 90deg, rgba(217,55,36,0.9) 0%, rgb(255,82,83) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(217,55,36,0.9) 0%, rgb(255,82,83) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(217,55,36,0.9) 0%, rgb(255,82,83) 100%);
    border: 1px solid #db3927;
}
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;
}
/*div.top_searchBox .btnColor:hover:before{
    background-image: url(/online/Images/Common/icon/ico_searchOrange.svg);
}*/
div.top_searchBox .btnColor .lineArrow{
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
/*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: var(--bgColor);
/* 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: var(--yellow);
	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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 114px;
    color: #f5f5f5;
}

/* 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;
}
@media (min-width: 767px){
.wrapper#store .mainArea .CategoryTreeParts {
    margin-top: -240px;
}
}
.wrapper#store .mainArea .CategoryTreeParts .titleWrap{
    padding: 40px 0 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/online/Images/Common/bg_searchTireWheel.jpg);
}
@media (min-width: 767px){
.wrapper#store .mainArea .CategoryTreeParts .titleWrap{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
}}
.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    gap: 0 10px;
}
.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%);*/
    border-radius: 8px 8px 0 0;
}
.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{

	margin-top:30px;
}

.wrapper#store .mainArea .CategoryTreeParts .CategoryTreePartsTab{
	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);*/
    border-radius: 8px 8px 0 0;
		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:solid 5px var(--keyColor);
	box-sizing: border-box;
	border:none;
	padding-bottom:0px;
	margin-bottom: 0px;
}
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 {
    background-color: transparent;
}}
@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
	display:none;
}
.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{
    height: calc(100svh - 167px);
    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);
}
  .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: 20px;
    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 #666;
	border-bottom:3px  solid #666;
	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%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#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:3px  solid  var(--keyColor);
	background-color: #e6ac5a;
	color: var(--keyColor);
}
#tab2 .categoryList li.selected{
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#41a36ce0), to(#41a36c));
  background: -webkit-linear-gradient(top, #ed8c7f 0%, #ed8c7f 100%);
  background: linear-gradient(to bottom, #ed8c7f 0%, #ed8c7f 100%);
  box-shadow: none;
  border-bottom: 3px solid #666666;
}
#tab2 .categoryList li.selected:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--keyColor);
    position: absolute;
    border-radius: 20px;
    left: 19px;
}

#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: 310px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sponly{display:block !important;}
  .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{
    background-image:none;
    background-color: #444;
    padding-top:30px;
    width: 100%;
}
@media screen and (max-width: 500px) {
.wrapper#store .mainArea .CategoryTreeParts .titleWrap.modalTit,
.wrapper#store .mainArea .CategoryTreeParts .tireCont .titleWrap{
    padding-top:25px;
    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{
    display: flex;
    justify-content: center;
    align-items: center;
}
    @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 .tireCont h2 span:before,
.wrapper#store.top_aspx .mainArea .CategoryTreeParts #tab2 .titleWrap.modalTit h2 i:before{
    content: "";
    display:inline-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 span:before{
    background-image: url(/online/Images/Common/ico_car_white.svg);
    margin: 0;
    margin-right:0.5em;
}
.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*/
.tabMenu .CarHistoryBox{
    background-color: #f3f3f3;
    text-align: left;
    padding: 10px 35px 10px 10px;
    position: relative;
}
.tabMenu .CarHistoryBox:hover{
    background-color: #ebebeb;
    cursor: pointer;
}
.tabMenu .CarHistoryBox strong{
color: var(--keyColor);
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
}
.tabMenu .CarHistoryBox .CarSearch{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tabMenu .CarHistoryBox .CookieClear{
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px;
}
.tabMenu .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 (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: #333;
}
.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: #333;
}
.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: var(--keyColor);
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:hover,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:hover{
  background-color: var(--keyColor);
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertireset:after,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.summertire:after{
  color: var(--keyColor);
}
.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: #333; 
}
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontireset:hover,
.tireSearchSlider .wrap4:has(ul>li.selected) .lastchoice a.allseasontire:hover{
  background-color: #333;
}
.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: var(--keyColor);
}
.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: var(--keyColor);
}
.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.svg); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.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: #333;
}
.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;
}

