@charset "utf-8";
/* CSS Document */

/* 全体 */
html {
  scroll-behavior: smooth;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.pc_sp{
  display: block;
}

.tab_only{
  display: none!important;
}



.cp_wrap {
  width: 100%;
  background-color: #eef6fc;
  font-family: "Noto Sans JP", sans-serif;
}

.cp_wrap_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin: 0 auto;
padding: 20px;
  box-sizing: border-box;
}

/* ページアンカー位置調整 */

/* TOPイメージ */
.main_image {
  background-image: url("/PC/ja/asset/img/nw/feature/work_sale/main_pc.webp");
  background-size: 2000px auto;
  background-position: center;
  height: 0;
background-repeat: no-repeat;
  padding-top:30%;
}

.main_image_01 {
  background-image: url("/PC/ja/asset/img/nw/feature/work_sale/main_pc.webp");
  background-size: 2000px auto;
  background-position: center;
  min-height: 360px;
}
/* ナビ */

  .lp_nav {
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
	background-color: #FFFFFF;
	 padding: 20px 40px 40px;
  }


.lp_nav h2 {
display: block;
text-align: center;
margin: 0 auto 20px;
color: #1d2088;
  font-family: "din-2014", sans-serif;
font-size: 30px;
  }
  .lp_nav ul {
    list-style: none;
    display: -webkit-box;
    display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .lp_nav ul li {
  width: calc(100% / 6 - 16px);
	margin-bottom: 16px;
  }
  .lp_nav ul li img {
  width: 100%;
height: auto;
  }
.nav_logo_img {
display: block;
margin: 0 auto!important;
width: auto!important;
height: 13px!important;
  }
	
 .lp_nav ul li p {
text-align: center;
font-size: 13px;
  }
.car_list_button.j-car a {
  background: #2887ae;
  font-size: 20px;
}

.car_list_button.i-car a {
  background: #ae8628;
  font-size: 20px;
}

.car_list_button.j-car .arrow_icon::before,
.car_list_button.i-car .arrow_icon::before {
  content: "";
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 14px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/arrow_icon_u.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 0.5em;
}

/* 注意事項 */

.note {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  background-color: #ededed;
  border-radius: 10px;
 margin-bottom: 40px;
}
.note ul {
  font-size: 14px;
}

/* 国産・輸入見出し */

.heading_j,
.heading_i {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
}

.heading_j span,
.heading_i span {
  position: relative;
  z-index: 2;
}

.heading_j::before,
.heading_i::before {
  content: attr(data-en);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-style: italic;
  width: 100%;
}

.heading_j::before {
  color: rgba(40, 135, 174, 0.2);
}

.heading_i::before {
  color: rgba(174, 134, 40, 0.2);
}

.car_img {
  display: block;
 width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

/* 各ブロック */
.blocks {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
}
.block_01 {
}
.block_02 {
  background-color: #33545b;
}
.block_03 {
  background-color: #105749;
}
.block_04 {
  background-color: #42335b;
}
/* hタグ */
.blocks h1,
.blocks h2,
.blocks h3,
.blocks h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  text-align: center;
}
.blocks h1 {
  font-weight: 800;
}
.blocks h2 {
  font-weight: 600;
}
.blocks h3 {
  font-weight: 800;
  　margin: 0;
}
/* フォントサイズ */
/*最小値:1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-SS {
  font-size: clamp(0.9rem, calc(0.8rem + 0.625vw), 1.2rem);
}
/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.4rem*/
.font-size-S {
  font-size: clamp(1.1rem, calc(1rem + 0.625vw), 1.4rem);
}
/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}
/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}
/* block_01*/
/* レイアウト*/

.item_wrapper ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.for_car {
  display: block;
  background-color: #1d2088;
  color: #fffbfb;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 18px;
}

.car_example {
  display: inline-block;
  border: #ffffff solid 2px;
  border-radius: 100vh;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0.2rem 2rem;
  margin-bottom: 10px;
}
.for_car:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #1d2088;
}

.for_car.J-car:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #2a2a2a;
}

.font_s {
  font-size: 0.7em;
}

.block_01 {
}

.block_02 {
  background-color: #33545b;
}
.block_03 {
  background-color: #105749;
}

.block_04 {
  background-color: #42335b;
}

/* hタグ */

.blocks h1,
.blocks h2,
.blocks h3,
.blocks h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  text-align: center;
}
.blocks h1 {
  font-weight: 800;
}
.blocks h2 {
  font-weight: 800;
}

.blocks h3 {
  font-weight: 800;
  　margin: 0;
}
/* フォントサイズ */
/*最小値:1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-SS {
  font-size: clamp(0.9rem, calc(0.8rem + 0.625vw), 1.2rem);
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.4rem*/
.font-size-S {
  font-size: clamp(1.1rem, calc(1rem + 0.625vw), 1.4rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

/* block_01*/
/* レイアウト*/
.item_wrapper {
}

.item_wrapper ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.item_wrapper ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* ロゴ画像*/
.logo_img {
  display: block;
	height: 20px;
	width: auto;
	margin-right: auto
}

/* 商品画像*/
.each_img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 商品情報*/
.set_tire {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}


.items {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.wheel_info{
  width: 100%;
margin-bottom: 20px;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;

}



.item_name {
  width: 100%;
  display: block;
  text-align: left !important;
  margin: 0 auto 0.5rem;
  font-size: 52px;
  line-height: 1.2;
}

.item_name.j-name{
  font-size: 48px;
font-feature-settings: "palt";
}


.item_name span {
  font-size: 22px;
margin-bottom: 0.8em
}
.item_img {
  display: block;
  width: 36%;
  margin-right: 20px;
}
.item_img img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.item_info {
  width: calc(64% - 20px);
  box-sizing: border-box;
  margin: 0;
  padding: 16px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.color {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1.2rem;
  background-color: #5e5e5e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100vh;
}


.image_note{
font-size: 13px;
}



.item_text {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.set_ex{
  display: block;
  width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}




.example_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
 width: 100%;
}

.example_hd_2{
  margin: 40px auto 0;

}


.example_hd::before,
.example_hd::after {
  content: "";
  width: 3px;
  height: 26px;
  background-color: #3fc1c9;
}

.example_hd::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.example_hd::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.triangle {
  background: #bd0003;
  height: calc(30px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 10px auto 0;
}
.car_hd {
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
  line-height: 1.3
}
.car_hd span {
  font-size: 26px;

}

.set_hd {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0 auto;
}

.example_items {
  width: calc(50% - 10px);
  margin-top: 20px;
  position: relative;
}

.example_tire_name {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
  flex-wrap: wrap;
}

.example_tire_name > .summer:before,
.example_tire_name > .winter:before,
.example_tire_name > .allseason:before
{
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px; 
  background-size: contain;
  vertical-align: middle;
}
.example_tire_name > .summer:before {
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/summer_icon.png");
}
.example_tire_name > .winter:before {
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/winter_icon.png");
}
.example_tire_name > .allseason:before {
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/allseason_icon.png");
}
.example_tire_name h4 {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 60px);
  margin: 0 0 0 10px;
  padding: 0;
  text-align: left;
  font-size: 16px;
}

.example_tire_info {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 10px;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

.example_tire_img {
  box-sizing: border-box;
  width: 140px;
  position: relative;
}

.example_tire_detail {
  width: calc(100% - 150px);
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-left: 10px;
}

.example_tire_size {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}

.tire_icon {
  display: block;
  text-align: center;
  font-size: 14px;
  background-color: #3d3d3d;
  color: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0.1rem 0.5rem;
}
.tire_size {
  display: block;
  text-align: left;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0 0.5rem;
  line-height: 1.2;
}

.price_wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.price {
  font-family: "din-2014", sans-serif;
  color: #d30003;
  font-weight: 700;
  text-align: left;
  display: block;
  width: 100%;
  letter-spacing: -0.05em;
  font-size:60px;
  margin: -16px 0 0;
  padding: 0;
  z-index: 2;
}

.s_price{
  font-family: "din-2014", sans-serif;
  color: #d30003;
  font-weight: 700;
  text-align: left;
  display: block;
  width: 100%;
  letter-spacing: -0.05em;
  font-size: 48px;
  margin: -10px 0 0;
  padding: 0;
  z-index: 2;
}




.price::before {
  content: "￥";
  font-size: 30px;
}
.price::after {
  content: "税込";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:14px;
  display: inline-block;
  margin-left: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.set_icon::before {
  content: "";
  display: block;
  width: 48px; /*画像の幅*/
  height: 48px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/set_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.2em;
}

.car_list_button {
  letter-spacing: 0.2em;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
.car_list_button a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 600;
  outline: none;
  color: #fff;
  transition: ease 0.2s;
  font-size: 16px;
}
.car_list_button.button_other  {
margin-top: 0;
}

.car_list_button.button_summer a {
  background: #d9701e;
}

.car_list_button.button_winter a {
  background: #2b9cd8;
}
.car_list_button.button_allseason a {
  background: #218000;
}
.car_list_button.button_other a {
  background: #d1003f;
}

.car_list_button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.car_icon::before {
  content: "";
  display: inline-block;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/car_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 0.2em;
}

.arrow_icon::before {
  content: "";
  display: inline-block;
  width: 14px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/arrow_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 0.5em;
}

.arrow_icon_s::before {
  content: "";
  display: inline-block;
  width: 10px; /*画像の幅*/
  height: 17px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/arrow_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -2px;
}
.car_list_button a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.item_border {
  width: 100%;
  border-bottom: 2px dashed #434343;
  margin-top: 22px;
display: none;
}

.each_car_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.each_car_list ul {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.each_car_list ul li {
  display: inline-block;
  margin: 0 0.5rem 1rem;
  width: auto;
  font-size: 16px;
}

.each_car_list ul li a {
  position: relative;
  overflow: hidden;
  background-color: #cd4040;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  padding: 0.2rem 0.5rem;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 600;
  outline: none;
  color: #fff;
  transition: ease 0.2s;
  font-size: 14px;
}
.each_car_list ul li a:hover {
  transform: scale(1.2);
  margin: 0 5px;
}

.each_car_list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.each_car_list ul li a:hover::before {
  animation: shine 0.7s;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.modal_open {
  display: block;
  cursor: pointer;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  height: 800px;
  max-height: 800px;
  margin: 0 auto;
  padding: 60px 2vw 80px;
  border: 2px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.modal_wrap {
  position: relative;
  overflow-y: auto;
  height: 100%;
  margin: 40px auto;
}

.modal_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 62px;
  color: #000;
  line-height: 62px;
  text-align: center;
}

.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_close_icon::before {
  content: "";
  display: inline-block;
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/special_sale/close.png");
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}

.exc {
 font-size: 14px;
}

.each_item_info {
width: 100%;
border: #272727 solid 2px;
padding: 10px;
font-size: 14px;
border-radius: 8px;
margin-top: 20px;
}

.each_item_info span {
text-align: center;
font-size: 16px;
text-align: center;
display: block;
font-weight: 600;
margin-bottom: 10px;

}

.wheel-size {
display: inline-block!important;
text-align: left!important;
font-size: 14px!important;

}


.link_note{
font-size: 13px;
display: block;
padding: 10px 0 0 0

}

@media screen and (max-width: 1546px) {

.main_image {
  background-size: cover;
  padding-top:30%;
}


@media screen and (max-width: 1080px) {

.price {
font-size: 52px;
}
 }

@media screen and (max-width: 940px) {
  .color {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    background-color: #5e5e5e;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100vh;
  }
  .price::before {
    content: "￥";
    font-size: 26px;
    margin-right: 0;
    margin-left: -1em;
  }
	.item_img {
    width: 36%;
}
	.item_info {
    width: calc(64% - 20px);

}
	
	
  .item_text {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .price::before {
    content: "￥";
    font-size: 18px;
  }


		.example_hd {
    font-size: 20px;
}
	
	
  .car_hd {
    font-size: 36px;
    font-weight: 700;
    padding: 0;
  }


	  .set_hd {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
  }
  .example_items {
  }
  .example_tire_img {
    width: 160px;
  }

  .example_tire_detail {
    width: calc(100% - 180px);
  }

  .price {
    font-family: "din-2014", sans-serif;
    color: #d30003;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: -0.05em;
    font-size: 56px;
    margin: -8px 0 0;
    padding: 0;
  }

  .price::after {
    content: "税込";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    display: inline-block;
    margin-left: 0.2em;
    font-family: "Noto Sans JP", sans-serif;
  }
  .car_list_button.button_summer,
  .car_list_button.button_winter,
.car_list_button.button_allseason{
  display: block;
	 margin: 20px auto 0;
  }

  .inch_wrapper {
    display: inline-block;
    border: #ffffff solid 2px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0.1rem;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
  }
  .inch {
    display: block;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0.2rem 0 0 0;
    font-family: "din-2014", sans-serif;
    position: relative;
    color: #474747;
  }
  .inch span {
    display: inline-block;
    margin: 0 0.2rem;
  }

  .car_example {
    display: inline-block;
    border: #ffffff solid 2px;
    border-radius: 100vh;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.2rem 2rem;
    margin-bottom: 10px;
  }
	
.lp_nav ul li {
    width: calc(100% / 5 - 16px);
    margin-bottom: 16px;
}
	
}



@media screen and (max-width: 880px) {
.pc_sp{
  display:none!important;
}

.tab_only{
  display: flex!important;
margin-bottom: 20px;
}

.item_img {
        width: 42%;}
	
.item_info {
        width: calc(58% - 20px);
    }
	
.item_border {
  display: block;
  width: 100%;
  border-bottom: 2px dashed #434343;
  margin-top: 22px;
}
.example_items {
    width:100%;
    margin-top: 20px;
	margin-bottom: 20px;
    position: relative;
}
    .example_tire_name h4 {
        font-size: 18px;
		line-height: 1.3;
    }
	
    .example_tire_img {
        width: 30%;
    }
	  .example_tire_detail {
        width: calc(70% - 20px);
		-webkit-box-align: start;
align-items: flex-start;
    }
    .price {
        text-align: left;
    }

}

@media screen and (max-width: 768px) {

.lp_nav ul li {
    width: calc(100% / 4 - 16px);
    margin-bottom: 16px;
}
}



@media screen and (max-width: 760px) {
	.lp_nav {
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 20px 20px 40px;
}
	
  .lp_nav ul {
    list-style: none;
    display: -webkit-box;
    display: flex;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
	
	    .lp_nav ul li {
        width: calc(100% / 4 - 12px);
        margin-bottom: 12px;
    }
	

  .item_wrapper ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .items {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 10px;
  }
  .price {
    font-family: "din-2014", sans-serif;
    color: #d30003;
    font-weight: 700;
    text-align: left;
    display: block;
    width: 100%;
    letter-spacing: -0.05em;
    font-size: 80px;
    margin: -20px 0 0;
    padding: 0;
  }
.price::before {
        font-size: 24px;
    }
  .example_tire_name {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .color {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    background-color: #5e5e5e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100vh;
  }

  .item_info {
    margin: 0 0 40px 0;
  }

  .each_car_list ul li {
    display: inline-block;
    margin: 0 0.5rem 1rem;
    width: auto;
    font-size: 16px;
  }

  .price::before {
    margin-left: 0;
  }
  .car_list_button {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .car_list_button.j-car,
  .car_list_button.i-car {
    width: 100%;
  }


}
@media screen and (max-width: 720px) {
.main_image{
background-image: url('/PC/ja/asset/img/nw/feature/work_sale/main_tab.webp');
background-size:2000px auto;
background-position: center;
min-height: 360px;
}
  .example_items {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .example_tire_img {
    width: 36%;
  }
  .heading_j::before,
  .heading_i::before {
    content: attr(data-en);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-style: italic;
    width: 100%;
  }
  .example_tire_detail {
    width: calc(64% - 20px);
    box-sizing: border-box;
  }
  .car_img {
    display: block;
    width: 36%;
    height: auto;
    position: absolute;
    top: 36%;
    right: 0;
  }
  .main_image {
    background-image: url("/PC/ja/asset/img/nw/feature/work_sale/main_sp.webp");
    background-size: 2000px auto;
    background-position: center;
    padding-top: 80%;
    background-size: cover;
  }

}

@media screen and (max-width: 600px) {
	
.main_image{
background-image: url('/PC/ja/asset/img/nw/feature/work_sale/main_sp.webp');
background-size:2000px auto;
background-position: center;
min-height: 360px;
}
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
    .example_tire_name h4 {
        font-size: 16px;
    }
	.item_img {
    width: 100%;
}
	
.cp_wrap_inner {
 padding: 10px;

}
		
	.item_img img {
    width: 80%;
 margin: 0 auto;
}
	
  .blocks {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
  }
  .item_img img {
    display: block;
    width: 70%;
    margin: 20px auto 0;
  }
  .item_info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .item_name {
    text-align: center !important;
  }
  .item_name span {
    display: inline-block;
    font-size: 22px;
  }
  .logo_img {
    margin: 0 auto;
    display: block;
	height: 26px;
  }

  .color {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    background-color: #5e5e5e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100vh;
    text-align: center;
  }

  .example_tire_detail {
    width: 90%;
    box-sizing: border-box;
    padding-left: 0;
	 margin: 20px auto 0;  }
  .example_tire_name > .summer:before,
  .example_tire_name > .winter:before {
    width: 40px;
    height: 40px;
  }
  .item_text {
    margin: 0 auto;
    text-align: center;
  }
  .item_info {
    margin: 0 0 20px 0;
  }
  .example_items {
    padding:0;
  }

  .inch {
    font-size: 14px;
  }

    .price {
        font-size: 80px;
text-align: center;

    }
.example_tire_img {
        width: 46%;
display: block;
margin: 0 auto;
    }
	
.car_list_button.button_summer, .car_list_button.button_winter, .car_list_button.button_allseason {
 margin: 0 auto;
    }
    .car_hd {
        font-size: 30px;

    }
}

@media screen and (max-width:545px) {
    .lp_nav {
        padding: 20px 10px 40px;
    }
	    .lp_nav ul li {
        width: calc(100% / 3 - 5px);
        margin-bottom: 8px;
    }
		    .lp_nav ul li img {
        width: 90%;
		display: block;
     margin: 0 auto;
    }
	.lp_nav ul li p {
    text-align: center;
    font-size: 12px;
}
}