@charset "UTF-8";
/*------------------------------------------------
	BTOS トップページ (システム部分)
------------------------------------------------*/
/*------------------------------------------------
	BTOS > トップページ > タイヤを探す (202508)
------------------------------------------------*/
#custom .m-top-search-container-202508 {
	position: relative;
	z-index: 1;
	padding: 0 0 40px;
	background: none;
	color: #333;
}

#custom .m-top-search-container-202508 a {
	color: #333;
}

#custom .m-top-search-container-202508 h2 {
	display: none;
}

#custom .m-top-search-container-202508 > .m-section-container {
	position: relative;
	padding: 30px 27px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 > .m-section-container {
		padding: 30px 15px;
	}
}

#custom .m-top-search-container-202508 .m-tab-switch {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	border-radius: 4px 4px 0 0;
	gap: 12px;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-tab-switch {
		gap: 9px;
		border-radius: 0;
	}
}

#custom .m-top-search-container-202508 .m-tab-switch::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 3px solid #f00;
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: auto;
	margin: 0;
	border: 0 !important;
	background: none;
	opacity: 1;
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button {
	position: relative;
	z-index: auto;
	height: 56px;
	padding: 2px 12px;
	border-radius: 4px 4px 0 0;
	border: 1px solid transparent;
	background: #fff;
	font-size: 1.063rem;
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button:where(:hover, :focus) {
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button {
		height: 48px;
		padding: 2px 15px 2px 50px;
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 374px) {
	#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button {
		padding: 2px 10px 2px 45px;
	}
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button::before {
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: none no-repeat center;
	background-size: contain;
	width: 39px;
	height: 56px;
	position: absolute;
	z-index: 2;
	left: auto;
	bottom: 0;
	vertical-align: bottom;
	background-position: left bottom;
	margin-left: -38px;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button::before {
		width: 35px;
		height: 48px;
		left: 15px;
		margin-left: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

@media only screen and (max-width: 374px) {
	#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button::before {
		left: 10px;
	}
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button.tab-trigger-summer::before {
	background-image: url("../images/asset/top/icon/icon-search-tab-tire.png");
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger button.tab-trigger-studless::before {
	background-image: url("../images/asset/top/icon/icon-search-tab-wheel.png");
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger.is-active button {
	background-color: #f00 !important;
	color: #fff;
	opacity: 1;
}

#custom .m-top-search-container-202508 .m-tab-switch > .tab-trigger.is-active button::before {
	z-index: 4;
}

#custom .m-top-search-container-202508 .m-tab-content:not(.is-active) {
	display: none;
}

#custom .m-top-search-container-202508 .row ~ .m-tab-content {
	padding-top: 0;
}

#custom .m-top-search-container-202508 .btn-outline-search {
	padding: 16px 12px;
	border-radius: 4px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .btn-outline-search {
		border-width: 1px;
	}
}

#custom .m-top-search-container-202508 .btn-outline-search.is-checked {
	border-color: #f00;
}

#custom .m-top-search-container-202508 .m-btn-search-list {
	gap: 12px 0;
	margin-left: -6px;
	margin-right: -6px;
}

#custom .m-top-search-container-202508 .m-btn-search-list > li {
	margin-top: 0 !important;
}

#custom .m-top-search-container-202508 .m-btn-search-list > .col,
#custom .m-top-search-container-202508 .m-btn-search-list > .grid-col {
	overflow: hidden;
	margin: 0;
	padding: 0 6px;
}

#custom .m-top-search-container-202508 .m-btn-search-list .btn-outline-search {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 80px;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-btn-search-list .btn-outline-search {
		min-height: 70px;
	}
}

#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-icon {
	margin: 0;
	margin-right: 12px;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-icon {
		max-width: 36px;
		height: auto;
		margin-right: 6px;
	}
}

#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-text {
	display: inline-block;
	min-width: 7em;
	margin: 0;
	padding: 0;
	font-size: 0.938rem;
	line-height: 1.6;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-text {
		min-width: 0;
		font-size: 0.875rem;
		line-height: 1.5;
	}
}

@media (min-width: 544px) {
	#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-text br {
		display: none;
	}
}

#custom .m-top-search-container-202508 .m-btn-search-list .m-btn-text .sub {
	font-size: 100%;
}

@media only screen and (max-width: 543px) {
	#custom .m-top-search-container-202508 .m-btn-search-list .btn-outline-search[data-tab-type] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 100px;
	}
	#custom .m-top-search-container-202508 .m-btn-search-list .btn-outline-search[data-tab-type] .m-btn-icon {
		margin-right: 0;
		margin-bottom: 5px;
	}
	#custom .m-top-search-container-202508 .m-btn-search-list .btn-outline-search[data-tab-type] .m-btn-text {
		text-align: center;
	}
}

#custom .m-top-search-container-202508 .filter-content .content-list {
	margin-top: 30px;
	padding-top: 30px;
	display: none;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-search-container-202508 .filter-content .content-list {
		margin-top: 20px;
	}
}

#custom .m-top-search-container-202508 .filter-content .content-list.is-visible {
	display: block;
}

#custom .m-top-search-container-202508 .row ~ .filter-content .content-list {
	padding-top: 0;
}
