@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-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-maker {
	padding: 0;
	line-height: 1.5;
}

#custom .p-maker-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
	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-maker-header {
		background-image: url("../../images/asset/top/pickup/bg-pickup-sp.jpg");
	}
}

#custom .p-maker-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-maker-header--winter {
		background-image: url("../../images/asset/search/maker/bg-header-winter-sp.jpg");
	}
}

#custom .p-maker-header a {
	color: #fff !important;
}

#custom .p-maker-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-maker-header > .container {
		padding-top: 0;
		padding-bottom: 0;
	}
}

#custom .p-maker-header h1 {
	margin: auto;
	line-height: 1.3;
	font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-header h1 {
		font-size: 1.5rem;
	}
}

#custom .p-maker .m-breadcrumb {
	margin-bottom: auto;
	padding-bottom: 24px;
	text-align: left;
}

#custom .p-maker .m-breadcrumb a {
	color: #CCC !important;
}

#custom .p-maker-overview {
	text-align: center;
}

#custom .p-maker .nav-tabs {
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
	margin-bottom: 60px;
	border: 0;
}

@media only screen and (max-width: 543px) {
	#custom .p-maker .nav-tabs {
		gap: 8px;
		justify-content: flex-start;
	}
}

#custom .p-maker .nav-link {
	padding: 7px 9px;
	border-radius: 4px;
	border: 1px solid #999;
	background-color: #fff;
	text-decoration: none !important;
	font-size: 1rem;
}

@media only screen and (max-width: 543px) {
	#custom .p-maker .nav-link {
		min-width: calc(3em + 20px);
		font-size: 0.813rem;
	}
}

#custom .p-maker .nav-link:hover {
	opacity: 0.7;
	text-decoration: none;
}

#custom .p-maker .nav-link[disabled] {
	opacity: 0.5;
	background: #EFEFEF;
	cursor: not-allowed;
}

#custom .p-maker .nav-link.is-active {
	border-color: #f00;
	background-color: #f00;
	color: #fff;
}

/*------------------------------------------------
	メーカー別 車種一覧 > 人気の車種
------------------------------------------------*/
#custom .p-maker-pop {
	margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop {
		margin-bottom: 50px;
	}
}

#custom .p-maker-pop h2 {
	padding: 5px;
}

#custom .p-maker-pop .row {
	justify-content: center;
	gap: 60px 0;
	margin: 0 -12px;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop .row {
		flex-direction: column;
		gap: 30px 0;
		margin: 0;
	}
}

#custom .p-maker-pop .row > .col {
	padding: 0 24px;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop .row > .col {
		padding: 0 12px 30px;
		border-bottom: 1px solid #CCC;
	}
}

#custom .p-maker-pop .image {
	margin: 0 -12px;
}

#custom .p-maker-pop-item {
	display: flex;
	flex-direction: column;
}

#custom .p-maker-pop-item h3 {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 1.563rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop-item h3 {
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop-item {
		text-align: center;
	}
}

#custom .p-maker-pop-price {
	font-size: 1rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop-price {
		font-size: 0.875rem;
	}
}

#custom .p-maker-pop-price .yen {
	display: inline-block;
	margin: 0 0.2em;
	vertical-align: 0.05em;
}

#custom .p-maker-pop-price .num {
	font-size: 1.563rem;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop-price .num {
		font-size: 1.25rem;
	}
}

#custom .p-maker-pop-price small {
	display: inline-block;
	font-size: 0.875em;
	vertical-align: 0.1em;
}

#custom .p-maker-pop-brand {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 10px 0 20px;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop-brand {
		justify-content: center;
	}
}

#custom .p-maker-pop-brand > :is(dd, .col) {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc((100% - 8px) / 3);
	padding: 7px 2px;
	border-radius: 4px;
	border: 1px solid #999;
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
	#custom .p-maker-pop-brand > :is(dd, .col) {
		width: calc((100% - 12px) / 4);
	}
}

#custom .p-maker-pop-brand img {
	vertical-align: middle;
}

#custom .p-maker-pop .navi {
	margin-top: auto;
}

#custom .p-maker-pop .m-toLogin {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-pop .m-toLogin {
		margin-top: 30px;
	}
}

/*------------------------------------------------
	メーカー別 車種一覧 > 車種一覧
------------------------------------------------*/
@media (min-width: 769px) {
	#custom .p-maker-table .container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
}

#custom .p-maker-table b {
	font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", YuGothicWin, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
}

#custom .p-maker-table table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #999;
}

#custom .p-maker-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-maker-table thead :is(th, td) {
	position: sticky;
	z-index: 2;
	top: 72px;
	line-height: 1.4;
	font-size: 0.938rem;
	font-weight: bold;
	background: #333;
	color: #fff;
}

@media (max-width: 1024px) {
	#custom .p-maker-table thead :is(th, td) {
		top: 0;
	}
}

#custom .p-maker-table tbody tr:nth-child(even) :is(th, td) {
	background-color: #F5F5F5;
}

#custom .p-maker-table tbody tr:hover :is(th, td) {
	background-color: #FFFFE6;
}

@media (min-width: 1025px) {
	#custom .p-maker-table .th-name,
	#custom .p-maker-table .t-name {
		position: sticky;
		z-index: 4;
		left: 0;
	}
	#custom .p-maker-table .t-name {
		z-index: 1;
	}
}

#custom .p-maker-table .t-initial {
	vertical-align: top;
	font-weight: bold;
}

#custom .p-maker-table .t-initial.t-odd {
	background-color: #fff;
}

#custom .p-maker-table .t-initial.t-even {
	background-color: #F5F5F5;
}

#custom .p-maker-table .t-name {
	text-align: left;
	font-weight: bold;
}

#custom .p-maker-table .wrap {
	white-space: normal;
}

#custom .p-maker-table th.t-link {
	min-width: calc(5.5em + 20px);
	max-width: calc(5.5em + 20px);
}

#custom .p-maker-table .t-brand {
	min-width: 160px;
	padding: 15px 0;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	#custom .p-maker-table .t-brand {
		padding: 10px 0;
	}
}

#custom .p-maker-table .t-brand--black {
	background-color: #000;
}

#custom .p-maker-table .t-brand--basic {
	background-color: #999999;
}

#custom .p-maker-table .t-brand--chronicle {
	background-color: #141414;
}

#custom .p-maker-table .t-brand--playz {
	background-color: #00A1DE;
}

#custom .p-maker-table .t-brand--regno {
	background-color: #09234E;
}

#custom .p-maker-table .t-brand--finessa {
	background-color: #EE7961;
}

#custom .p-maker-table .t-brand--ecopia {
	background-color: #6BB42A;
}

#custom .p-maker-table .t-brand--potenza {
	background-color: #000000;
}

#custom .p-maker-table .t-brand--alenza {
	background-color: #462D25;
}

#custom .p-maker-table .t-brand--dueler {
	background-color: #008F8C;
}

#custom .p-maker-table .t-brand--mweather {
	background-color: #FF5A00;
}

#custom .p-maker-table .t-brand--newno {
	background-color: #993557;
}

#custom .p-maker-table .t-brand--seiberling {
	background-color: #172A59;
}

#custom .p-maker-table .t-brand--turanza {
	background-color: #0E238C;
}

#custom .p-maker-table .t-brand--blizzak {
	background-color: #E60012;
}

#custom .p-maker-table-wrapper {
	position: relative;
	width: -moz-max-content;
	width: max-content;
	margin: 12px auto;
}

@media (max-width: 1024px) {
	#custom .p-maker-table-wrapper {
		overflow: scroll;
		width: 100%;
		max-height: calc(80svh - 60px);
		border: 4px double #CCC;
		border-width: 0 4px 4px 0;
	}
}

#custom .p-maker-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-maker-table-wrapper .table-scroll-hint > small {
		left: 0;
		max-width: calc(100vw - 30px);
		margin-top: 0;
	}
}

@media (min-width: 1025px) {
	#custom .p-maker-table-wrapper .table-scroll-hint {
		container-type: inline-size;
		width: 100%;
	}
	@container (max-width: 100vw) {
		#custom .p-maker-table-wrapper .table-scroll-hint > small {
			display: none;
		}
	}
}

#custom .p-maker-table .m-note {
	position: relative;
	z-index: 1;
}

#custom .p-maker-table a:is(:hover, :focus) {
	text-decoration: underline;
}

#custom .p-maker-table a.m-textlink {
	display: inline-block;
	padding: 1px 1px 0;
	border-bottom: 1px solid #fff;
}

#custom .p-maker-table a.m-textlink:visited {
	color: #f00 !important;
}

#custom .p-maker-table a.m-textlink::after {
	top: 0;
}

/*------------------------------------------------
	「メーカー・車種からタイヤを見つける」ナビ
------------------------------------------------*/
#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;
}
