@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;
}

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

#pickup_header {
	margin: 0 auto 3em;
	padding: 1.5em 0;
	text-align: center;
	border-bottom: 1px solid #000;
}

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

#pickup_header h1 img {
	height: 80px;
}

#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: 1050px;
	margin: 0 auto;
}

.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;
}









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

/* 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: 425px) {
	
	footer .footer {
		width: 100%;
		display: block;
	}
	
	footer .footer_logo {
		width: 50%;
		padding: 0;
		margin: 0 auto 3em;
	}
	
	footer .footer_navi {
		width: 100%;
		display: block;
		padding: 1em;
	}
	
	footer .footer_navi .fnavi_block {
		width: 100%;
		border-top: 1px solid #000;
		padding: 1em 0;
	}
	
}

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;
	dosplay: inline;
	padding: 0 0 0.5em 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;
}

@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;
}

#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;
}



.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;
}




