@charset "UTF-8";
/* Scss Document */
/* Scss Document */
body {
  color: #222323;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/* IEはメイリオ優先表示 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body { background-color: #ffaa00; }

a {
  color: #222323;
}







/*------------------------*/
/* 2023.08 西山追加 */
/*------------------------*/
html {
	scroll-behavior: smooth !important;
}

body {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

#pickup {
	background-color: #fff !important;
	width: 100%;
	margin: 0 auto;
}

#pickup_header {
	margin: 0 auto 2em;
	padding: 1em 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#pickup_header h1,
#pickup_header .logo {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#pickup_header h1 a,
#pickup_header .logo a {
	display: block;
}

#pickup_header h1 img,
#pickup_header .logo img {
	height: 50px;
}

#pickup .cardlist {
	width: 100%;
	margin: 0 auto 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

#pickup .cardlist:after {
	display: block;
	content: "";
	width: 30%;
}

#pickup .card {
	width: 30%;
	margin: 1em 0 3em;
	border-top: 3px solid #000;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#pickup .card p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#pickup .card .card-header {
	margin: 0 0 1em;
	padding: 0.8em 0.2em;
	background-color: #eee;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#pickup .card .card-header .size {
	font-size: 0.5em;
}

#pickup .card .thumb {
	text-align: center;
	margin: 1em auto;
	width: 80%;
}

#pickup .card-body .price {
	color: #c00;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0.5em;
}

#pickup .card-body h5.card-title {
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}

#pickup .card-body .btn {
	width: 100%;
	margin: 0;
}

#pickup .card-body .btn a {
	display: block;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	position: relative;
}

#pickup .card-body .btn a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	color: #fff;
	position: absolute;
	right: 1em;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}	


.path {
	text-align: left;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 0.8em;
}

.path ul {
	width: 98%;
	margin: 0 auto 1em;
	list-style-type: none;
	padding: 0;
}

.path ul a {
	text-decoration: underline;
	color: #004ea2;
}

.path ul a:hover {
	color: #bf4c21;
}

.path ul li {
	display: inline;
	padding: 0 0.5em 0 0;
}

.path ul li:after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	color: #000;
	display: inline;
	padding: 0 0 0 1em;
	font-size: 0.5em;
}

.path ul li:last-child:after {
	content: "";
}


.pc {
	display: block;
}

.mb {
	display: none;
}



.quick_nav {
	margin: 0 auto 5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.quick_nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.quick_nav ul li {
	display: block;
	width: calc((100% / 3) - 2em);
	margin: 0.5em 1em;
	padding: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 426px) {
	
	.quick_nav ul li {
		width: 100%;
	}
	
}

.quick_nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 2em 1em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.quick_nav ul li a:hover {
	background-color: #eee;
}

.quick_nav ul li a i {
	display: block;
	padding: 0 0.5em 0.5em;
}



.makerlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.makerlist li {
	display: block;
	width: calc((100% / 3) - 2em);
	margin: 0.4em 1em;
	padding: 0;
	box-sizing: border-box;
}

.makerlist li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0.5em 1em;
	box-sizing: border-box;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
}

.makerlist li a:hover {
	background-color: #d9534f;
}

.makerlist ul li a i {
	display: block;
	padding: 0 0.5em 0.5em;
	color: #d9534f !important;
}



.carmaker_list {
	margin: 0 0 0.7em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}

.carmaker_list li {
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
}

.carmaker_list li a {
	text-decoration: none;
	font-size: 0.85em;
	display: block;
	padding: 0.8em;
	text-align: center;
	border-radius: 20px;
	background-color: #f5f5f5;
}

.carmaker_list li a:hover {
	background-color: #ccc;
}

.carlist {
	width: 100%;
	margin: 0 auto;
	padding: 0.5em;
	box-sizing: border-box;
	list-style-type: none;
	border: 3px dashed #ccc;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	font-size: 0.9em;
}

.carlist li {
	margin: 0 0.5em 0 0.5em;
}

.carlist li a {
	color: #369;
	display: block;
	text-decoration: none;
	padding: 1em 0.5em 1em 0.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.carlist li a:hover {
	color: #d9534f;
	background-color: #fffbfb;
}




.generic_container .inchlist {
	list-style-type: none;
	margin: 0 auto 3em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}

.generic_container .inchlist li {
	margin: 0.5em;
	padding: 0;
	width: calc((100% / 4) - 1em);
}

.generic_container .inchlist li a {
	display: block;
	text-decoration: none;
	border: 1px solid #369;
	color: #369;
	text-align: center;
	padding: 0.7em 1em;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}

.generic_container .inchlist li a:hover {
	border: 1px solid #d9534f;
	color: #d9534f;
}

@media screen and (max-width: 426px) {
	
	.generic_container h1 {
		font-size: 1.5em !important;
	}
	
	.generic_container h2 span {
		font-size: 0.9em !important;
	}
	
	.generic_container .inchlist {
		font-size: 0.9em;
	}
	
	.generic_container .inchlist li {
		margin: 0.5em;
		padding: 0;
		width: calc((100% / 3) - 1em);
	}
	
	.generic_container .inchlist li a {
		padding: 1em 0.3em;
	}
	
}



.guide {
	margin: 0;
	width: 100%;
}

.btn_guide p {
	margin: 0;
}

.guide a,
.guide .btn-guide,
.btn_guide a,
.btn-guide,
.mk-guide-block .btn-guide,
.mk-guide-block .guide a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #638c0b;
	padding: 15px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	margin: 30px 0;
	font-weight: bold;
	transition: background-color 0.3s;
}

.guide a:hover,
.guide .btn-guide:hover,
.btn_guide a:hover,
.btn-guide:hover,
.mk-guide-block .btn-guide:hover,
.mk-guide-block .guide a:hover {
	background-color: #d9534f;
	color: #fff;
	opacity: 1;
}




h1 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

h2, h3, h4, h5, h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}





/*-------------------------------------------------*/

/* footer */

/*-------------------------------------------------*/

footer {
	width: 100%;
	padding: 3em 0;
	margin: 3em auto 0;
	box-sizing: border-box;
	font-size: 0.9em;
	border-top: 8px solid rgb(0 77 161);
}

footer .footer {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

footer .footer_logo {
	width: 25%;
	padding: 0 2em 0 0;
	box-sizing: border-box;
}

footer .footer_logo .flogo img {
	max-width: 100%;
}

footer .footer_navi {
	width: 75%;
	padding: 0 0 0 5em;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}

footer .footer_navi .fnavi_block {
	width: calc((100% / 3));
	text-align: left;
	padding: 0 1em;
	box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
	footer .footer {
		width: 100%;
		max-width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	footer {
		padding: 2em 0;
		margin-top: 2em;
	}

	footer .footer {
		display: block;
		padding-left: 1em;
		padding-right: 1em;
	}

	footer .footer_logo {
		width: 100%;
		max-width: 180px;
		padding: 0;
		margin: 0 auto 2em;
		text-align: center;
	}

	footer .footer_logo .flogo {
		margin: 0;
	}

	footer .footer_navi {
		width: 100%;
		display: block;
		padding: 0;
	}

	footer .footer_navi .fnavi_block {
		width: 100%;
		padding: 1.25em 0;
		border-top: 1px solid #ccc;
	}

	footer .footer_navi .fnavi_block .fnavi_header {
		margin: 0 0 0.5em;
		font-size: 1rem;
	}

	footer .footer_navi .fnavi_block ul li {
		font-size: 0.875rem;
		line-height: 2;
	}
}

footer .footer_navi .fnavi_block .fnavi_header {
	font-weight: 800;
}

footer .footer_navi .fnavi_block ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.8;
}


footer .footer_navi .fnavi_block ul li {
	position: relative;
	font-size: 0.9em;
}

footer .footer_navi .fnavi_block ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	display: inline;
	padding: 0 0.5em 0 0;
	font-size: 0.5em;
	position: relative;
}










/*-------------------------------------------------*/

/* generic */

/*-------------------------------------------------*/

#grx3 {
	width: 100%;
	font-family: YuMincho, 'Yu Mincho', serif;
	box-sizing: border-box;
}

#generic a img:hover {
	opacity: 0.8;
}

#generic_header {
	width: 1050px;
	margin: 0 auto 2em;
	box-sizing: border-box;
}

.generic_container {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_gl {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_bl {
	width: 100%;
	background-color: #f0f8ff;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.generic_container_border {
	border-bottom: 1px solid #000;
}

.generic_outline {
	text-align: center;
	margin: 1em auto;
	padding: 1em 0;
}

.generic_wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 3em 0;
	font-size: 1.1em;
	box-sizing: border-box;
}

.generic_contents {
	text-align: center;
	line-height: 1.8em;
}

.generic_contents p {
	margin-bottom: 1em;
}

.border_u {
	border-bottom: 1px solid #000;
}

#generic .generic_left {
	text-align: left;
}


#generic .area_keywords .search_input {
	padding-left: 0;
}

#generic_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	box-sizing: border-box;
}

#generic_footer img {
	padding: 0.5em;
}

#generic_footer a {
	color: #fff;
}



.generic_link {
	width: 70%;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.generic_link li {
	width: 49%;
}

.generic_link li.btn_generic {
	width: 32%;
}

.generic_link li a {
	display: block;
	padding: 1em 1em;
	text-align: center;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}


.generic_link li a:after {
	display: block;
	position: absolute;
	right: 0.5em;
	bottom: 1em;
	content: "\0bb";
	color: #fff;
	font-size: 1em;
}

.generic_item {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.generic_item h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	font-family: YuMincho, 'Yu Mincho', serif;
	margin: 0 auto 2em;
	padding: 0 0 0.5em;
	position: relative;
}

.generic_item h2::before {
	position: absolute;
	border-bottom: 2px solid #353535;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	content: '';
}

.generic_item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 auto 1.5em;
}


.generic_item dl {
	width: 70%;
	margin: 0 auto 3em;
	padding: 0 0 1em;
	text-align: center;
	border-bottom: 1px dotted #000;
}

.generic_item dl dt {
	margin: 0 auto 1em;
	padding: 1em 0;
	border-top: 1px dotted #000;
	font-weight: normal;
}

.generic_item dl dd {
	margin: 0 auto 1.5em;
	text-align: center;
}

.generic_item dl dd ul {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.generic_item dl dd ul li {
	display: inline;
	text-align: center;
}

.generic_item dl dd ul li .madeyear {
	font-weight: bold;
}

.generic_item dl dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#cc0000, #990000);
	color: #fff;
}

.generic_item dl.tw_set dd a {
	display: block;
	padding: 1em;
	margin: 0.5em;
	background: linear-gradient(#336699, #003366);
	color: #fff;
}


@media screen and (max-width: 768px) {
	
	#generic_header {
		width: 100%;
		margin: 60px auto 0;
		box-sizing: border-box;
	}

	.generic_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;
		font-size: 1.1em;
		box-sizing: border-box;
	}



	.generic_link {
		width: 90%;
		margin: 0 auto;
		list-style-type: none;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}

	.generic_link li {
		width: 100%;
	}

	.generic_link li.btn_generic {
		width: 100%;
		margin-bottom: 0.3em;
	}

	.generic_link li a {
		display: block;
		padding: 1em 1em;
		text-align: center;
		background: linear-gradient(#cc0000, #990000);
		color: #fff;
		text-align: center;
		border-radius: 5px;
		font-size: 1em;
		font-weight: bold;
		position: relative;
	}


	.generic_link li a:after {
		display: block;
		position: absolute;
		right: 0.5em;
		bottom: 1em;
		content: "\0bb";
		color: #fff;
		font-size: 1em;
	}

	.generic_item {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}

	.generic_item h2 {
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		font-family: YuMincho, 'Yu Mincho', serif;
		margin: 0 auto 2em;
		padding: 0 0 0.5em;
		position: relative;
	}

	.generic_item h2::before {
		position: absolute;
		border-bottom: 2px solid #353535;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		content: '';
	}

	.generic_item h3 {
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		margin: 0 auto 1.5em;
	}


	.generic_item dl {
		width: 100%;
		margin: 0 auto 3em;
		padding: 0 0 1em;
		text-align: center;
		border-bottom: 1px dotted #000;
	}

	.generic_item dl dt {
		font-weight: bold;
	}

}

#generic .contents_card_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
}

#generic .contents_card_list .contents_card {
	width: calc((100% / 2) - 1em);
	padding: 1em;
	box-sizing: border-box;
	margin: 1em 0.5em;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#generic .contents_card_list .contents_card_all {
	width: calc(100% - 1em);
}


@media screen and (max-width: 768px) {

	#generic .contents_card_list .contents_card {
		width: calc(100% - 1em);
	}
	
}




/*-------------------------------------------------*/

/* wheel_coating */

/*-------------------------------------------------*/
.wheel_coating {
	
}

#generic .contents_card_list .coating_card {
	width: calc((100% / 3) - 0.5em);
	padding: 0.5em 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}


@media screen and (max-width: 768px) {

	#generic .contents_card_list .coating_card {
		width: calc(100% - 1em);
	}
	
}

#generic .contents_card_list .coating_card .badge {
	margin: 0;
}

#generic .contents_card_list .coating_card .badge span {
	background-color: #000;
	color: #fff;
	padding: 0.3em;
	font-size: 0.8em;
	border-radius: 5px;
}

#generic .contents_card_list .coating_card h3 {
	font-size: 1.1em;
	margin-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #000;
}

#generic .contents_card_list .coating_card h3 span {
	font-size: 0.7em;
}

#generic .contents_card_list .coating_card dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	font-size: 0.9em;
	
}

#generic .contents_card_list .coating_card dl dt {
	width: 4em;
	margin: 0.5em  0;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

#generic .contents_card_list .coating_card dl dd {
	width: calc(100% - 5em);
	margin: 0.5em 0;
	border-bottom: 1px solid #ccc;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}






/*-------------------------------------------------*/

/* 特集一覧 */

/*-------------------------------------------------*/

.pickuplist .contents_list {
	margin: 0 0 2em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	font-size: 0.8em;
	line-height: 1.6;
}

.pickuplist .contents_list li {
	width: calc(100% / 5);
	margin: 0 auto 3em;
	padding: 0 0.5em;
	box-sizing: border-box;
}

.pickuplist .contents_list li .square_thumb img {
	min-width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 425px) {
	
	.pickuplist .contents_list {
		display: block;
	}
	
	.pickuplist .contents_list li {
		width: 80%;
	}
	
}


.pickuplist .contents_list li img {
	max-width: 100%;
	padding: 0 0 0.5em;
}

.feature-list .contents_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 1em;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.6;
}

.feature-list .contents_list li {
	width: calc((100% - 4em) / 5);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.feature-list .contents_list li a {
	display: block;
	text-decoration: none;
	color: #222323;
	text-align: center;
	line-height: 1.6;
}

.feature-list .contents_list li a:hover {
	color: #004da1;
}

.feature-list .contents_list li .square_thumb {
	display: block;
	margin: 0 0 0.75em;
}

.feature-list .contents_list li .square_thumb img {
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.feature-list .contents_list li {
		width: calc((100% - 1em) / 2);
	}
}

.tire-maker .makerlist {
	justify-content: flex-start;
	gap: 1em;
}

.tire-maker .makerlist li {
	width: calc((100% - 2em) / 3);
	margin: 0;
}

.tire-maker .makerlist li a {
	padding: 1em 1em;
}

@media screen and (max-width: 767px) {
	.tire-maker .makerlist li {
		width: calc((100% - 1em) / 2);
	}
}

#generic .generic_container h1 {
	text-align: center;
	margin: 0 auto 2em;
	font-size: 1.8em;
}



/*-------------------------------------------------*/

/* 熟成タイヤ */

/*-------------------------------------------------*/

#jukusei_stadress {
	width: 100%;
	/* font-family: YuMincho, 'Yu Mincho', serif; */
	font-family: suns-serif;
	box-sizing: border-box;
}

#jukusei_stadress a img:hover {
	opacity: 0.8;
}


#jukusei_stadress h3 {
	font-size: 1.4em;
	font-weight: bold;
}

#jukusei_stadress .list_header {
	font-weight: bold;
	font-size: 1.2em;
}

#jukusei_stadress .others_header {
	border-top: 1px dashed #CCC;
	padding: 2em 0 1em;
	margin: 2em 0 0;
	color: #00a1cf;
}

#jukusei_header {
	width: 1050px;
	margin: 0 auto 2em;
	box-sizing: border-box;
}

.jukusei_container_gl {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.jukusei_img100 img {
	width: 100%;
	box-sizing: border-box;
}

.jukusei_about {
	width: 100%;
	background-image: url(../images/jukusei/bg_jukusei_about.png);
	background-repeat: no-repeat;
	background-position: top right;
	box-sizing: border-box;
}

.jukusei_wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: 1.1em;
	box-sizing: border-box;
}

.jukusei_contents {
	text-align: center;
	line-height: 1.8em;
}

.jukusei_contents p {
	margin-bottom: 1em;
}

.jukusei_title {
	text-align: center;
	margin: 0 auto 2em;
	font-size: 1.5em;
}

.jukusei_title h2 {
	margin: 0 auto;
	position: relative;
	font-weight: 900;
}

.jukusei_title h2:before {
	content: "";
	background-color: #000;
	height: 2px;
	width: 2em;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%);
}

h3 {
	font-weight: 900;
	font-size: 1.2em;
	margin: 1em auto 1em;
}

.btn_jukusei {
	margin: 1em auto;
}

.btn_jukusei a {
	display: block;
	width: 15em;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	background-color: #000;
	border-radius: 5px;
	font-size: 1.25em;
	color: #fcaf39;
	text-decoration: none;
	text-align: center;
}

.btn_jukusei a:hover {
	background-color: #000;
	color: #eb6100;
}

.marker_r {
	color: #cc0000;
}

.price {
	color: #cc0000;
	font-size: 1.5em;
}

.jukusei_ex {
	width: 70%;
	margin: 2em auto;
	border: 5px solid #ccc;
	border-radius: 30px;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.jukusei_ex p {
	margin-bottom: 0;
}

.jukusei_ex p a {
	text-decoration: underline;
}

.jukusei_ex p a.btn {
	padding: 1em;
	display: block;
	background: linear-gradient(#c00, #900);
	border-radius: 5px;
	color: #fff;
	width: 25em;
	box-sizing: border-box;
	margin: 0 auto 0.5em;
	text-decoration: none;
}

.jukusei_ex p a.btn span.price {
	color: #fff;
}

.jukusei_ex p a.btn:hover {
	background-color: #333;
}

.jukusei_ex h3 {
	margin-top: 0;
}

.btn_jukusei {
	margin: 3em auto;
}

.jukusei_users {
	padding-bottom: 3em;
}

.jukusei_comment {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 auto 3em;
	padding: 0;
	list-style-type: none;
}

.jukusei_comment li {
	width: 45%;
	margin: 1em auto;
	padding: 1em;
	background-color: #fff;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #ccc;
}

.jukusei_comment li p {
	margin: 0;
}


/*---------------- */
/* アコーディオン */
/*---------------- */
.accordion-list {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
}

ul.accordion-list > * + * {
	margin-top: 10px;
}
ul.accordion-list > li {
	border: 1px solid #999;
	padding: 0px 20px;
}
@media only screen and (max-width: 768) {
	ul.accordion-list > li {
		padding: 0 10px;
	}
}
ul.accordion-list .acc-ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .05em;
	cursor: pointer;
	padding: 23px 25px 23px 0;
	position: relative;
	display: block;
}
@media only screen and (max-width: 768) {
	ul.accordion-list .acc-ttl {
		padding: 13px 25px 13px 0;
	}
}
ul.accordion-list .acc-ttl::before {
	position: absolute;
	content: "\f067";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font: var(--fa-font-solid);
	font-weight: 900;
	font-size: 20px;
}
@media only screen and (max-width: 768) {
	ul.accordion-list .acc-ttl::before {
		font-size: 16px;
	}
}
ul.accordion-list .acc-ttl.active {
	border-bottom: 1px solid #999;
}
ul.accordion-list .acc-ttl.active::before {
	content: "\f068";
}
ul.accordion-list .acc-txt {
	font-weight: 500;
	padding: 26px 0 23px;
	line-height: 2;
	letter-spacing: .05em;
	display: none;
}

/*---------------------- */
/* アコーディオンここまで */
/*---------------------- */



.jukusei_search {
	background-image: url(../images/jukusei/bg_jukusei_search.png);
	background-repeat: no-repeat;
}

.jukusei_slist{
	margin: 2em auto 3em;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	font-size: 0.9em;
}

.jukusei_slist li {
	width: calc((100% / 5) - 1em);
	padding: 0;
	margin: 0 0.1em 0.5em;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
}

@media screen and (max-width: 425px) {
	.jukusei_slist li {
		width: calc((100% / 2) - 1em);
	}
	
}

/*
.jukusei_slist li a {
	display: inline-block;
	padding: 0.5em 0.5em;
	margin: 0.5em 0.1em;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
}

.jukusei_slist li a:hover {
	background-color: #333333;
	color: #fff;
}
*/


.jukusei_slist li a {
	text-decoration: none;
}

.jukusei_slist li .thumb a {
	display: block;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 150px;
}

.jukusei_slist li .thumb a img {
	max-width: 150px;
	max-height: 150px;
}

.jukusei_slist li .price {
	display: block;
	padding: 0.5em 0 0.5em;
	background-color: #fff;
	position; relative;
	font-weight: bold;
	font-color: #c00;
	text-align: center;
	margin: 0.3em 0;
}

.jukusei_slist li .price::after {
	content: "円";
	font-size: 0.6em;
}

.jukusei_slist li .button a {
	display: block;
	padding: 0.5em 0.5em;
	margin: 0.5em 0.1em;
	background-color: #000000;
	color: #fff;
	width: 100%;
	max-width: 150px;
	box-sizing: border-box;
}

.jukusei_slist li .button a:hover {
	background-color: #333333;
	color: #fff;
}

.ditem_card {
	display: none;
}

.btn_jukusei {
	margin: 3em auto;
}

.btn_jukusei a {
	margin: 0 auto;
	width: 20em;
	display: block;
	padding: 1em 5em;
	background-color: #000;
	color: #f39800;
	font-size: 1.5em;
	font-weight: 900;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

.btn_jukusei a:hover {
	background-color: #f39800;
	color: #000;
}

.jukusei_link_std {
	text-align: center;
	margin: -1em auto 0;
}

.jukusei_link_std a {
	width: 15em;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	background-color: #00a1cf;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
}

.jukusei_contents .notice {
	background-color: #fff;
	border-radius: 20px;
	padding: 1em;
	box-sizing: border-box;
	margin: 3em auto;
}

.jukusei_contents .notice p {
	margin: 0;
}

#jukusei_stadress .tagarea {
	width: 100%;
	background-color: #f1f3f9;
	text-align: center;
	padding: 2em 0;
}

#jukusei_stadress .taglist {
	width: 100%;
	max-width: 1050px;
	margin: 1em auto;
}

#jukusei_stadress .tag_header {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#jukusei_stadress .taglist .refine {
	text-align: left;
}

#jukusei_stadress .filter-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
	background-color: #fff;
	padding: 1em;
	list-style-type: none;
	margin: 0;
}

#jukusei_stadress .filter-list li {
	list-style-type: none;
	text-align: left;
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0.3em 0.2em;
	cursor: pointer;
}

#jukusei_stadress .filter-list li.texthead {
	color: #b700d7;
	border-style: none;
	cursor: auto;
	font-weight: bold;
	padding-right: 0;
}

#jukusei_stadress .filter-list li:hover {
	background-color: #eee;
}

#jukusei_stadress .filter-list li.texthead:hover {
	background-color: transparent;
}

#jukusei_stadress .filter-list li.is-active {
	background: #333;
	color: #fff;
}

.jukusei_body .item_cards_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	margin: 3em auto;
}

.jukusei_body .item_cards_container .item_card {
	width: calc((100% / 5) - 1em);
	margin: 0.5em;
	padding: 0.5em;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.6;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.jukusei_body .item_cards_container .item_card .item_thumb {
	margin-bottom: 0.5em;
}

.jukusei_body .item_cards_container .item_card .item_thumb img {
	width: 100%;
	height: auto;
}

.jukusei_body .item_cards_container .item_card p {
	text-align: center;
	margin: 0.2em 0;
}

.jukusei_body .item_cards_container .item_card .itemname {
	font-weight: 800;
}

.jukusei_body .item_cards_container .item_card .itemage {
	font-weight: 800;
	color: #a00;
}

.jukusei_body .item_cards_container .item_card .itemprice {
	font-size: 1.5em;
	color: #a00;
	font-weight: 900;
	margin: 0 auto 1em;
}

.jukusei_body .item_cards_container .item_card .itemprice::after {
	content: "円";
	font-size: 0.6em;
}

.jukusei_body .item_cards_container .item_card .itemsize {
	font-weight: 800;
	font-size: 1.1em;
	margin: 1em auto 0.5em;
}

.jukusei_body .item_cards_container .item_card .button {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jukusei_body .item_cards_container .item_card .button li {
	width: 100%;
	padding: 0;
	border-style: none;
	background: transparent;
}

.jukusei_body .item_cards_container .item_card .button li a {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 1em;
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	font-weight: 600;
	text-decoration: none;
}

.jukusei_body .item_cards_container .item_card .button li a:hover {
	background-color: #f39800;
	color: #000;
}

@media screen and (max-width: 768px) {
	.jukusei_body .item_cards_container .item_card {
		width: calc((100% / 2) - 1em);
	}

	#jukusei_stadress .filter-list li {
		font-size: 0.85em;
	}
}



.others_list li .button a {
	display: block;
	padding: 0.5em 0.5em;
	margin: 0.5em 0.1em;
	background-color: #ccc !important;
	color: #000 !important;
	width: 100%;
	max-width: 150px;
	box-sizing: border-box;
}

.others_list li .button a:hover {
	background-color: #ddd !important;
	color: #000 !important;
}





#pickup_footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 3em 0;
	box-sizing: border-box;
}

#pickup_footer img {
	padding: 0.5em;
	height: 50px;
}

#pickup_footer a {
	color: #fff;
}



.tab-wrap {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tab-label {
	color: White;
	background: linear-gradient(#cccccc, #dddddd);
	margin-right: 5px;
	padding: 0.5em 2em;
	order: -1;
}

.tab-content {
	width: 100%;
	display: none;
	border-top: 5px solid #eee;
	padding: 1em;
	margin: 1em auto;
	box-sizing: border-box;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: linear-gradient(#4b4b4b, #000000);
	margin-bottom: 1em;
}

.tab-switch:checked+.tab-label+.tab-content {
	 display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}


@media screen and (max-width: 980px) {
	
	#jukusei_stadress {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	#jukusei_stadress img {
		/* width: 100%; */
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}
	
	.path {
		width: 98%;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}
	
	#jukusei_header {
		width: 100%;
		box-sizing: border-box;
	}
	
	.jukusei_wrapper {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.jukusei_contents {
		text-align: left;
	}
	
	.jukusei_ex {
		width: 95%;
		box-sizing: border-box;
	}
	
	.jukusei_ex span {
		display: block;
	}
	
	.jukusei_ex span.price {
		display: inline;
	}
	
	.jukusei_search {
		background-image: none;
	}
	
	.jukusei_title {
		font-size: 1.2em;
	}
	
	.tab-label {
		width: 50px;
		height: 50px;
		padding: 7px 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.accordion-list {
		width: 95%;
	}
	
	.jukusei_body h3 {
		text-align: center;
		font-size: 1.2em;
	}
	
	#jukusei_stadress h3 {
		font-size: 1.2em;
	}
	
	.jukusei_comment {
		display: block;
	}

	.jukusei_comment li {
		width: 95%;
	}
	
	.tab-content {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	
	
	.jukusei_slist li {
		/* width: calc((100% / 3) - 0.5em); */
	}
	
	.jukusei_slist li .thumb a {
		display: block;
		padding: 0;
		margin: 0 0 0.5em;
		width: 125px;
		height: 125px;
	}

	.jukusei_slist li .thumb a img {
		max-width: 125px;
		max-height: 125px;
	}

	.jukusei_slist li .button a {
		display: block;
		padding: 0.5em 0.5em;
		margin: 0.5em 0.1em;
		background-color: #000000;
		color: #fff;
		max-width: 125px;
	}
}

.jukusei_link_std {
	text-align: center;
	margin: -1em auto 0;
}

.jukusei_link_std a {
	width: 15em;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 0.3em 0.5em;
	box-sizing: border-box;
	background-color: #00a1cf;
	color: #fff;
	border-radius: 10px;
}
	


.jukusei_osusume {
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	margin-bottom: 7em;
	font-size: 0.9em;
}

.jukusei_osusume_pabel {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 3em;
}

.josusume_thumb {
	width: 21%;
}

.josusume_thumb img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.jukusei_osusume_pabel {
		display: block;
	}
	
	.josusume_thumb {
		width: 100%;
		text-align: center;
	}
	
	.josusume_thumb img {
		width: 90%;
	}
	
}

.josusume_body {
	width: 79%;
	padding-left: 1em;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.josusume_body {
		width: 100%;
	}
}

.josusume_body h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.josusume_voice p.josusume_headline {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0.5em;
	border-left: 7px solid #fbb03b;
}

.josusume_voice ul {
	margin-bottom: 1em;
	list-style-type: none;
	padding: 0;
}

.josusume_voice ul li {
	padding: 0;
	margin: 0.5em 0;
	padding: 0 0 0 0.5em;
	border-left: 7px solid #ccc;
	display: flex;
	align-items: stretch;
}

.josusume_voice ul li .icon {
	width: 10%;
}

.josusume_voice ul li .comment {
	padding-left: 0.5em;
	box-sizing: border-box;
	width: 90%;
}

.josusume_list ul {
	width: 100%
	margin-bottom: 1em;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.josusume_list li {
	list-style-type: none;
	margin: 1px;
	padding: 0;
}

.josusume_list li a {
	display: block;
	width: 100%;
	padding: 0.7em 0.3em;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.josusume_list li a:hover {
	background-color: #fbb03b;
	color: #000;
}

@media screen and (max-width: 768px) {
	.josusume_list li {
		width: 49%;
		box-sizing: border-box;
		font-size: 0.8em;
	}
	
}



/* ------------------------------------------------------------------

 熟成スタッドレス2024

-------------------------------------------------------------------- */
.j_std2024 {
	font-family: "游ゴシック", "Yu Gothic", sans-serif !important;
}

.j_std2024 .btn_jukusei {
	position: relative;
}

.j_std2024 .btn_jukusei a {
	display: block;
	width: 20em;
	padding: 1em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight: bold;
	box-shadow: 3px 3px 3px #ccc;
	background: linear-gradient(#00a1cf, #0180a4);
}

.j_std2024 .btn_jukusei a:hover {
	position: relative;
	top: 3px;
	
	box-shadow: 0 0 0 transparent;
	background: linear-gradient(#0180a4, #00a1cf);
}

@media screen and (max-width: 980px) {
	
	.j_std2024 .btn_jukusei a {
		width: 98%;
		font-size: 1em;
		padding: 1em 0.2em;
		box-sizing: border-box;
	}
	
}

.j_std2024 .jukusei_comment li {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: 20px;
}

.j_std2024 .jukusei_comment li .picon {
	width: 20%;
	padding: 0 1% 0 0;
	box-sizing: border-box;
}

.j_std2024 .jukusei_comment li p {
	width: 80%;
}



.j_std2024 .jukusei_body .oshi {
	width: 60%;
    margin: 3em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
}

.j_std2024 .jukusei_body .oshi .oshi_thumb {
	width: 35%;
	padding-right: 2em;
	box-sizing: border-box;
}

.j_std2024 .jukusei_body .oshi .oshi_thumb h3 {
	position: relative;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* ラベル部分 左上に表示 */
.j_std2024 .jukusei_body .oshi .oshi_thumb h3::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #cc0000; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.j_std2024 .jukusei_body .oshi .oshi_thumb h3::after {
	content: "目玉商品";
	font-size: 0.6em;
	display: block;
	top: 8px;
	transform: rotate(-45deg);
	color: #fff; /* 文字色はここで変更 */
	left: 0;
	position: absolute;
	z-index: 101;
}


.j_std2024 .jukusei_body .oshi .oshi_body {
	width: 65%;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.j_std2024 .jukusei_body .oshi .oshi_body span {
	display: block;
}

.j_std2024 .jukusei_body .oshi .oshi_body .year {
	color: #cc0000;
}





/* ラベル部分 左上に表示 */

.j_std2024 .jukusei_body .jukusei_slist li {
	position: relative;
}

.j_std2024 .jukusei_body .jukusei_slist li .hot::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #cc0000; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.j_std2024 .jukusei_body .jukusei_slist li .hot::after {
	content: "目玉商品";
	font-size: 0.75em;
	font-weight: 800;
	display: block;
	top: 9px;
	transform: rotate(-45deg);
	color: #fff; /* 文字色はここで変更 */
	left: 0;
	position: absolute;
	z-index: 101;
}







/* タイヤサイズの確認方法 */

#generic .size_contents {
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

#generic .size_contents .size_image {
	width: 40%;
	text-align: center;
}

#generic .size_contents .size_image img {
	width: 100%;
}

#generic .size_contents .size_body {
	width: 60%;
	text-align: left;
	padding-left: 2em;
	box-sizing: border-box;
	font-size: 0.9em;
	margin: 0 auto 3em;
}

@media screen and (max-width: 768px) {
	
	#generic .size_contents .size_image {
		width: 100%;
		text-align: center;
	}
	
	#generic .size_contents .size_image img {
		width: 95%;
		margin: 0 auto 1em;
	}
	
	#generic .size_contents .size_body {
		width: 100%;
	}
	
}

#generic .size_contents .size_body p.size_sample,
#generic .size_contents .size_body p.check,
#generic .size_contents .size_body p.btn_pk {
	text-align: center;
}

#generic .size_contents p.check {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

#generic .size_contents .size_body p.btn_pk a {
	display: block;
	padding: 0.5em 1em;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #eb6877;
	border-radius: 10px;
	color: #eb6877;
	font-weight: bold;
	background-color: #fff;
}

#generic .size_contents .size_body p.btn_pk a:hover {
	background-color: #fbe4e5;
}



#generic .size_contents .spec-grid {
	margin: 0 auto 3em;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#generic .size_contents .spec-grid .spec-table {
	width: calc((100% / 4) - 1em);
	padding: 0;
	margin: 0 0.5em;
	border-collapse: collapse;
}

#generic .size_contents .spec-grid .spec-table th {
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
	text-align: center;
	font-size: 0.8em;
	background-color: #333;
	color: #fff;
}

#generic .size_contents .spec-grid .spec-table td {
	border: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
}

@media screen and (max-width: 426px) {
	
	#generic .size_contents .spec-grid .spec-table {
		width: calc((100% / 2) - 1em) !important;
		margin-bottom: 1em;
	}
	
}


#generic .size_contents .speed-spec-section {
	margin: 0 0 3em;
	font-family: sans-serif;
}

#generic .size_contents .speed-grid {
	display: flex;
	flex-wrap: wrap; /* スマホで自動折り返し */
	gap: 10px;
	justify-content: flex-start;
}

#generic .size_contents .speed-item {
	flex: 1;
	min-width: 80px; /* 1つあたりの最小幅 */
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
}

#generic .size_contents .speed-label {
	background: #1f4e78; /* 小西タイヤカラー */
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	font-size: 16px;
}

#generic .size_contents .speed-value {
	padding: 8px 0;
	font-size: 14px;
	background: #fff;
}

#generic .size_contents .speed-unit {
	font-size: 10px;
	color: #888;
}






/* カード外枠 */
.car-detail-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin: 15px;
  overflow: hidden;
}

/* ヘッダー：40-50代に分かりやすく、車検証を意識した配色 */
.card-header {
  background: #1f4e78; /* 小西タイヤカラー */
  color: #fff;
  padding: 12px 15px;
}
.maker-label { font-size: 12px; opacity: 0.8; display: block; }
.car-title { font-size: 20px; margin: 0; font-weight: bold; }

/* サイズグループの見出し */
.size-group-title {
  background: #f0f4f8;
  padding: 8px 15px;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* リンクボタンのグリッド（2カラム固定） */
.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  gap: 8px;
  padding: 15px;
}

/* ボタンの基本スタイル：親指で押しやすい高さ(44px以上)を確保 */
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #ddd;
}
.btn span { font-size: 10px; font-weight: normal; margin-top: 2px; }

/* 季節ごとの色分け */
.btn-summer { background: #fffcf5; border-color: #ffc000; color: #b48a00; }
.btn-winter { background: #f5faff; border-color: #007bff; color: #0056b3; }
.btn-allseason { background: #f5fff5; border-color: #28a745; color: #1e7e34; }













#generic .generic_container h2 {
	margin: 2em auto 1em;
	padding-bottom: 1em;
	text-align: center;
}

#generic .generic_container h2 span {
	font-size: 1em;
	position: relative;
	padding: 0.8rem;
	border-bottom: 1px solid;
	color: black;
	text-align: center;
}

#generic .generic_container h2:before {
	display: none;
}

#generic .generic_container h2 span:before,
#generic .generic_container h2 span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

#generic .generic_container h2 span:before {
    border: 11px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -11px;
}

#generic .generic_container h2 span:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}



#generic .generic_container h1 {
	margin: 0 auto 2em !important;
	border-bottom: 1px dotted #000;
	padding-bottom: 0.5em;
	line-height: 1.4;
	font-size: 2.5em;
}

#generic .read {
	width: 100%;
	margin: 0 auto 3em;
}




/*-------------------------------------------------*/

/* 共通ヘッダー（.hd）・ガイドTOP検索ブロック */

/*-------------------------------------------------*/

.hd {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.hd-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0.75rem 1rem;
	min-height: 64px;
}

.hd-logo {
	flex: 1;
	margin: 0;
	text-align: center;
}

.hd-logo a {
	display: inline-block;
}

.hd-logo img {
	display: block;
	height: 50px;
	width: auto;
}

.hd-util {
	margin: 0;
}

.hd-guide {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	min-width: 3rem;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
	color: #004ea2;
	font-size: 0.75rem;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.hd-guide:hover {
	background: rgba(0, 78, 162, 0.08);
}

.hd-guide i {
	font-size: 1.25rem;
}

.hd-menu {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #004ea2;
	font-size: 1.25rem;
	cursor: pointer;
}

.hd-menu:hover {
	background: rgba(0, 78, 162, 0.08);
}

.hd-nav {
	background: #004da1;
	font-family: "Noto Sans JP", sans-serif;
}

.hd-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.25rem 1.25rem;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0.75rem 1rem;
	list-style: none;
}

.hd-nav a {
	display: block;
	padding: 0.35rem 0;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	white-space: nowrap;
}

.hd-nav a:hover,
.hd-nav a.active {
	color: #fff;
	opacity: 0.85;
}

.hd-nav a.active {
	font-weight: bold;
	opacity: 1;
	text-decoration: underline;
}

.hd-shop a {
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-weight: bold;
}

.hd-shop a:hover {
	background: #333;
	color: #fff;
	opacity: 1;
}

#generic > .path,
#generic.blog .blog_colum > .path {
	margin-top: 15px;
}

#generic.pickuplist .generic_contents section {
	margin-bottom: 7em;
}

.search-hub-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.search-hub-list li {
	flex: 1 1 0;
	min-width: 0;
}

.search-hub-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 8px;
	border: 0;
	border-radius: 4px;
	background: #004da1;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.04), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.7;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.search-hub-list a:hover {
	background: #003d82;
	color: #fff;
}

.search-hub-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	color: currentColor;
}

.search-hub-icon svg {
	display: block;
	width: 45px;
	height: 46px;
}

.search-hub-label {
	display: block;
	padding-top: 6px;
}

.tire-points .quick_nav,
#generic.tire_list .quick_nav {
	margin-bottom: 0;
	font-weight: 700;
}

.tire-points .quick_nav ul li a,
#generic.tire_list .quick_nav ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 30px 8px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.tire-points .quick_nav ul li a i,
#generic.tire_list .quick_nav ul li a i {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 2.875rem;
	line-height: 1;
	color: #369;
}

@media (min-width: 768px) {
	.hd-logo {
		flex: 0 1 auto;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.hd-menu {
		display: flex;
	}

	.hd-guide span {
		font-size: 0.625rem;
	}

	.hd-nav {
		display: none;
	}

	.hd-nav.is-open {
		display: block;
	}

	.hd-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0;
	}

	.hd-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}

	.hd-nav a {
		padding: 0.85rem 1rem;
	}

	.hd-nav a:hover,
	.hd-nav a.active {
		opacity: 1;
		background: rgba(0, 0, 0, 0.15);
	}

	.hd-shop a {
		display: inline-block;
		margin: 0.85rem 1rem;
	}

	.search-hub-list {
		flex-direction: column;
	}

	.search-hub-list li {
		flex: none;
		width: 100%;
	}

	.search-hub-list a {
		padding: 30px 8px;
		border: 1px solid #e0e0e0;
		background: #fff;
		color: #000;
		font-size: 1.2rem;
	}

	.search-hub-list a:hover {
		background: #f5f5f5;
		color: #000;
	}

	.search-hub-icon {
		padding-bottom: 16px;
		color: #004da1;
	}

	.search-hub-icon svg {
		width: 45px;
		height: 46px;
	}

	.search-hub-label {
		padding-top: 16px;
	}

	.tire-points .quick_nav ul li a,
	#generic.tire_list .quick_nav ul li a {
		font-size: 1.2rem;
	}
}

