@charset "utf-8";
/* CSS Document */
.pc{
	display: block;
}

.sp{
	display: none;
}


.btn_b{
margin: 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.btn_m{
margin: auto 0 0;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

.btn_b{
margin: 0 0 40px;
}
.btn_b a{
display: block;
width: calc(50% - 10px);
}
.btn_b b{
display: block;
width: calc(50% - 10px);
font-size: 18px;
}

/*202507商品掲載*/
.fearure-container.studlesstire_main_wrapper {
    background-size: contain;
    background-repeat: repeat;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202507/bg.webp);
 background-position: top center; /*--背景画像の位置--*/
    width: 100%;
    max-width: 100%;
position: relative;

}

.items_wrapper{
margin: 20px auto 0;
    width: 100%;
    max-width: 880px;
    box-sizing: border-box;
    padding: 40px;
}
.items_wrapper h2{
display: block;
width: 100%;
margin: 0 auto 20px;
padding: 0;
}
.items_wrapper h2 img{;
width: 100%;
max-width: 600px;
margin: 0 auto;
display: block;
}

.item_inner {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;

}

.each_items{
width: calc(50% - 10px);
border-radius: 10px;
background-image:
url(/PC/ja/asset/img/nw/feature/studless/202507/img_bg.webp), 
linear-gradient(#ffffff, #c4f1ff);
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
box-sizing: border-box;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
overflow-wrap: break-word;
min-width: 0;
overflow: hidden;
position: relative;
margin-bottom: 20px;
}

.item_details{
position: absolute;
bottom:0;
width: 100%
}

.items_wrapper ul li h3{
background-color: #0667ca;
box-sizing: border-box;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
padding:10px 0;
margin: 0;

}

.items_wrapper ul li h3 img{
width: 100%;
max-width: 220px;

}

.items_wrapper ul li > .item_info {
box-sizing: border-box;
padding: 20px 20px 0;

}


.items_wrapper ul li > .item_info h4 {
display: block;
margin: 0 auto;
width: 80%;

}
.items_wrapper ul li > .item_info h4 img{
width: 100%;

}

.item_name{
width: 100%;
display: block;
text-align: center;
font-size: 12px;
border-bottom: #000000 solid 2px;
margin-bottom: 10px;
padding-bottom: 10px;

}

.item_img{
width: auto;
box-sizing: border-box;
margin: 0 auto;
object-fit: cover;
width: 90%;
position: relative
}

.item_img img{
width: 100%;
width: calc((768 / 768) * 100vw);

}

.cp_icon{
position: absolute;
top:0;
right: 0;
width: 108px;
height: 108px;
}

.cp_icon img{
width: 100%;

}

.info_ls{
font-weight: 600;
text-align: center;
margin-bottom: 10px;
font-size: 14px

}

.info_ls span{
display: inline-block;

}

.info_text{
font-size: 13px;

}


ul.car_list{
width: 100%;
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}


ul.car_list li{
width: 20%!important;
box-sizing: border-box;
border: #000000 solid 1px;
border-width: 2px 0 2px 1px;
color: #FFFFFF;
border-radius: 0!important;
opacity: 0.8;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
padding: 5px!important;
background-color: #FFFFFF;
}

ul.car_list li img{
width: 100%;
max-width: 60px;
margin: 0 auto;
opacity: 1.0!important;
}
.car_list_header{
background-color: #A40002!important;
color:#fff!important;
opacity: 1.0!important;
border-width: 1px 0 1px 1px!important;
text-align: center;
font-size: 14px;
}

ul.car_list li:last-child{
width: 20%!important;
border-width: 2px 1px 2px 1px!important;
}
.btn_wrapper{
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}


.btn_head{
width: 100%;
position: relative;
display: block;
text-align: center;
box-sizing: border-box;
padding: 5px;
background-color: #f9ffc9;
color: #292929;
font-weight: 600;
margin-bottom: 0;

}

.studless_btn,
a.studless_btn,
button.studless_btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 20px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  width:50%;
  margin: 0;

}

a.studless_btn:first-child {
border-right: #FFFFFF solid 2px;

}


.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #004681;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #006F9E;
}

.studless_btn span {
 position: relative;
  display: inline-block;
  padding-right: 22px;

}

.studless_btn.btn--blue span:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.studless_btn.btn--blue span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #004681;
  border-right: solid 2px #004681;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}


.studless_btn span:hover::after {
  border-top: solid 2px #006F9E;
  border-right: solid 2px #006F9E;
}


@media screen and (max-width:768px) {
.item_img {
width: 80%;
}
.items_wrapper{
padding: 10px;
}
.items_wrapper ul li {
    width:100%;
}
}

@media screen and (max-width:470px) {
.item_img {
width: 100%;
padding-bottom: 40px
}

}
/*202507商品掲載*/
.studlesstire_main {
	width:100%;
}

.studlesstire_content{
	position: relative;

}

.studlesstire_content img,.studlesstire_content h2{
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10 */

}

.title{
position: relative;
margin: 10px auto;
width: 100%;
max-width: 880px;
display: block;

}

.title p{
text-align: center;
color: #000755;
width: 100%;
font-weight: bold;
font-size: 30px;
display: block;
margin-bottom: 40px;
}


.studlesstire_content_item{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-flow: wrap;
flex-flow: wrap;
	width: 900px;
	margin: 0 30px;
	
}

.m_logo{
	width: 120px;
	display: block;
	margin-bottom: 5px;
}

.p_logo{
	display: block;
	width: 40%;
margin:  0 auto 20px;

}


.preset{
display: block;
margin: 10px auto;
width: 100%;
max-width: 400px;
}

.carlist, .size{
width: 90%;
margin: 0 5%;
}

.headline {
width: 100px;
display: block;
margin: 0;
padding: 0;
}

ul.icon_inch{
padding: 0;
margin: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

ul.icon_car {
padding: 0;
margin: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

ul.icon_car li{
list-style: none;
}

ul.icon_inch li{
list-style: none;
}


ul.icon_inch li img{
width: 34px;
margin: 2px;
}

ul.icon_car li img{
width: 70px;
margin: 2px;
}


.studlesstire_content a{
text-decoration: none;
	color: #ffffff;
}


.studlesstire_content a:hover{
}


.tire_chain {
width: 100%;
max-width: 880px;
margin:0 auto;
  }

.tire_chain p{
font-size: 30px;
font-weight: bold;
color: #009ED7
  }




.others{
width: 900px;
margin: 20px 30px;

  }


.other_btn{
width: 860px;
margin: 20px 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 0;
  }

.other_btns{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width:calc(50% - 20px); 

  }


/* ▼ボタン */
.shop_btn{
  position: relative;
  margin-top: auto;
  font-weight: bold;
  font-size:14px;
  padding: 0.6em 0.5em;
  color: white!important;
  text-decoration: none!important;
  transition: .4s;
  text-align: center;
  display: block;
  border-radius: 5px;
	width: 300px;
	margin: -10px auto 20px;
}

.shop_btn {
  background: #000000;
}

.shop_btn::after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px  #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
}
/*20231025追記*/
/*↓全体↓*/
.fearure-container.studlesstire_main_wrapper{

width: 100%;
max-width: 100%;
margin-top: 0!important;
}

.studlesstire_main_wrapper_title{
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
background-image:url('/PC/ja/asset/img/nw/feature/studless/202507/2507_main.webp');
padding-top: 24%;
min-height: 400px;
}

/*↓ナビ↓*/
.mk_navi{
width: 100%;
max-width: 880px;
margin: 0 auto;
box-sizing: border-box;
padding: 40px;

	
}

.mk_navi ul{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
list-style: none;
-webkit-box-pack: justify;
justify-content: space-between;
list-style: none;
padding: 0;
margin: 0;
}

.mk_navi ul li{
width: calc(25% - 10px);
margin-bottom: 20px;
background-color: #0667ca;
transition: 0.8s;
box-sizing: border-box;
height: 60px;
}
.mk_navi ul li:hover{
background-color: #257DD7;

}

.mk_navi ul li a {
display: block;
    width:100%;
    height: 100%;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
.mk_navi ul li a::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -320px;
    width: 320px;
    height: 160px;
    background: white;
    transform: rotate(-45deg);
    opacity: .5;
    z-index: 0;
    transition: all .3s ease-out;
}
.mk_navi ul li a > span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}

.mk_nav_logo{
width: calc(100% - 20px);
display: block;
}


.nav_arrow{
display: block;
width: 18px;
margin-right: 10px;
}



.mk_navi ul li a:hover::before {
    top: 100%;
    left: 100%;
}

.mk_box{
width: 900px;
margin: 0 auto;
background-color: #FFFFFF;
border: solid #00258A 5px;
border-radius: 10px;
box-sizing: border-box;
padding: 20px;
}

.mk_logo_l{
display: block;
margin: 0 auto;
width: 200px;

}
/*↑ナビ↑*/
/*↓メーカーWRAPPER↓*/
.studlesstire_content_wrapper{
background-color: #FFFFFF;
height: auto;
box-sizing: border-box;
width: 100%;
max-width: 880px;
padding:0 10px 20px;
margin: 20px auto;
border-radius: 10px;
border: #00339A solid 6px;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
background: image("/PC/ja/asset/img/nw/feature/studless/202507/img_01.webp")
}

.m_logo_b{
width: 100%;
margin: 20px auto;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10 */
}
.m_logo_b img{
width: 300px;
display: block;
margin: 0 auto;
}

.studlesstire_content_items_f{
display: block;
width: 100%;
border-bottom: #0064B7 solid 3px;
margin-bottom: 20px;
position: relative;

}
.studlesstire_content_items{
display: block;
width: calc(50% - 10px);
margin-bottom: 20px;
position: relative;

}
.studlesstire_content_items_f .info,.studlesstire_content_items .info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
box-sizing: border-box;
margin: 20px 10px;
-webkit-box-align: end;
    align-items: flex-end;

}

.info_txt{
width: 58%;
background-size: contain;
background-repeat: no-repeat;
background-image:url("/PC/ja/asset/img/nw/feature/studless/202306/info_bg.png");
}

.info_txt_n{
width: 58%;
}
.info_txt h2{
margin: 0;
}
.info_txt h3{
font-size: 17px;
margin: 20px 0 0 0;
color: #0039AD;
}
.info_txt h3 span{
display: inline-block;
}

.info_txt p{
font-size: 16px;
}
.product_img{
width: 40%;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none;
	margin-bottom: 20px
ma
}
.product_img img{
width: 100%;
height: 280px;
object-fit: cover;
object-position: 30px 0;

}


.studlesstire_content_items h2{
margin: 0 0 2px;
}

.studlesstire_content_items .info h3{
	display: block;
	font-size:16px;
	margin-top: 5px;
	margin-bottom: 0;
	color: #0039AD;
	
}

.studlesstire_content_items .info p{
	display: block;
	font-size:14px;
    margin-top: 5px;
	
}

.studlesstire_content_items .info span{
	display: block;
	font-size: 12px;
	text-align: center;
}



.studlesstire_content_items .product_img{
	display: block;
	box-sizing: border-box;
	min-width: 0;
	margin-left:20px;
}


.studlesstire_content_items .new{
	position: absolute;
	top:10px;
	right:5px;
}


.studlesstire_content_items.ig70 .new{
	position: absolute;
	top:110px;
	right:5px;
}

.p_logo_b{
	width: 50%;
}
.p_logo_c{
	width: 70%;
}

.f_tire_info{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
box-sizing: border-box;
margin: 20px;
}

.m_tire_info{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
box-sizing: border-box;
margin: 20px 0;
}


.carlist_b, .size_b{
width: calc(50% - 20px);
}


ul.icon_car_b {
padding: 0;
margin: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

ul.icon_car_b li{
list-style: none;
}

ul.icon_inch_b{
padding: 0;
margin: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

ul.icon_inch_b li{
list-style: none;
}


ul.icon_inch_b li img{
width: 34px;
margin: 2px;
}

ul.icon_car_b li img{
width: 70px;
margin: 2px;
}

.headline_img{
display: block;
width: 100%;
border-bottom: solid 1px #00a8ff;
}

.items_l::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 10px;
	content: "";
	background:#0064B7;/*線の色指定*/
    width:3px;/*線の幅指定*/
	height: 100%;

}

.items_l {
	padding-right: 10px;

}
.items_r {
	padding-left: 10px;

}
.txt_s{
	width: 100%;

}
.studlesstire_content_items .product_img{
	width: 60%;
	margin: 0 auto;
}

.studlesstire_content_items .product_img img{
	display: block;
	box-sizing: border-box;
	    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: 0 0;
}

.p_logo_L{
	display: block;
	width: 60%;
margin:  0 auto 20px;

}
.p_logo_LL{
	display: block;
	width: 100%;
margin:  0 auto 20px;

}
.m_search,.m_search_s{
	display: block;
	width: 100%;
margin: 0 auto 20px;

}


.m_search >.studless_btn{
    display: block;
    width: 66%;
	margin: 20px auto 0;
	font-size: 18px;
}
.m_search_s >.studless_btn{
    display: block;
    width: 100%;
	margin: 20px auto 0;
	font-size: 15px;
}
#lm_icecover{
position: relative;
width: 100%;
}
	
#veriga_stopandgo{
position: relative;
width: 100%;
}
    
.movie_btn{
    position: absolute;
    top: 59%;
    right: 20%;
}
	
.list_btns{
    position: absolute;
	top:610px;
	right:165px;
	display: block;
}
.list_btns_02{
    position: absolute;
	bottom:422px;
	left:131px;
	display: block;
}

.chain_btn_wrapper{
	position: absolute;
top:84%;
  left: 50%;
  transform: translateX(-50%);
    display: block;
  width: 80%;


}

.chain_btn_wrapper.veriga_wrapper{
top:88%;
}
.chain_btn_inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
align-items: flex-end;
width:100%;
}

.chain_btn_inner a{
width: calc(50% - 40px);
display: block;
margin: 0 20px;
}
.chain_btn_inner a img{
width: 100%!important;
}


.tan_btn_02 {
	position: absolute;
	bottom: 64px;
	left:100px;
	max-width:90%;
	display: block;
}

.set_btn_02 {
	position: absolute;
	bottom: 62px;
	right:100px;
	max-width:90%;
	display: block;
}
    .anchor {
        padding-top: 160px;
        margin-top: -160px;
        display: block;
		z-index: -2;
    }


#lm_icecover img,#veriga_stopandgo img{
width: auto;
    }
.list_btns {
    position: absolute;
    top: 50%;
    right: 11%;
    display: block;
}
.list_btns_02 {
position: absolute;
    bottom: 30.5%;
    left: 14.5%;
    display: block;
    width: 42% !important;
}

.tan_btn_01 {
    position: absolute;
    bottom: 60px;
    left: 100px;
    max-width: 90%;
    display: block;
}

.set_btn_01 {
    position: absolute;
    bottom: 62px;
    right: 100px;
    max-width: 90%;
    display: block;
}

.tan_btn_02 {
    position: absolute;
    bottom: 31px;
    left: 100px;
    max-width: 90%;
    display: block;
}
.set_btn_02 {
    position: absolute;
    bottom: 31px;
    right: 100px;
    max-width: 90%;
    display: block;
}

.btn_m .studless_btn, .btn_m a.studless_btn {
        width:100%;
	margin-bottom: 20px;
    }

.blank{
display: none;
}


@media screen and (max-width: 1020px) {

.p-anchor {
padding-top: 76px;
    margin-top: -76px;
}
 }

@media screen and (max-width:830px) {
	.blank{
display:block;
background-color: transparent!important;
}
.list_btns {
    position: absolute;
    top: 50%;
    right: 11%;
    display: block;
	max-width: 35%;
}
.movie_btn {
    max-width: 35%;
top: 58%;
    right: 14%;
}	
.studlesstire_main_wrapper_title {
     min-height: 300px;
}
  
.mk_navi ul li {
    width: calc(100% / 3 - 10px);
    display: block;
    margin-bottom: 20px;
	
}

.title p{
  font-size: 1.5em;
}
	

.btn_m .studless_btn, .btn_m a.studless_btn {
        width:100%;
	margin-bottom: 20px;
    }

	.product_img {
        width: 45%;
    }
	
	
    .product_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: 40px 10px;
    }
	    .studlesstire_content_items .product_img img {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 130px;
        object-fit: cover;
        object-position: 0 0;
    }
	    .studlesstire_content_items .info h3 {
        display: block;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0;
        color: #0039AD;
	}
.info_txt {
    width: 55%;
}
.txt_s {
        width: 100%;
    }	
}


@media screen and (max-width:768px) {
.pc{
	display: none;
}

.sp{
	display: none;
}

.studlesstire_content_wrapper {
    padding: 0 10px 20px;
    border: #00339A solid 3px;
  
}
	
	.studlesstire_content_items {

    width: 100%;

}

	
.studlesstire_content_items_f .info, .studlesstire_content_items .info {
    margin: 10px 0;
    padding: 0 10px;
}
.studlesstire_content_items_f span {
    text-align: center;
    display: block;
	font-size: 13px;
}	
.info_txt {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/PC/ja/asset/img/nw/feature/studless/202306/info_bg.png);
}
.info_txt p {
    font-size: 14px;
    text-align: justify;
	display: block;
	margin-top: 10px;
}
	
.info_txt h3 {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
}
	.studlesstire_content_items .info h3 {
    font-size: 14px;

}
	.m_logo_b img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}
.p_logo_b {
    display: block;
    width: 50%;
    margin: 0 auto 10px;
}
.studlesstire_main_wrapper_title {
	background-image:url('/PC/ja/asset/img/nw/feature/studless/202507/2507_main_sp.webp');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
height: 0;
min-height: 0;
padding-top: 45%;
}
.mk_navi {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0;
}
.mk_navi ul li {
    width: calc(100% / 3 - 5px);
    display: block;
    margin-bottom: 5px;
}
.title p{
  font-size: 1.5em;
}
.product_img {
    width: 100%;
}	
.product_img img {
    display: block;
    box-sizing: border-box;
    width: 80%!important;
    height: 300px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 auto 10px;
}
.carlist_b, .size_b {
    width: 100%;
}
	
	ul.icon_car li img, ul.icon_car_b li img {
    width: 54px;
    margin: 2px;
}

.p_logo {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
}
.studlesstire_content_items .product_img {
    width: 100%;
}
.m_search >.studless_btn {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    font-size: 18px;
}
.p_logo_c {
    width: 70%;
margin: 0 auto;
display: block;
}
.studlesstire_content_items.items_l,.studlesstire_content_items.items_r{
    border-bottom: #0064B7 solid 3px;
}	

.items_r {
    padding-left: 0;
}
.items_l {
    padding-righ: 0;
}
	
.tire_chain p {
    font-size: 18px;
    font-weight: bold;
    color: #009ED7;
	text-align: center;
}
.list_btns {
    position: absolute;
    top: 50%;
    right: 11%;
    display: block;
	max-width: 35%;
}
.movie_btn {
    max-width: 35%;
top: 58%;
right: 16%;
}
.chain_btn_inner a {
    width: calc(50% - 20px);
    display: block;
    margin: 0 10px;
}
	.studlesstire_content_items .product_img img {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: 0 0;
    }
}

@media screen and (max-width:600px) {
    .mk_navi ul li {
        width: calc(100% / 2 - 5px);
    }
	.blank {
       display: none!important;
    }
	
.studlesstire_main_wrapper_title {
	background-image:url('/PC/ja/asset/img/nw/feature/studless/202507/2507_main_sp.webp');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 0;
	padding-top: 45%;
	
}
.product_img img {
    display: block;
    box-sizing: border-box;
    width: 80%!important;
    height: 260px;
    object-fit: cover;
    object-position: 0 0;
    margin: 0 auto 10px;
}

}

.price_info{
 display: block;
text-align: center;
width: 100%;
max-width: 595px;
margin: 0 auto;
}
.price_info img{
width: 100%;
}

.tire_caution_wrapper {
width: 100%;
max-width: 880px;
margin: 20px auto 0;
background-color: rgba(255,255,255,0.6);

}
.caution_content{
padding-bottom: 10px!important;

}

.caution_content > p > a {
color: #C40003!important;

}

.mk_search{
width: 100%;
margin: 20px auto;
box-sizing: border-box;
background-color: #0667ca;
transition: 0.8s;
box-sizing: border-box;
height: 100px;
z-index: 2;
position: relative;
cursor: pointer;
display: -webkit-box;
border-radius: 10px;
	
}

.sale_search{
background-color: #cd9200!important;
height: 120px!important;	
}


.mk_search:hover{
background-color: #257DD7;

}

.mk_search a {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width:100%;
 height: 100%;
position: relative;
transition: .3s;
overflow: hidden;
}
.mk_search a::before {
    content: "";
    position: absolute;
    top: -500px;
    left: -800px;
    width: 800px;
    height:500px;
    background: white;
    transform: rotate(-45deg);
    opacity: .5;
    z-index: 0;
    transition: all .3s ease-out;
}
.mk_search a > div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}


.mk_search a > div > img {
width: 100%;
max-width: 180px;
margin: 0 auto;
}

.mk_search a > div {
width: 100%;
text-align: center;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
}

.mk_search a >  div > div {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
flex-wrap: wrap;

}
.mk_search a >  div > div > img {
width: auto;
height: auto;
margin-left: 5px;
}
.mk_nav_logo{
width: calc(100% - 20px);
display: block;
}


.nav_arrow{
display: block;
width: 18px;
margin-right: 10px;
}


.mk_search a:hover::before {
    top: 100%;
    left: 100%;
}


