@charset "utf-8";
html, body {
	min-width: initial;
}
ul {
	list-style: none;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	min-width: initial!important;
}
.tb {
	display: 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 {
	position: relative;
}
.mv h1 {
	width: 100%;
	text-align: center;
	margin-top: 0;
	position: absolute;
	top:28%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    font-size: clamp(23px, 6vw, 60px);
	color: #ffffff;
	font-weight: 900;
}
.recommend_box {
    position: absolute;
	width: auto; 
	left: auto;
	transform: none; 
	right: calc((100% - 95%) / 2); 
	bottom: 20px; 
    z-index: 10;
}
.recommend_btn a {
	width: 33vw;
	height: 50px;
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: #DC0011; 
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(11px, 3vw, 18px);
	font-style: italic;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #DC0011;
    box-shadow: 4px 4px 0px #701E22; 
    transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
	margin-right: 4px;
}

.recommend_btn a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px #701E22;
	opacity: 1!important;

}
.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; 
}
.contents {
	width: 90%;
	margin: auto;
}
.car_type_wrap {
    width: 80%;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	margin: 20px auto;
	gap: 10px;
}
.update_date {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: auto;
	margin-bottom: 20px;
}
.update_date p {
	font-size: 12px;
}
.type_lineup {
    width: calc(50% - 10px);
    background-color: #33525B;
	height: 50px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.type_lineup a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.type_lineup span {
	font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

a:hover {
    text-decoration: none !important;
}
.car_type {
    background-color: #BBC7C9;
	margin-bottom: 30px;
}
.type_name {
	color: #33525B;
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 15px;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.type_name h3 {
	font-weight: 900;
}
.tire_sizeBtn ul {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    gap:  16px;
	justify-content: flex-start;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.size_btn {
    width: calc(50% - 8px);
    height: 40px;
    color: #ffffff;
    background-color: #232323;
    display: flex; 
    align-items: center;
    justify-content: center;
    position: relative;
}
.size_btn span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 800;
    font-style: italic;
}
.min-br {
	display: block;
}
.min-font span {
    font-size: 12px;
}
.btn_active span {
    position: relative; 
}
.btn_active span::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 100%;
    transform: translateY(-50%); 
    margin-left: 5px; 
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ffffff;
}
.tire_sizeBtn li.btn_active {
    pointer-events: none;
}
.tire_sizeBtn li.btn_nonactive {
    filter: brightness(0.5);
    opacity: 1;
	cursor: pointer;
}
.carousel{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin: auto;
}
.box_carousel {
    width: 100%;
    opacity: 0; 
    max-height: 0; 
    overflow: hidden; 
    margin-bottom: 0; 

    transition: opacity 0.5s ease-in-out, visibility 0.5s;
}
.box_carousel.active {
    opacity: 1; 
    max-height: 5000px; 
    margin-bottom: 20px; 
}
.btn_carousel {
	display: flex;
	flex-direction: column;
	background: #DCDCDC;
	border-top-left-radius: 20px;
	padding-bottom: 10px;
}
.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;
}
.list_carousel {
	display: flex;
	transition: margin-bottom 0.4s;
	margin-bottom: 0;
	border-radius: 10px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.item_carousel li {
	list-style: none;
}
.brand_box {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
	border-radius: 20px;
}
.brand {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.brand_name {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 4vw, 28px);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #1F437F;
	font-style: italic;
	margin-bottom: 5px;
}
.brand_name span{
	font-weight: 900;
}
.brand_name img {
	width: 28vw;
	height: auto;
}
.product_box {
	width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr; 
	gap: 10px;
}
.product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/* 左の要素を1列目に配置 */
.product_L {
    grid-column: 1;
}
/* 右の要素を2列目に配置 */
.product_R {
    grid-column: 2;
}
.product_name span {
	font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(12px, 3vw, 16px);
	font-weight: 900;
	font-style: italic;
}
.price {
	width: 100%;
	max-width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.price a {
	display: flex;
	font-style: italic;
	justify-content: center;
	align-items: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 4vw, 16px);
	font-weight: bold;
	height: 35px;
	width: 100%;
	text-align: center;
	background-color: #C4292B;
	color: #ffffff;
	border-radius: 20px;
}
.price span {
    font-size: clamp(10px, 4vw, 16px);
	font-weight: 900;
}
.price var {
    font-size: clamp(14px, 5vw, 22px);
	font-weight: 900;
}
.feature_blizzak {
	position: relative;
	margin: 30px 0;
}
.feature_blizzak img{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.feature_blizzak a {
	position: absolute;
	width: 40%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	top:88%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: #DC0011;
	font-weight: 900;
	background-color: #ffffff;
	border: 2px solid #DC0011;
	border-radius: 50px;
}
.feature_blizzak a:hover {
	background-color: #DC0011;
	color: #ffffff;
	opacity: 1;
}
.feature_WM {
	position: relative;
	margin: 0 0 30px 0;
}
.feature_WM img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.feature_WM a {
	position: absolute;
	width: 40%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	top:83%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: #004C98;
	font-weight: 900;
	background-color: #ffffff;
	border: 2px solid #004C98;
	border-radius: 50px;
}
.feature_WM a:hover {
	background-color: #004C98;
	color: #ffffff;
	opacity: 1;
}
.feature_IG {
	position: relative;
	margin: 0 0 30px 0;
}
.feature_IG img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.feature_IG a {
	position: absolute;
	width: 40%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	top:83%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: #677A9E;
	font-weight: 900;
	background-color: #ffffff;
	border: 2px solid #677A9E;
	border-radius: 50px;
}
.feature_IG a:hover {
	background-color: #677A9E;
	color: #ffffff;
	opacity: 1;
}
.feature_studless h5 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}
.feature_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.feature_list li {
	width: calc(50% - 10px);
}
.feature_list img {
	width: 100%;
	height: auto;
}
.sp_line {
	display: none;
}
.title {
	pointer-events: none;
}

/*-- タブレット用スタイリング --*/
@media screen and (min-width:768px) {
	.sp {
		display: block;
	}
	.tb {
		display: block;
	}
	.pc {
		display: none;
	}
	.mv h1 {
		margin-top: 0;
		position: absolute;
		top:28%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 48px;
		color: #ffffff;
		font-weight: 900;
	}
	.contents {
		width: 90%;
		max-width: 980px;
		margin: auto;
	}
	#pagetop a {
		width: 50px;
		height: 50px;
	}
	.arrow {
		width: 50px;
		height: 50px;
	}
	.arrow::before {
		width: 20px;
		height: 20px;
		top: 60%;
		left: 50%;
		margin: 0;
	}
	.recommend_box {
    width: auto; 
    left: auto;
    transform: none; 
    right: calc((100% - 90%) / 2); 
    bottom: 20px; 
	}
	.recommend_btn a {
		width: 28vw;
		height: 70px;
		font-size: clamp(18px, 4vw, 20px);
		padding: 5px 10px;
	}
	.car_type {
		margin-bottom: 50px;
	}
	.car_type_wrap {
		width: 90%;
		max-width: 980px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
		margin: 40px auto;
		gap: 10px;
	}
	.update_date {
		margin-bottom: 40px;
	}
	.update_date p {
		font-size: 16px;
	}
	.type_name {
		font-size: 30px;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.tire_sizeBtn ul {
		gap:  16px;
		margin-bottom: 30px;
	}
	.size_btn {
		font-size: 20px;
		height: 50px;
	}
	.btn_active span::after {
		margin-left: 10px; 
	}
	.min-br  {
		display: none;
	}
	.type_lineup {
		width: calc(25% - 10px);
		background-color: #33525B;
		height: 60px;
		border-radius: 10px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.type_lineup span {
		color: #ffffff;
		font-size: clamp(18px, 3vw, 20px);
		font-weight: bold;
		font-style: italic;
	}
	.pageLink {
		padding-top: 100px;
		margin-top: -100px;
	}
	.line_wrap img {
		width: 100%;
		height: auto;
	}
	.size_btn span {
		font-size: 23px;
		font-weight: 900;
		font-style: italic;
	}

	/* カルーセル */
	.carousel {
	}
	.box_carousel {
		margin: 0 auto;
	}
	.list_carousel {
		margin: auto;
		gap: 10px;
	}
	.tire_img{
		width: 25vw;
		height: auto;
	}
	.tire_img img {
		width: 100%;
		height: auto;
	}
	.product_box {
		width: 100%;
    	gap: 20px;
	}
	.product {
	}
	.product_name span {
		font-size: clamp(18px, 3vw, 20px);
	}
	.brand_box {
		margin-bottom: 20px;
		padding: 10px 2vw;
		gap: 0;
	}
	.brand {
		height: auto;
	}
	.brand_name {
		font-size: 35px;
	}
	.brand_name img {
		width: 200px;
		height: auto;
	}
	.price {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.price a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		letter-spacing: 0.1em;
		height: 45px;
		width: 100%;
	}
	.price var {
		font-size: 30px;
		font-weight: bold;
	}
	.price span {
		font-size: 20px;
		font-weight: bold;
	}
	.more_search a {
		width: 375px;
		font-size: 25px;
	}
	.feature_WM {
		margin: 0 0 50px 0;
	}
	.feature_WM img {
		width: 100%;
		height: auto;
	}
	.feature_WM a {
		position: absolute;
		width: 250px;
		height: 50px;
		font-size: 22px;
		color: #004C98;
	}
	.feature_blizzak {
		margin: 50px 0 50px 0;
	}
	.feature_blizzak img {
		width: 100%;
		height: auto;
	}
	.feature_blizzak a {
		position: absolute;
		width: 250px;
		height: 50px;
		font-size: 22px;
		color: #DC0011;
	}
	.feature_studless h5 {
		font-size: 26px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.feature_list {
		gap: 10px;
	}
	.feature_list li {
		width: calc(50% - 5px);
	}
	.feature_list img {
		width: 100%;
		height: auto;
	}
}

/*-- PC用スタイリング --*/
@media screen and (min-width:980px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.mv h1 {
		margin-top: 0;
		position: absolute;
		top:28%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 48px;
		color: #ffffff;
		font-weight: 900;
	}
	.recommend_box {
    width: auto; 
    left: auto;
    transform: none; 
    right: calc((100% - 980px) / 2); 
    bottom: 20px; 
	}
	.recommend_btn a {
		width: 250px;
		height: 70px;
		font-size: 23px;
		padding: 5px 10px;
	}
	#pagetop a {
		width: 50px;
		height: 50px;
	}
	.arrow {
		width: 50px;
		height: 50px;
	}
	.arrow::before {
		width: 20px;
		height: 20px;
		top: 60%;
		left: 50%;
		margin: 0;
	}
	.car_type {
		margin-bottom: 50px;
	}
	.car_type_wrap {
		width: 90%;
		max-width: 980px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
		margin: 70px auto 40px;
		gap: 10px;
	}
	.update_date {
		width: 90%;
		max-width: 980px;
		margin-bottom: -30px;
	}
	.update_date p {
		font-size: 18px;
	}
	.type_name {
		font-size: 35px;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.tire_sizeBtn ul {
		max-width: 880px;
		gap:  18px;
		margin-bottom: 30px;
	}
	.size_btn {
		max-width: calc(100% / 3 - 12px);
		font-size: 23px;
		height: 50px;
	}
	.btn_active span::after {
		margin-left: 10px; 
	}
	.type_lineup {
		width: calc(25% - 10px);
		background-color: #33525B;
		height: 60px;
		border-radius: 10px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.type_lineup span {
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		font-style: italic;
	}
	.pageLink {
		padding-top: 75px;
		margin-top: -25px;
	}
	.line_wrap img {
		width: 100%;
		height: auto;
	}
	.size_btn span {
		font-size: 20px;
		font-weight: 900;
		font-style: italic;
	}

	/* カルーセル */
	.carousel {
		width: 90%;
		max-width: 980px;
	}
	.box_carousel {
		max-width: 880px;
		margin: 0 auto;
	}
	.list_carousel {
		margin: auto;
		gap: 10px;
	}
	.product {
		max-width: 300px;
	}
	.product_box {
		width: 100%;
    	gap: 20px;
	}
	.product_name span {
		font-size: 25px;
	}
	.brand_box {
		width: stretch;
		max-width: 880px;
		margin:0 auto 20px;
		padding: 20px 0 20px 0;
	}
	.tire_img img {
		width: stretch;
		max-width: 230px;
		height: auto;
		padding-left: 30px;
		margin-right: 10px;
	}
	.brand {
		padding-right: 30px;
		height: 250px;
	}
	.brand_name {
		align-items: start;
		font-size: 35px;
	}
	.brand_name img {
		width: 260px;
		height: auto;
	}
	.price {
		width: stretch;
		max-width: 300px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.price a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 900;
		letter-spacing: 0.1em;
		height: 65px;
		width: 100%;
	}
	.price var {
		font-size: 40px;
	}
	.price span {
		font-size: 23px;
		font-weight: 900;
	}
	.more_search a {
		width: 375px;
		font-size: 25px;
	}
	.feature_WM {
		margin: 0 0 20px 0;
	}
	.feature_WM img {
		width: 100%;
		height: auto;
	}
	.feature_WM a {
		position: absolute;
		width: 350px;
		height: 70px;
		font-size: 26px;
		color: #004C98;
	}
	.feature_IG {
		margin: 0 0 20px 0;
	}
	.feature_IG img {
		width: 100%;
		height: auto;
	}
	.feature_IG a {
		position: absolute;
		width: 350px;
		height: 70px;
		font-size: 26px;
		color: #677A9E;
	}
	.feature_blizzak {
		margin: 70px 0 20px 0;
	}
	.feature_blizzak img {
		width: 100%;
		height: auto;
	}
	.feature_blizzak a {
		position: absolute;
		width: 350px;
		height: 70px;
		font-size: 26px;
		color: #DC0011;
	}
	.feature_studless h5 {
		font-size: 26px;
		font-weight: 900;
		margin-bottom: 20px;
	}
	.feature_list {
		gap: 15px;
	}
	.feature_list li {
		width: calc((100% / 3) - 10px );
	}
	.feature_list img {
		width: 100%;
		height: auto;
	}
}