@charset "UTF-8";
/*------------------------------------------------
	BTOS SEO用 車種別 商品一覧
------------------------------------------------*/
/*------------------------------------------------
	メーカー別 車種一覧 > 共通部分
------------------------------------------------*/
@media (min-width: 1025px) {
	#custom .site-wrapper::before {
		content: "";
		display: block;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		height: 72px;
		background: #fff;
	}
}

@media (min-width: 1025px) {
	#custom {
		min-width: -moz-max-content;
		min-width: max-content;
	}
	#custom .js-site-header, #custom #footercontent, #custom .seo-wrapper {
		position: sticky;
		left: 0;
		max-width: 100vw;
	}
	#custom .back-to-top {
		position: fixed !important;
		bottom: 20px !important;
		top: auto !important;
	}
}

#custom .m-loading-section {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100vh;
	text-align: center;
	background: linear-gradient(to bottom, #fff 80%, rgba(255, 255, 255, 0) 100%);
	transition: opacity 0.5s ease-out;
	transition-property: opacity, z-index, visibility, display;
}

#custom .m-loading-section.complete {
	animation: fade-out 0.4s ease-out 0.05s forwards;
	z-index: -1;
}

#custom .m-loading-section .container {
	padding: 64px 24px;
}

#custom .m-loading-section p + p {
	margin-top: 1em;
}

#custom .m-loading-section .m-loading {
	display: inline-block;
	transform: none;
}

#custom .m-loading-soon {
	opacity: 0;
	animation: fade-in 0.4s ease-out 0.4s forwards;
}

#custom .m-loading-later {
	opacity: 0;
	animation: fade-in 0.4s ease-out 2.0s forwards;
}

/*------------------------------------------------
	BTOS > 検索結果一覧 > [車種別] 売れ筋チャート (2025-12)
------------------------------------------------*/
#custom .m-popChart {
	margin-bottom: 24px;
	padding: 0;
	border: 1px solid #CCC;
	border-width: 1px 0;
}

@media only screen and (max-width: 543px) {
	#custom .m-popChart {
		margin: 0 -15px 20px;
		padding: 0 15px;
	}
}

#custom .m-popChart-title {
	margin-bottom: 0;
	padding: 12px 0;
	font-size: 1.063rem;
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-title {
		font-size: 1rem;
	}
}

#custom .m-popChart-title.btn {
	list-style: none;
	padding: 12px 35px 12px 1px;
}

#custom .m-popChart-title.btn::-webkit-details-marker {
	display: none;
}

#custom .m-popChart-title.btn.icon-plus::after {
	width: 14px;
	height: 14px;
	right: 16px;
}

#custom .m-popChart-caption {
	margin-bottom: 16px;
	font-size: 1.063rem;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.6s ease-out;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-caption {
		font-size: 0.875rem;
	}
}

#custom .m-popChart-caption.done {
	visibility: visible;
	opacity: 1;
}

#custom .m-popChart-percent {
	margin: 0 0.06em;
	font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-percent {
		font-size: 1.125rem;
	}
}

#custom .m-popChart-inner {
	position: relative;
	padding: 0 0 12px;
	text-align: center;
}

#custom .m-popChart-image img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-image img {
		max-width: 400px;
		width: 100%;
	}
}

#custom .m-popChart-image-inner {
	margin: 0;
	min-height: 120px;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-image-inner {
		min-height: 112px;
	}
}

@media only screen and (max-width: 543px) {
	#custom .m-popChart-image-inner {
		min-height: 82px;
	}
}

#custom .m-popChart-nav {
	margin-top: 12px;
}

#custom .m-popChart-test {
	overflow: visible;
	position: relative;
	text-align: right;
}

#custom .m-popChart-test select, #custom .m-popChart-test-ranking {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 4px;
	border: 1px solid #CCC;
	font-size: 0.813rem;
}

@media only screen and (max-width: 768px) {
	#custom .m-popChart-test select, #custom .m-popChart-test-ranking {
		opacity: 0.3;
		top: auto;
		bottom: 4px;
		max-width: 12.5em;
		border-color: transparent;
		font-size: 0.75rem;
	}
	#custom .m-popChart-test select:focus, #custom .m-popChart-test-ranking:focus {
		opacity: 1;
	}
}

#custom .m-popChart-test-ranking {
	top: calc(1.3rem + 4px);
	right: 0;
	text-align: left;
}

/*------------------------------------------------
	BTOS > 検索結果一覧 > 会員登録の案内 (2025-11)
------------------------------------------------*/
#custom .m-toLogin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px 36px;
	margin: 24px 0 16px;
	padding: 10px 15px 8.5px;
	border: 2px solid #f00;
	border-radius: 3px;
}

@media (min-width: 769px) {
	#custom .m-toLogin {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 16px 24px 14.5px;
	}
}

#custom .m-toLogin + .m-toLogin {
	margin-top: 16px;
}

#custom .m-toLogin:last-child {
	margin-bottom: 0;
}

#custom .m-toLogin-text {
	font-size: 1rem;
}

@media (min-width: 769px) {
	#custom .m-toLogin-text {
		font-size: 1.063rem;
	}
}

#custom .m-toLogin-nav {
	flex-shrink: 0;
	font-size: 0.938rem;
}

/*------------------------------------------------
	車種別 商品一覧 > ヘッダー/フォーム部分
------------------------------------------------*/
#custom .p-car {
	padding: 0;
	line-height: 1.5;
}

#custom .p-car-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
	text-align: center;
	background: #000 url("../../images/asset/top/pickup/bg-pickup.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-header {
		background-image: url("../../images/asset/top/pickup/bg-pickup-sp.jpg");
	}
}

#custom .p-car-header--winter {
	background-image: url("../../images/asset/search/maker/bg-header-winter.jpg");
	text-shadow: 0 0 1px rgba(51, 51, 51, 0.7);
}

@media only screen and (max-width: 543px) {
	#custom .p-car-header--winter {
		background-image: url("../../images/asset/search/maker/bg-header-winter-sp.jpg");
	}
}

#custom .p-car-header a {
	color: #fff !important;
}

#custom .p-car-header > .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
	padding-top: 15px;
	padding-bottom: calc(39px + 1.4rem);
}

@media only screen and (max-width: 768px) {
	#custom .p-car-header > .container {
		padding-top: 0;
		padding-bottom: 0;
	}
}

#custom .p-car-header h1 {
	margin: auto;
	line-height: 1.3;
	font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-header h1 {
		font-size: 1.5rem;
	}
}

#custom .p-car .m-breadcrumb {
	margin-bottom: auto;
	padding-bottom: 24px;
	text-align: left;
}

#custom .p-car .m-breadcrumb a {
	color: #CCC !important;
}

#custom .p-car-overview {
	text-align: center;
}

#custom .p-car .m-popChart {
	margin: 40px 0;
	padding: 28px 0 20px;
}

#custom .p-car .m-popChart-caption {
	margin-bottom: 24px;
	font-size: 1.5rem;
}

#custom .p-car .m-popChart-percent {
	font-size: 1.2em;
}

#custom .p-car .p-brand-form {
	margin: 40px 0;
}

#custom .p-car-nav .m-toLogin {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-nav .m-toLogin {
		margin-top: 40px;
	}
}

/*------------------------------------------------
	車種別 商品一覧 > フォーム
------------------------------------------------*/
#custom .p-car-form {
	margin: 40px 0;
}

#custom .p-car-form-filter {
	font-size: 0.938rem;
}

#custom .p-car-form-filter legend {
	font-size: 1em;
}

@media (min-width: 1200px) {
	#custom .p-car-form-filter .row {
		justify-content: center;
	}
}

#custom .p-car-form-filter :is(select, input, textarea, button) {
	padding: 8px 16px 8px 8px;
	border: 1px solid #999;
	line-height: 1.3;
	font-size: 100%;
}

#custom .p-car-form-filter select::after {
	content: none;
}

#custom .p-car-form-filter .btn {
	padding: 8px 8px;
	border: 1px solid #999;
}

#custom .p-car-form-select--grade {
	max-width: 344px;
}

#custom .p-car-form-select option[disabled] {
	background-color: #F5F5F5;
	color: #757575;
}

/*------------------------------------------------
	車種別 商品一覧 > 車種一覧
------------------------------------------------*/
#custom .p-car-table {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table {
		margin-top: 30px;
	}
}

@media (min-width: 769px) {
	#custom .p-car-table .container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
}

#custom .p-car-table table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #999;
}

#custom .p-car-table table.data {
	font-size: 0.938rem;
}

#custom .p-car-table :is(th, td) {
	padding: 8px 10px 7px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #fff;
}

#custom .p-car-table .tr-even {
	background-color: #F5F5F5;
}

#custom .p-car-table thead {
	position: sticky;
	z-index: 3;
	top: 72px;
	background-color: #fff;
}

@media (max-width: 1024px) {
	#custom .p-car-table thead {
		top: 0;
	}
}

#custom .p-car-table thead :is(th, td) {
	line-height: 1.4;
	font-size: 0.938rem;
	font-weight: bold;
	background-color: #333;
	color: #fff;
}

#custom .p-car-table tbody tr:hover :is(th, td) {
	background-color: #FFFFE6;
}

#custom .p-car-table tbody tr:hover.tr-odd + .tr-odd :is(th, td),
#custom .p-car-table tbody tr:hover.tr-odd + .tr-odd + .tr-odd :is(th, td),
#custom .p-car-table tbody tr:hover.tr-even + .tr-even :is(th, td),
#custom .p-car-table tbody tr:hover.tr-even + .tr-even + .tr-even :is(th, td) {
	background-color: #FFFFE6;
}

#custom .p-car-table .tr-heading {
	position: sticky;
	z-index: 2;
	top: 160px;
	background-color: #EFEFEF;
}

@media (max-width: 1024px) {
	#custom .p-car-table .tr-heading {
		top: 78px;
	}
}

#custom .p-car-table .tr-heading th {
	border-width: 1px 1px 2px 0;
	background-color: #EFEFEF !important;
	line-height: 1.4;
	font-size: 0.934em;
	font-weight: normal;
}

#custom .p-car-table .tr-heading .th-heading {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	border-right-color: transparent;
}

#custom .p-car-table .tr-heading .th-FR {
	border-right-color: transparent;
}

#custom .p-car-table .th-name {
	min-width: 16em;
	width: 24em;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table .th-name {
		min-width: 14em;
		width: auto;
	}
}

#custom .p-car-table .t-name {
	text-align: left;
	font-weight: bold;
	white-space: normal;
}

#custom .p-car-table .want-FR :is(.th-FR, .t-FR) {
	display: table-cell !important;
}

@media (min-width: 1025px) {
	#custom .p-car-table .th-heading,
	#custom .p-car-table .th-name,
	#custom .p-car-table .t-name {
		position: sticky;
		z-index: 4;
		left: 0;
	}
	#custom .p-car-table .t-name {
		z-index: 1;
	}
}

#custom .p-car-table .t-price {
	min-width: calc(8ex + 20px);
}

#custom .p-car-table .wrap {
	white-space: normal;
}

#custom .p-car-table .t-brand {
	min-width: 160px;
	padding: 5px 0;
	border-bottom-color: #fff;
	line-height: 1;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table .t-brand {
		padding: 0;
	}
}

#custom .p-car-table .t-brand--black {
	background-color: #000;
}

#custom .p-car-table .t-brand--basic {
	background-color: #999999;
}

#custom .p-car-table .t-brand--chronicle {
	background-color: #141414;
}

#custom .p-car-table .t-brand--playz {
	background-color: #00A1DE;
}

#custom .p-car-table .t-brand--regno {
	background-color: #09234E;
}

#custom .p-car-table .t-brand--finessa {
	background-color: #EE7961;
}

#custom .p-car-table .t-brand--ecopia {
	background-color: #6BB42A;
}

#custom .p-car-table .t-brand--potenza {
	background-color: #000000;
}

#custom .p-car-table .t-brand--alenza {
	background-color: #462D25;
}

#custom .p-car-table .t-brand--dueler {
	background-color: #008F8C;
}

#custom .p-car-table .t-brand--mweather {
	background-color: #FF5A00;
}

#custom .p-car-table .t-brand--newno {
	background-color: #993557;
}

#custom .p-car-table .t-brand--seiberling {
	background-color: #172A59;
}

#custom .p-car-table .t-brand--turanza {
	background-color: #0E238C;
}

#custom .p-car-table .t-brand--blizzak {
	background-color: #E60012;
}

#custom .p-car-table .t-brand a {
	display: inline-block;
	padding: 10px 0;
}

#custom .p-car-table .t-brand a:not([href]) {
	opacity: 1;
}

#custom .p-car-table :is(.t-brand, .t-brand-item) {
	border-right-color: #fff;
}

#custom .p-car-table :is(.t-brand, .t-brand-item):last-child {
	border-right-color: #999;
}

#custom .p-car-table .t-buy-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

#custom .p-car-table :is(th, td).debug {
	display: none;
}

html.debug #custom .p-car-table :is(th, td).debug {
	display: table-cell !important;
}

#custom .p-car-table .debug-count {
	font-weight: bold;
}

#custom .p-car-table .debug-brand {
	text-align: left;
	white-space: pre;
	font-size: 0.875em;
}

#custom .p-car-table-wrapper {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	margin: 12px auto;
}

@media (max-width: 1024px) {
	#custom .p-car-table-wrapper {
		overflow: scroll;
		width: 100%;
		max-height: calc(80svh - 60px);
		border: 4px double #CCC;
		border-width: 0 4px 4px 0;
	}
}

#custom .p-car-table-wrapper .table-scroll-hint > small {
	position: sticky;
	left: 24px;
	top: 0;
	max-width: calc(100vw - 48px);
	display: block;
	margin-top: -2em;
	margin-bottom: 0.5em;
	text-align: right;
}

@media (max-width: 1024px) {
	#custom .p-car-table-wrapper .table-scroll-hint > small {
		left: 0;
		max-width: calc(100vw - 30px);
		margin-top: 0;
	}
}

@media (min-width: 1025px) {
	#custom .p-car-table-wrapper .table-scroll-hint {
		container-type: inline-size;
		width: 100%;
	}
	@container (max-width: 100vw) {
		#custom .p-car-table-wrapper .table-scroll-hint > small {
			display: none;
		}
	}
}

#custom .p-car-table .m-note {
	position: relative;
	z-index: 1;
}

#custom .p-car-table a:is(:hover, :focus) {
	text-decoration: underline;
}

#custom .p-car-table a.tiresize {
	display: inline-block;
	padding: 1px 1px 0;
	border-bottom: 1px solid #fff;
}

#custom .p-car-table a.tiresize:visited {
	color: #f00 !important;
	border-bottom-color: #f00 !important;
}

#custom .p-car-table .to-buy {
	display: inline-block;
	width: 44px;
	height: 36px;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #f00;
	background: #f00 url(../../images/asset/common/ico/ico-cart-white.svg) no-repeat center;
	background-size: 28px 28px;
	text-decoration: none;
	vertical-align: middle;
}

#custom .p-car-table .to-buy.ui-state-disabled {
	border-color: #999;
	background-color: #999;
	opacity: 1;
}

#custom .p-car-table aside.grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 40px 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table aside.grid {
		display: block;
		margin-bottom: 0;
		text-align: center;
	}
}

#custom .p-car-table aside.grid p.text {
	min-width: 344px;
	padding-right: 7px;
	text-align: right;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table aside.grid p.text {
		min-width: 0;
		padding-right: 0;
		text-align: center;
	}
}

#custom .p-car-table aside.grid .navi {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-car-table aside.grid .navi {
		margin: 15px auto;
	}
}

#custom .p-car-table aside.grid em {
	color: #f00;
	font-size: 0.938rem;
}

#custom .p-car-table aside.grid em em {
	font-size: 1.25rem;
}

/*------------------------------------------------
	「メーカー・車種からタイヤを見つける」ナビ
------------------------------------------------*/
#custom .p-maker-nav {
	margin: 100px 0;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-nav {
		margin: 60px 0;
	}
}

#custom .m-top-wrapper .p-maker-nav {
	margin: 0;
	padding: 10px 0 90px;
}

@media only screen and (max-width: 768px) {
	#custom .m-top-wrapper .p-maker-nav {
		padding: 0 0 75px;
	}
}

#custom .p-maker-nav .m-tab-switch {
	margin: 0;
	background-color: #F5F5F5;
}

#custom .p-maker-nav .tab-trigger {
	background-color: #fff;
}

#custom .p-maker-nav .tab-trigger.is-active button {
	background-color: #F5F5F5;
}

#custom .p-maker-nav .m-tab-content {
	background-color: #F5F5F5;
	padding-top: 0;
}

#custom .p-maker-nav .m-tab-content.is-active {
	padding-bottom: 40px;
}

#custom .p-maker-nav-container {
	max-width: 950px;
	padding-top: 36px;
}

#custom .p-maker-nav-container h3 {
	margin-bottom: 0.667em;
}

#custom .p-maker-nav-container h3 small {
	font-size: 0.875rem;
	font-weight: normal;
}

#custom .p-maker-nav-list {
	display: flex;
	gap: 12px 0;
	margin: 0 -6px;
}

#custom .p-maker-nav-list .col-auto {
	flex-basis: 20%;
	min-height: calc(2.5rem + 8px);
	line-height: 1.334;
	padding: 0 6px;
}

@media (max-width: 1024px) {
	#custom .p-maker-nav-list .col-auto {
		flex-basis: 25%;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-nav-list .col-auto {
		flex-basis: 33.3333333333%;
	}
}

@media only screen and (max-width: 543px) {
	#custom .p-maker-nav-list .col-auto {
		flex-basis: 50%;
		min-height: calc(2rem + 8px);
	}
}

#custom .p-maker-nav-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	-moz-column-gap: 8px;
	     column-gap: 8px;
	height: 100%;
	padding: 3px 10px 2px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 1.334;
	font-size: 0.938rem;
	text-align: left;
	cursor: pointer;
}

@media only screen and (max-width: 543px) {
	#custom .p-maker-nav-link {
		font-size: 0.875rem;
	}
}

#custom .p-maker-nav-link.is-current {
	border-color: #f00;
}
