@charset "utf-8";
ul {
	list-style: none;
}
/* パンくず */
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
    flex-wrap: wrap;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
.mv h1 {
	margin-top: 0;
}
.mv img {
	width: 100%;
	height: auto;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 3%;
    z-index: 100;
}
#pagetop a {
    background-color: #333333;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 10%;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.arrow::before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 55%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%) rotate(-45deg)
}
.pageLink {
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
.contents {
	width: 90%;
	margin: auto;
}
.tire_lineup_wrap01{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 20px auto;
	gap: 10px;
}

.tire_lineup_wrap02{
	height: auto;
	margin-top: 20px;
}
.tire_lineup_wrap02 img{
	width: 100%;
	height: auto;
}
a:hover {
    text-decoration: none !important;
}
.coupon{
	width:100%;
	margin: 20px auto;
}
.coupon img{
	width: 100%;
	height: auto;
}
.coupon_code {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.coupon-copy {
	font-size: 18px;
	width: 90%;
}
.tire_lineup_wrap{
	width:1200px;
	height:260px;
	margin:0 auto;
}
.sp_carBtn ul {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 20px auto;
	gap: 9px;
}
.sp_carBtn li {
	width: calc(33.3% - 6px);
	height: 40px;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	background-image: url(../images/box_sp.webp);background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.sp_carBtn li.btn_active {
    pointer-events: none;
}
.sp_carBtn li.btn_nonactive {
    filter: brightness(0.5);
    opacity: 1;
}
.prad {
	font-size: 12px!important;
	text-align: center;
}
.carousel{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin: auto;
}
.box_carousel {
	display: none;
    /* transform: translateY(30px); */
    opacity: 0;
    transition: opacity 0.7s, transform 0.7s;
	width: 100%;
}
.box_carousel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
	
}
.btn_carousel {
	display: flex;
	flex-direction: column;
	background: #DCDCDC;
	border-top-left-radius: 20px;
	padding-bottom: 10px;
}
.car_name {
	background-image: url(../images/box_pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	color: #ffffff;
}
.car_name div {
	font-size: 25px;
	font-weight: bold;
}
.car_name span {
	font-size: 14px;
	font-weight: bold;
}
.car_img {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	margin-top: 10px;
}
.car_img img {
	width: 60%;
	height: auto;
	margin: 0;
	display: block;
}
.item_carousel {
	display: flex;
	/* background: linear-gradient(to top left, rgb(255, 255, 255),rgb(210, 210, 210) ); */
	background: #DCDCDC;
    transition: margin-bottom 0.4s;
    margin-bottom: 0;
}
.item_carousel.open {
}
.list_carousel {
		width: 100%;
		margin: auto;
}
.item_carousel li {
	list-style: none;
}
.price_carousel {
	width: 95%;
	margin: auto;
	display: flex;
	gap: 10px;
	padding: 10px 0 10px 0;
}
.tire_size {
	display: flex;
	flex-direction: column;
	color: #ffffff;
	width: calc(45% - 5px);
	text-align: center;
}
.tire_size span {
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.inch {
	background-color: #333333;
	height: 25px;
}
.type {
	background-color: #616161;
	height: 40px;
}
.price {
	width: calc(55% - 5px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.price a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	height: 65px;
	width: 100%;
	text-align: center;
	background-color: #C4292B;
	color: #ffffff;
	border-radius: 10px;
}
.price var {
	font-style: normal;
}
.more_search a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	height:70px;
	background-image: url(../images/tanpin_back.webp);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 50px auto;
    transition: transform 0.7s;
    transform: translateY(0);
}
.more_search_wrap{
	width:100%;
	height:auto;
}
.more_search {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
    text-align: center;	
    transition: transform 0.7s;
    transform: translateY(0);
}
.more_search a:hover::before {
		background: #ffffff;
}
.more_search a:hover::after {
		background: #002142;
}


.sp_line {
	display: none;
}
.title {
	pointer-events: none;
}

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) {
	.sp {
		display: none;
	}
	#pagetop a {
		width: 50px;
		height: 50px;
	}
	.arrow {
		width: 50px;
		height: 50px;
	}
	.arrow::before {
		width: 20px;
		height: 20px;
		top: 60%;
		left: 50%;
		margin: 0;
	}
	.contents {
		width: 1200px;
		margin: auto;
	}
	.tire_lineup_wrap01{
		margin: 50px auto;
		gap: 37.5px;
	}
	.tire_lineup_wrap01 img{
		width: 375px;
		object-fit: cover;
	}
	.tire_lineup_wrap02{
		margin-top: 50px;
	}
	.tire_lineup{
		width:375px;
		height: auto;
	}
	.coupon{
		width:1200px;
		margin-top: 70px;
	}
	.coupon-copy {
		font-size: 20px;
		width: 375px;
	}
	.line_wrap {
		width: 100%;
		position: static;
	}
	.pageLink {
		padding-top: 75px;
		margin-top: -25px;
	}
	.line_wrap img {
		width: 100%;
		height: auto;
	}
	/* カルーセル */
	.carousel {
		width: 1200px;
		gap: 37.5px;
		margin-top: 70px;
	}
	.box_carousel {
		display: flex;
		flex-direction: column;
		width: 375px;
		opacity: 1;
	}
	.btn_carousel {
		display: flex;
		flex-direction: column;
		border-top-left-radius: 20px;
		padding-bottom: 10px;
	}
	.item_carousel {
    overflow: hidden;
	margin-bottom: 0;
	}
	.item_carousel.open {
		height: auto;
	}
	.list_carousel {
		width: 95%;
		margin: auto;
	}
	.price_carousel {
		width: 100%;
		display: flex;
		gap: 10px;
		padding: 10px 0 10px 0;
	}
	.tire_size {
		display: flex;
		flex-direction: column;
		color: #ffffff;
		width: 150px;
		text-align: center;
	}
	.tire_size span {
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.inch {
		background-color: #333333;
		height: 25px;
	}
	.type {
		background-color: #616161;
		height: 40px;
	}
	.price {
		width: 215px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.price a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		font-weight: 800;
		height: 65px;
		width: 100%;
		text-align: center;
		background-color: #C4292B;
		color: #ffffff;
		border-radius: 10px;
	}
	.more_search a {
		width: 375px;
		font-size: 25px;
	}
}