@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
.suv {
  background-color: #000; }

.suv > header {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: url("/asp/photo/auction/lp/suv/img/sp_bg.jpg");
  background-size: cover;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 15px 0 0 0;
  height: 100%;
  border-bottom: inherit; }

.suv > header img {
  width: 100%; }

.suv > header .text {
  flex-basis: 40%;
  animation: anime_1 3s;
  animation-fill-mode: both; }

.suv > header .title {
  flex-basis: 50%;
  background-color: inherit;
  height: inherit;
  padding: 0;
  font-size: inherit;
  text-indent: 0;
  margin: 0; }

.suv > header .dec {
  padding: 10px; }

.suv > header .dec > h3 {
  background-color: #ffbd0a;
  text-align: center;
  color: #000; }

.suv > header .dec > p {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-align: center; }

.suv > main {
  background-color: inherit;
  width: 100%; }

.suv_group_main_text {
  background-color: #fff;
  margin: 40px 0;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  color: #000;
  position: relative; }

.link_car.set + .suv_group_main_text {
  margin: 0 0 40px; }

.suv_group_main_text span {
  color: #f55102; }

.suv_group_main_text:before, .suv_group_main_text:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #000;
  vertical-align: 3px;
  position: absolute;
  top: 50%; }

.suv_group_main_text:before {
  left: calc(50% - 170px);
  transform: rotate(60deg); }

.suv_group_main_text:after {
  right: calc(50% - 170px);
  transform: rotate(120deg);
  /*
.suv_group_main_text span {
	color: #F55102;
}
*/ }

.suv_group__category {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px; }

.suv_group__category p {
  font-size: 0.5em;
  font-weight: bold; }

.suv_group__category_at p {
  color: #5cd3db; }

.suv_group__category_mt p {
  color: #a4db5c; }

.suv_group__category_rt p {
  color: #f1f87c; }

.suv_group__category_at img, .suv_group__category_mt img, .suv_group__category_rt img {
  width: 80%; }

.at_tire > h3 {
  background-color: #5cd3db;
  padding: 10px 20px;
  text-align: center; }

.at_tire > h3 img {
  width: 100%;
  vertical-align: middle; }

.at_tire > p {
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center; }

.at_tire > p > span {
  color: #ffbd0a; }

.at_tire > div {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 980px; }

.at_tire .list .item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px;
  border: 1px solid #5cd3db;
  justify-content: space-around;
  padding-top: 10px;
  min-height: 344px; }

.at_tire .list .item .img {
  flex-basis: 48%;
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg1.png");
  background-size: cover; }

.at_tire .list .item .img img {
  width: 100%; }

.at_tire .list .item .dec {
  flex-basis: 48%; }

.at_tire .list .item .dec img {
  width: 100%;
  display: inline; }

.at_tire .list .item .dec > h4 {
  text-align: center; }

.at_tire .list .item .dec > h4 > span:nth-of-type(1) {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 0 10px; }

.at_tire .list .item .dec > h4 > span:nth-of-type(2) {
  background-color: #5cd3db;
  display: block;
  font-size: 0.9em;
  color: #000; }

.at_tire .list .item .dec > p {
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0;
  color: #000; }

.at_tire .list .item .link {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  align-self: flex-end; }

.at_tire .list .item .link > a {
  display: block;
  background-color: #e23107;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  padding: 10px 0px;
  /*.at_tire .list .item .link.at3_xlt {
	display: flex;
}
.at_tire .list .item .link.at3_xlt > a {
	width: 100%;
}
.at_tire .list .item .link.at3_xlt > a:nth-of-type(1) {
	margin: 0 3px;
}
.at_tire .list .item .link.at3_xlt > a > span:nth-of-type(1) {
	font-size: 0.8em;
	display: block;
}*/ }

.mt_tire {
  margin-top: 70px; }

.mt_tire > h3 {
  background-color: #a4db5c;
  padding: 10px 20px;
  text-align: center; }

.mt_tire > h3 img {
  width: 100%;
  vertical-align: middle; }

.mt_tire > p {
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center; }

.mt_tire > p > span {
  color: #ffbd0a; }

.mt_tire > div {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 980px; }

.mt_tire .list .item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px;
  border: 1px solid #a4db5c;
  justify-content: space-around;
  padding-top: 10px;
  min-height: 344px; }

.mt_tire .list .item .img {
  flex-basis: 48%;
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg2.png");
  background-size: cover; }

.mt_tire .list .item .img img {
  width: 100%; }

.mt_tire .list .item .dec {
  flex-basis: 48%; }

.mt_tire .list .item .dec img {
  width: 100%;
  display: inline; }

.mt_tire .list .item .dec > h4 {
  text-align: center; }

.mt_tire .list .item .dec > h4 > span:nth-of-type(1) {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 0 10px; }

.mt_tire .list .item .dec > h4 > span:nth-of-type(2) {
  background-color: #a4db5c;
  display: block;
  font-size: 0.9em;
  color: #000; }

.mt_tire .list .item .dec > p {
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0;
  color: #000; }

.mt_tire .list .item .link {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  align-self: flex-end; }

.mt_tire .list .item .link > a {
  display: block;
  background-color: #e23107;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  padding: 10px 0px; }

.rt_tire {
  margin-top: 70px;
  padding-bottom: 50px; }

.rt_tire > h3 {
  background-color: #f1f87c;
  padding: 10px 20px;
  text-align: center; }

.rt_tire > h3 img {
  width: 100%;
  vertical-align: middle; }

.rt_tire > p {
  color: #fff;
  padding: 20px;
  font-weight: bold;
  text-align: center; }

.rt_tire > p > span {
  color: #ffbd0a; }

.rt_tire > div {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 980px; }

.rt_tire .list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto; }

.rt_tire .list .item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px;
  border: 1px solid #f1f87c;
  justify-content: space-around;
  padding-top: 10px;
  min-height: 344px; }

.show_new {
  position: relative; }

.show_new::before {
  position: absolute;
  content: "";
  background: url("/asp/photo/auction/lp/suv/img/icon_new.png") no-repeat;
  background-size: 100%;
  top: -10px;
  left: -1px;
  width: 60px;
  height: 60px; }

.rt_tire .list .item .img {
  flex-basis: 48%;
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg3.png");
  background-size: cover; }

.rt_tire .list .item .img img {
  width: 100%; }

.rt_tire .list .item .dec {
  flex-basis: 48%; }

.rt_tire .list .item .dec img {
  width: 100%;
  display: inline; }

.rt_tire .list .item .dec > h4 {
  text-align: center; }

.rt_tire .list .item .dec > h4 > span:nth-of-type(1) {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 0 10px; }

.rt_tire .list .item .dec > h4 > span:nth-of-type(2) {
  background-color: #f1f87c;
  display: block;
  font-size: 0.9em;
  color: #000; }

.rt_tire .list .item .dec > p {
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0;
  color: #000; }

.rt_tire .list .item .link {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  align-self: flex-end; }

.rt_tire .list .item .link > a {
  display: block;
  background-color: #e23107;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  padding: 10px 0px; }

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #fff !important; }

.slick-dots li button:before {
  opacity: 1 !important;
  color: #aaa !important; }

footer nav {
  text-align: center;
  padding: 20px; }

footer nav a {
  color: #fff;
  text-decoration: none; }

footer nav li {
  display: inline-block;
  margin: 10px 20px;
  /*----------------------------------
add set style 2021.10.29
-----------------------------------*/ }

.sp {
  display: none;
  /* loading */ }

@-webkit-keyframes suv_loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes suv_loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes suv_loading {
  /*------------------------------------
loading position relative の要素と使う
-------------------------------------*/
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.suv_slide_loading {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1.0E+24;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.suv_slide_loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: -20px 0 0 -20px;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 5px solid #ccc;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: suv_loading 1s linear 0s infinite normal;
  -moz-animation: suv_loading 1s linear 0s infinite normal;
  animation: suv_loading 1s linear 0s infinite normal;
  /* box-sizing */ }

.suv_group_nav, .suv_group_nav *, .suv_group, .suv_group * {
  box-sizing: border-box; }

.suv_group {
  display: none;
  position: relative; }

.suv_in {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1030px;
  /* suv_group_nav */ }

.suv_group_nav ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.suv_group_nav ul li {
  display: -webkit-flex;
  display: flex;
  width: 48%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 4%;
  padding: 5px 0 5px 150px;
  text-align: center;
  color: #ffbd0a;
  background: #000;
  border: solid 2px #ffbd0a;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.suv_group_nav ul li:first-child {
  margin-left: 0; }

.suv_group_nav ul li span:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffbd0a;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.suv_group_nav ul li.active {
  color: #000;
  background: #ffbd0a; }

.suv_group_nav ul li.active span:after {
  border-color: transparent transparent transparent #000; }

.suv_group_nav ul li i {
  display: block;
  width: 104px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  bottom: 5px; }

.suv_group_nav1 i {
  background-image: url("/asp/photo/auction/lp/suv/img/other/tir_img.png"); }

.suv_group_nav ul li.active.active span {
  background: linear-gradient(transparent 40%, #fff 0%); }

.suv_group_nav2 i {
  background-image: url("/asp/photo/auction/lp/suv/img/other/set_img.png");
  /* suv_group_type */ }

.suv_group_type {
  margin-bottom: 30px; }

.suv_group_type ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.suv_group_type ul li {
  width: 30%;
  text-align: center;
  margin: 0 0 5% 5%; }

.suv_group_type ul li:nth-child(3n+1) {
  margin-left: 0; }

.suv_group_type ul li a {
  display: block; }

.suv_group_type ul li p {
  display: -webkit-flex;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 2em;
  justify-content: center;
  align-items: center; }

.suv_group_type01 p {
  color: #feee5d; }

.suv_group_type02 p {
  color: #ff9f53; }

.suv_group_type03 p {
  color: #d3f85b; }

.suv_group_type04 p {
  color: #c4af78; }

.suv_group_type05 p {
  color: #adca8a; }

.suv_group_type06 p {
  color: #94bdbf; }

.suv_group_type07 p {
  color: #6d8ccb; }

.suv_group_type08 p {
  color: #ccf; }

.suv_group_type ul li img {
  max-width: 100%; }

.suv_group_type_caution {
  font-size: 18px;
  color: #fff;
  text-align: center;
  /* suv_group_in */ }

.image_on {
  margin-bottom: 100px; }

.image_off {
  margin-bottom: 50px; }

.suv_group_title {
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px; }

.suv_group_title h3 {
  font-size: 30px;
  padding-left: 150px;
  display: inline-block;
  position: relative; }

.suv_group_title h3 .icon {
  position: absolute;
  left: 0;
  top: -15px; }

.suv_group_title h3 .suv_name {
  font-size: 32px;
  padding: 0 5px; }

.suv_group_title h3 .suv_name span {
  font-size: 20px; }

.suv_group_items {
  font-size: 0;
  text-align: center; }

.suv_group_items .suv_in {
  padding: 30px;
  margin-bottom: 0;
  border-bottom: solid 1px; }

.suv_group_items:last-of-type .suv_in {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }

.suv_group_items img {
  max-height: 100%; }

.suv_group_items_tire {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  background: #fff;
  position: relative; }

.suv_group_items_img {
  height: 260px;
  padding: 15px 0; }

.suv_group_items_tire:after {
  content: '';
  display: block;
  width: 48px;
  height: 50px;
  background-image: url("/asp/photo/auction/lp/suv/img/other/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -24px;
  top: 180px;
  z-index: 10; }

.suv_group_items_wheel {
  display: inline-block;
  width: calc(70% - 70px);
  margin-left: 70px;
  position: relative; }

.suv_group_items_wheel_box {
  height: auto !important;
  background: #fff;
  padding-bottom: 10px;
  position: relative;
  margin: 0 10px; }

.suv_group_items_wheel_box:not(:first-child):before {
  content: '';
  display: block;
  width: 48px;
  height: 50px;
  background-image: url("/asp/photo/auction/lp/suv/img/other/or.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -34px;
  top: 180px;
  z-index: 10; }

.suv_group_items_wheel_box_in {
  height: 100%; }

.suv_group_items_wheel .suv_group_items_img {
  height: 200px;
  position: relative; }

.suv_group_items_wheel .suv_group_items_img .suv_label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 2px 5px;
  background: #ffbd0a;
  border: solid 1px #000;
  position: absolute;
  bottom: 30px;
  right: 20px; }

.suv_group_items_wheel .suv_group_items_img .suv_label._ver2 {
  background: #192981;
  border: solid 1px #ccc;
  color: #fff; }

.suv_group_items_type {
  font-size: 16px;
  padding: 5px 0; }

.suv_group_items_name {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 5px 0;
  line-height: 1.7;
  min-height: 4em;
  justify-content: space-around;
  align-items: center; }

.suv_group_items_size {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0; }

.suv_group_items_price {
  font-size: 41px;
  font-weight: bold;
  color: #f90505; }

.suv_group_items_price span {
  font-size: 40px; }

.suv_group_items_btn {
  padding: 0 10px; }

.suv_group_items_btn a, .suv_group_items_btn span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #e33108;
  padding: 4px 0;
  box-shadow: 1px 1px 0 #000; }

.suv_group_items_btn a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff; }

.setting_img {
  padding-top: 30px; }

.setting_img-2 {
  padding-top: 0;
  margin-bottom: 50px; }

.setting_img_in {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

.setting_img_in h3 {
  color: #fff;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
  text-align: center; }

.setting_img_in h3:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background: #feee5d;
  position: absolute;
  left: 50%;
  bottom: -10px; }

.setting_img_in img {
  max-width: 100%;
  height: auto; }

.setting_img_set {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: -75px;
  /* パーツごとの装飾 */ }

#suv_group_in01 .suv_group_title, #suv_group_in01_solo .suv_group_title {
  background: #feee5d; }

#suv_group_in01 .suv_name, #suv_group_in01_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/kei_anderline.png") repeat-x center left; }

#suv_group_in01 .suv_group_items .suv_in {
  border-color: #feee5d; }

#suv_group_in01 .suv_group_items_tire {
  border: solid 1px #feee5d; }

#suv_group_in01 .suv_group_items_type, #suv_group_in01 .suv_group_items_size {
  background: #feee5d; }

#suv_group_in01 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/kei_tire_back.png") no-repeat center; }

#suv_group_in01 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/kei_wheel_back.png") no-repeat center; }

#suv_group_in01 .setting_img_in h3 {
  color: #feee5d; }

#suv_group_in01 .setting_img_in h3:after {
  background: #feee5d; }

#suv_group_in02 .suv_group_title, #suv_group_in02_solo .suv_group_title {
  background: #ff9f53; }

#suv_group_in02 .suv_group_items .suv_in {
  border-color: #ff9f53; }

#suv_group_in02 .suv_name, #suv_group_in02_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/hsl_anderline.png") repeat-x center left; }

#suv_group_in02 .suv_group_items_tire {
  border: solid 1px #ff9f53; }

#suv_group_in02 .suv_group_items_type, #suv_group_in02 .suv_group_items_size {
  background: #ff9f53; }

#suv_group_in02 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/hsl_tire_back.png") no-repeat center; }

#suv_group_in02 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/hsl_wheel_back.png") no-repeat center; }

#suv_group_in02 .setting_img_in h3 {
  color: #ff9f53; }

#suv_group_in02 .setting_img_in h3:after {
  background: #ff9f53; }

#suv_group_in03 .suv_group_title, #suv_group_in03_solo .suv_group_title {
  background: #d3f85b; }

#suv_group_in03 .suv_group_items .suv_in {
  border-color: #d3f85b; }

#suv_group_in03 .suv_name, #suv_group_in03_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/jmn_anderline.png") repeat-x center left; }

#suv_group_in03 .suv_group_items_tire {
  border: solid 1px #d3f85b; }

#suv_group_in03 .suv_group_items_type, #suv_group_in03 .suv_group_items_size {
  background: #d3f85b; }

#suv_group_in03 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/jmn_tire_back.png") no-repeat center; }

#suv_group_in03 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/jmn_wheel_back.png") no-repeat center; }

#suv_group_in03 .setting_img_in h3 {
  color: #d3f85b; }

#suv_group_in03 .setting_img_in h3:after {
  background: #d3f85b; }

.suv_group_type ul li.suv_group_type04 p {
  width: 100%;
  flex-wrap: wrap; }

.suv_group_type ul li.suv_group_type04 p span {
  font-size: 0.6em;
  width: 100%; }

#suv_group_in04 .suv_group_title, #suv_group_in04_solo .suv_group_title {
  background: #c4af78; }

#suv_group_in04 .suv_group_items .suv_in {
  border-color: #c4af78; }

#suv_group_in04 .suv_name, #suv_group_in04_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/lnd_anderline.png") repeat-x center left;
  font-size: 6.5vw;
  display: block; }

#suv_group_in04 .suv_name span, #suv_group_in04_solo .suv_name span {
  font-size: 0.6em; }

#suv_group_in04 .suv_group_items_tire {
  border: solid 1px #c4af78; }

#suv_group_in04 .suv_group_items_type, #suv_group_in04 .suv_group_items_size {
  background: #c4af78; }

#suv_group_in04 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/lnd_tire_back.png") no-repeat center; }

#suv_group_in04 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/lnd_wheel_back.png") no-repeat center; }

#suv_group_in04 .setting_img_in h3 {
  color: #c4af78; }

#suv_group_in04 .setting_img_in h3:after {
  background: #c4af78; }

#suv_group_in05 .suv_group_title, #suv_group_in05_solo .suv_group_title {
  background: #adca8a; }

#suv_group_in05 .suv_group_items .suv_in {
  border-color: #adca8a; }

#suv_group_in05 .suv_name, #suv_group_in05_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/dlc_anderline.png") repeat-x center left; }

#suv_group_in05 h3 small, #suv_group_in05_solo h3 small {
  font-size: 0.6em;
  display: block; }

#suv_group_in05 .suv_group_items_tire {
  border: solid 1px #adca8a; }

#suv_group_in05 .suv_group_items_type, #suv_group_in05 .suv_group_items_size {
  background: #adca8a; }

#suv_group_in05 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/dlc_tire_back.png") no-repeat center; }

#suv_group_in05 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/dlc_wheel_back.png") no-repeat center; }

#suv_group_in05 .setting_img_in h3 {
  color: #adca8a; }

#suv_group_in05 .setting_img_in h3:after {
  background: #adca8a; }

#suv_group_in06 .suv_group_title, #suv_group_in06_solo .suv_group_title {
  background: #94bdbf; }

#suv_group_in06 .suv_group_items .suv_in {
  border-color: #94bdbf; }

#suv_group_in06 .suv_name, #suv_group_in06_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/rav_anderline.png") repeat-x center left; }

#suv_group_in06 .suv_group_items_tire {
  border: solid 1px #94bdbf; }

#suv_group_in06 .suv_group_items_type, #suv_group_in06 .suv_group_items_size {
  background: #94bdbf; }

#suv_group_in06 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/rav_tire_back.png") no-repeat center; }

#suv_group_in06 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/rav_wheel_back.png") no-repeat center; }

#suv_group_in06 .setting_img_in h3 {
  color: #94bdbf; }

#suv_group_in06 .setting_img_in h3:after {
  background: #94bdbf; }

#suv_group_in06 {
  padding-bottom: 50px; }

#suv_group_in07 .suv_group_title, #suv_group_in07_solo .suv_group_title {
  background: #6d8ccb; }

#suv_group_in07 .suv_group_items .suv_in {
  border-color: #fcf; }

#suv_group_in07 .suv_name, #suv_group_in07_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/evr_anderline.png") repeat-x center left; }

#suv_group_in07 .suv_group_items_tire {
  border: solid 1px #fcf; }

#suv_group_in07 .suv_group_items_type, #suv_group_in07 .suv_group_items_size {
  background: #fcf; }

#suv_group_in07 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/rav_tire_back.png") no-repeat center; }

#suv_group_in07 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/rav_wheel_back.png") no-repeat center; }

#suv_group_in07 .setting_img_in h3 {
  color: #fcf; }

#suv_group_in07 .setting_img_in h3:after {
  background: #fcf; }

#suv_group_in08 .suv_group_title, #suv_group_in08_solo .suv_group_title {
  background: #ccf; }

#suv_group_in08 .suv_group_items .suv_in {
  border-color: #ccf; }

#suv_group_in08 .suv_name, #suv_group_in08_solo .suv_name {
  background: url("/asp/photo/auction/lp/suv/img/other/hia_anderline.png") repeat-x center left;
  font-size: 6.5vw; }

#suv_group_in08 h3 small, #suv_group_in08_solo h3 small {
  font-size: 0.6em;
  display: block; }

#suv_group_in08 .suv_group_items_tire {
  border: solid 1px #ccf; }

#suv_group_in08 .suv_group_items_type, #suv_group_in08 .suv_group_items_size {
  background: #ccf; }

#suv_group_in08 .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_back/rav_tire_back.png") no-repeat center; }

#suv_group_in08 .suv_group_items_wheel .suv_group_items_img {
  background: url("/asp/photo/auction/lp/suv/img/wheel_back/rav_wheel_back.png") no-repeat center; }

#suv_group_in08 .setting_img_in h3 {
  color: #ccf; }

#suv_group_in08 .setting_img_in h3:after {
  background: #ccf;
  /* slick custom */ }

.suv_group_items_wheel_slide {
  display: none; }

.suv_group_items_wheel_slide.slick-initialized {
  display: block; }

.slick-slide .suv_group_items_img img {
  display: inline-block; }

.suv .link_search .suv_group_main_text {
  margin-top: 0; }

.suv .link_search .suv_group_main_text:before, .suv .link_search .suv_group_main_text:after {
  background: none; }

.suv .link_search nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto 10px;
  max-width: 1024px; }

.suv .link_search nav ul li {
  width: 45%; }

.suv .link_search nav ul li a {
  color: #ffbd0a;
  font-size: 3vw;
  font-weight: bold;
  padding: 1em;
  border: 2px solid #ffbd0a;
  display: block;
  text-align: center;
  transition: 0.3s; }

.suv .link_search nav ul li:first-of-type a {
  color: #000;
  background-color: #ffbd0a; }

.suv .link_search nav ul li a span {
  display: block; }

.suv .link_search .caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1024px;
  margin: 0 auto; }

.suv .link_search .caption p {
  font-size: 12px;
  color: #ffbd0a;
  width: 45%; }

.suv .suv_solo_items > dl {
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  color: #000; }

.suv .suv_solo_items > dl > dt {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 4vw;
  margin-bottom: 5px; }

.suv .suv_solo_items > dl > dt span {
  font-size: 0.6em;
  margin-left: 0.5em;
  position: relative;
  bottom: 2px; }

.suv .suv_solo_items > dl > dd > dl {
  display: block;
  width: 100%; }

.suv .suv_solo_items > dl > dd > dl > dt {
  width: 28%;
  height: 90px;
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
  line-height: 90px;
  margin-bottom: 60px;
  display: inline-block;
  clear: both;
  position: relative; }

.suv .suv_solo_items > dl > dd > dl > dt span {
  position: relative;
  bottom: 70px; }

.suv .suv_solo_items > dl > dd > dl > dt:nth-of-type(n+2)::before {
  content: '';
  width: 360%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 0; }

.suv .suv_solo_items > dl > dd > dl > dd {
  width: 60%;
  margin-right: 5%;
  float: right; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box {
  display: flex;
  flex-wrap: wrap;
  height: 90px;
  overflow: hidden;
  background-color: #fff; }

.suv .suv_solo_items div.suv_solo_items_slide .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box img {
  max-width: 100%;
  height: auto; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .tire_img {
  width: 25%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .tire_img img {
  position: relative;
  top: 10px;
  width: 90%; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center {
  width: 45%;
  height: 90px;
  text-align: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .logo {
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .logo img {
  max-height: 25px; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .pattern {
  height: 30px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .pattern span {
  display: block;
  width: 100%; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category {
  height: 30px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category span {
  display: none; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category.all {
  background-color: #5cd3db; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category.rugged {
  background-color: #f1f87c; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category.mud {
  background-color: #a4db5c; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right {
  width: 30%;
  height: 90px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right > .empty_area {
  width: 100%;
  height: 45px; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right > .price {
  font-size: 3.5vw;
  width: 100%;
  height: 45px;
  color: #e33108;
  font-weight: bold;
  position: relative;
  align-self: flex-end; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right > .price span {
  font-size: 0.6em; }

.suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right .button {
  font-size: 2vw;
  color: #fff;
  background-color: #e33108;
  box-shadow: 2px 2px 2px #000;
  height: 20px;
  padding: 0 0.2em;
  position: relative;
  bottom: 4px;
  display: flex;
  align-items: center; }

.suv .suv_solo_items > div > small {
  color: #fff;
  position: relative;
  bottom: 30px;
  margin-left: 2.5%; }

.suv .suv_solo_items.suv_group_in01 > dl > dt {
  background-color: #feee5d; }

.suv .suv_solo_items.suv_group_in01 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in01 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #feee5d; }

.suv .suv_solo_items.suv_group_in01 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #feee5d; }

.suv .suv_solo_items.suv_group_in01 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/kei_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in02 > dl > dt {
  background-color: #ff9f53; }

.suv .suv_solo_items.suv_group_in02 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in02 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #ff9f53; }

.suv .suv_solo_items.suv_group_in02 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #ff9f53; }

.suv .suv_solo_items.suv_group_in02 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/hsl_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in03 > dl > dt {
  background-color: #d3f85b; }

.suv .suv_solo_items.suv_group_in03 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in03 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #d3f85b; }

.suv .suv_solo_items.suv_group_in03 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #d3f85b; }

.suv .suv_solo_items.suv_group_in03 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/jmn_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in04 > dl > dt {
  background-color: #c4af78; }

.suv .suv_solo_items.suv_group_in04 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in04 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #c4af78; }

.suv .suv_solo_items.suv_group_in04 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #c4af78; }

.suv .suv_solo_items.suv_group_in04 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/lnd_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in05 > dl > dt {
  background-color: #adca8a; }

.suv .suv_solo_items.suv_group_in05 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in05 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #adca8a; }

.suv .suv_solo_items.suv_group_in05 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #adca8a; }

.suv .suv_solo_items.suv_group_in05 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/dlc_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in06 > dl > dt {
  background-color: #94bdbf; }

.suv .suv_solo_items.suv_group_in06 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in06 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #94bdbf; }

.suv .suv_solo_items.suv_group_in06 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #94bdbf; }

.suv .suv_solo_items.suv_group_in06 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/rav_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in07 > dl > dt {
  background-color: #6d8ccb; }

.suv .suv_solo_items.suv_group_in07 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in07 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #6d8ccb; }

.suv .suv_solo_items.suv_group_in07 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #6d8ccb; }

.suv .suv_solo_items.suv_group_in07 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/evr_tire_solo_back.png") no-repeat left -10px top; }

.suv .suv_solo_items.suv_group_in08 > dl > dt {
  background-color: #ccf; }

.suv .suv_solo_items.suv_group_in08 > dl > dd > dl > dt, .suv .suv_solo_items.suv_group_in08 > dl > dd > dl > dd > div .slide_box {
  border: 2px solid #ccf; }

.suv .suv_solo_items.suv_group_in08 > dl > dd > dl > dt:nth-of-type(n+2)::before {
  background-color: #ccf; }

.suv .suv_solo_items.suv_group_in08 div.suv_solo_items_slide div.slide_box .tire_img {
  background: url("/asp/photo/auction/lp/suv/img/tire_solo_back/hia_tire_solo_back.png") no-repeat left -10px top; }

.suv .link_search {
  position: relative; }

.suv .link_size, .suv .link_car {
  width: 94px;
  position: absolute;
  transition: 0.5s;
  opacity: 1;
  z-index: 10;
  right: 0;
  background-color: #ff3838;
  padding: 2px; }

.suv .link_size {
  bottom: calc(100% - 34px); }

.suv .link_car {
  bottom: calc(100% - 70px); }

.suv .link_car.set {
  bottom: calc(100% - 110px); }

.suv .link_size a, .suv .link_car a {
  color: #fff;
  background-color: #ff3838;
  font-size: 14px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0;
  border: 2px solid #fff; }

.suv .link_size a span, .suv .link_car a span {
  font-size: 8px; }

.suv .link_size.active, .suv .link_car.active {
  position: fixed;
  animation: fadeIn 1s; }

.suv .link_size.active {
  bottom: 116px; }

.suv .link_car.active {
  bottom: 80px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.suv .link_size.active.hide, .suv .link_car.active.hide {
  opacity: 0;
  z-index: -10; }

.suv .link_size img, .suv .link_car img {
  width: 100%; }

.suv .link_top a {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: #ffbd0a;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  font-weight: bold; }

a#pagetop {
  display: none; }

.suv #set_car_search {
  padding-bottom: 50px; }

.suv .step_list .step {
  width: 95%;
  margin: 0 auto 20px;
  padding: 20px 10px 10px;
  background-color: #ffbd0a;
  color: #333;
  font-weight: 700;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  position: relative; }

.suv .step_list .step > span {
  margin-bottom: 10px;
  display: block; }

.suv .step_list .step .reselect, .suv .step_list .option div ul li.reselect {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 6em;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .suv .step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto; }

  .suv .step_list .step {
    width: 96%;
    padding: 30px 10px 20px; }

  .suv .step_list .step:nth-of-type(n+2) {
    width: 30%; }

  .suv .step_list .step > span {
    font-size: 16px; }

  .suv .step_list .step .reselect, .suv .step_list .option div ul li.reselect {
    top: 25px;
    margin: 0; }

  .suv .step_list .step ul li {
    cursor: pointer; }

  .suv .step_list .step ul li:hover {
    background-color: #d5f1ff; }

  .suv .step_list .step ul li.active:hover {
    background-color: #fff; } }

.suv .step_list .maker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.suv .step_list .maker ul li {
  width: 31%;
  border-radius: 10px;
  border: 2px solid #000;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #fff; }

.suv .step_list .maker ul li.active {
  width: 100%;
  border: none; }

.suv .step_list .maker ul li img {
  width: 60%;
  max-width: 130px;
  display: block;
  margin: 0 auto; }

.suv .step_list .maker ul li.active img {
  width: 20%; }

@media screen and (min-width: 768px) {
  .suv .step_list .maker ul li {
    width: 11%; }

  .suv .step_list .maker ul li.active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 300px);
    left: 200px; }

  .suv .step_list .maker ul li.active img {
    width: 50px; } }

.suv .step_list .car .initial ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.suv .step_list .car .initial ul li {
  width: 25px;
  height: 25px;
  margin: 0 3px 20px; }

.suv .step_list .car .initial ul li a {
  color: #fff;
  background-color: #01317d;
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
  height: 100%;
  line-height: 25px; }

.suv .step_list .car h5 {
  font-size: 14px;
  border-bottom: 3px solid #01317d;
  padding: 10px 0 5px 5px;
  margin-bottom: 10px; }

.suv .step_list .car .kana_index > li {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px; }

.suv .step_list .car .car_list li {
  font-size: 16px;
  padding: 8px 0; }

.suv .step_list .car .car_list li::before {
  content: '・'; }

.suv .step_list .car .car_list li.active {
  text-align: center;
  padding: 0 0 10px;
  position: relative;
  top: 10px;
  background-color: #fff;
  border-radius: 10px; }

.suv .step_list .car .car_list li.reselect {
  font-size: 14px;
  padding: 5px; }

.suv .step_list .car .car_list li.active::before, .suv .step_list .car .car_list li.reselect::before {
  content: none; }

@media screen and (min-width: 768px) {
  .suv .step_list .car.active {
    width: 96%;
    padding-bottom: 10px; }

  .suv .step_list .car .initial ul li {
    width: 30px;
    height: 30px; }

  .suv .step_list .car .initial ul li a {
    font-size: 14px;
    line-height: 30px; }

  .suv .step_list .car .initial ul li a:hover {
    color: #0ff; }

  .suv .step_list .car h5 {
    font-size: 16px; }

  .suv .step_list .car .kana_index > li:hover {
    background-color: #fff; }

  .suv .step_list .car .car_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

  .suv .step_list .car .car_list li {
    font-size: 14px;
    padding: 6px 0;
    width: 33.3%; }

  .suv .step_list .car .car_list li.active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 300px);
    left: 200px;
    font-size: 18px;
    padding: 24px 0; }

  .suv .step_list .car .car_list li.reselect {
    width: 6em; } }

.suv .step_list .model ul {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px; }

.suv .step_list .model ul li {
  font-size: 16px;
  padding: 8px 0; }

.suv .step_list .model ul li span.year {
  font-size: 12px;
  display: block;
  padding-left: 15px;
  padding-top: 5px; }

.suv .step_list .model ul li::before {
  content: '・'; }

.suv .step_list .model li.active {
  text-align: center; }

.suv .step_list .model ul li.active::before, .suv .step_list .model ul li.reselect::before {
  content: none; }

@media screen and (min-width: 768px) {
  .suv .step_list .model.active {
    width: 96%; }

  .suv .step_list .model ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0; }

  .suv .step_list .model ul li {
    font-size: 14px;
    width: 33.3%;
    border-radius: 10px; }

  .suv .step_list .model ul li.active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    width: calc(100% - 300px);
    left: 200px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 0; } }

.suv .step_list .size ul {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px; }

.suv .step_list .size ul li {
  font-size: 16px;
  padding: 8px 0; }

.suv .step_list .size ul li::before {
  content: '・'; }

.suv .step_list .size li.active {
  text-align: center; }

.suv .step_list .size ul li.active::before, .suv .step_list .size ul li.reselect::before {
  content: none; }

@media screen and (min-width: 768px) {
  .suv .step_list .size.active {
    width: 96%; }

  .suv .step_list .size ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0; }

  .suv .step_list .size ul li {
    font-size: 14px;
    width: 31.3%;
    border-radius: 10px;
    border: 1px solid #888;
    margin: 0.5% 1%; }

  .suv .step_list .size ul li.active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    width: calc(100% - 300px);
    left: 200px;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 0;
    margin: 0;
    border: none; } }

.suv .step_list .wheel ul.slick {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto; }

.suv .step_list .wheel.active ul.slick {
  margin-bottom: 20px; }

.suv .step_list .wheel.selected ul.slick {
  width: 100%; }

.suv .step_list .wheel ul li {
  font-size: 16px;
  padding: 8px 0; }

.suv .step_list .wheel ul li span {
  display: block;
  text-align: center;
  padding: 8px 0; }

.suv .step_list .wheel ul li div {
  height: 50vw;
  position: relative; }

.suv .step_list .wheel ul li div img {
  position: absolute;
  width: 50vw;
  top: 50%;
  transform: translateY(-50%); }

.suv .step_list .wheel ul li div.color2 img {
  width: 40vw; }

.suv .step_list .wheel ul li div.color3 img {
  width: 35vw; }

.suv .step_list .wheel ul li div.color4 img {
  width: 30vw; }

.suv .step_list .wheel ul li div.color1 img, .suv .step_list .wheel ul li div.color3 img:nth-of-type(2) {
  right: 0;
  left: 0;
  margin: 0 auto; }

.suv .step_list .wheel ul li div.color2 img:first-of-type {
  right: 5vw; }

.suv .step_list .wheel ul li div.color2 img:last-of-type {
  left: 5vw; }

.suv .step_list .wheel ul li div.color3 img:first-of-type {
  right: 3vw; }

.suv .step_list .wheel ul li div.color3 img:last-of-type {
  left: 3vw; }

.suv .step_list .wheel ul li div.color4 img:first-of-type {
  right: 1vw;
  top: 70%; }

.suv .step_list .wheel ul li div.color4 img:nth-of-type(2) {
  right: 17vw;
  top: 30%; }

.suv .step_list .wheel ul li div.color4 img:nth-of-type(3) {
  left: 17vw;
  top: 70%; }

.suv .step_list .wheel ul li div.color4 img:last-of-type {
  left: 1vw;
  top: 30%; }

.suv .step_list .wheel ul.slick-dots {
  height: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.suv .step_list .wheel ul.slick-dots::-webkit-scrollbar {
  display: none; }

@media screen and (min-width: 768px) {
  .suv .step_list .wheel.active {
    width: 96%; }

  .suv .step_list .wheel.selected {
    padding-bottom: 0; }

  .suv .step_list .wheel ul.slick {
    width: 94%; }

  .suv .step_list .wheel.selected ul.slick {
    width: calc(100% - 280px);
    margin-left: 190px;
    margin-bottom: 0;
    background-color: transparent; }

  .suv .step_list .wheel.selected ul.slick li.active {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: -30px; }

  .suv .step_list .wheel ul li div {
    height: 35vw; }

  .suv .step_list .wheel.selected ul.slick li.active div {
    width: 70%;
    margin: 0 auto; }

  .suv .step_list .wheel ul li div img {
    width: 25vw; }

  .suv .step_list .wheel ul li div.color2 img {
    width: 20vw; }

  .suv .step_list .wheel ul li div.color3 img {
    width: 20vw; }

  .suv .step_list .wheel ul li div.color4 img {
    width: 17vw; }

  .suv .step_list .wheel ul li div.color2 img:first-of-type {
    right: 1vw; }

  .suv .step_list .wheel ul li div.color2 img:last-of-type {
    left: 1vw; }

  .suv .step_list .wheel ul li div.color3 img:first-of-type {
    right: 1vw;
    top: 65%; }

  .suv .step_list .wheel ul li div.color3 img:nth-of-type(2) {
    top: 30%; }

  .suv .step_list .wheel ul li div.color3 img:last-of-type {
    left: 1vw;
    top: 65%; }

  .suv .step_list .wheel ul li div.color4 img:nth-of-type(2) {
    right: 5vw; }

  .suv .step_list .wheel ul li div.color4 img:nth-of-type(3) {
    left: 5vw; } }

@media screen and (min-width: 1024px) {
  .suv .step_list .wheel ul li div {
    height: 350px; }

  .suv .step_list .wheel ul li div img {
    width: 250px; }

  .suv .step_list .wheel ul li div.color2 img {
    width: 200px; }

  .suv .step_list .wheel ul li div.color3 img {
    width: 200px; }

  .suv .step_list .wheel ul li div.color4 img {
    width: 175px; }

  .suv .step_list .wheel ul li div.color2 img:first-of-type {
    right: 10px; }

  .suv .step_list .wheel ul li div.color2 img:last-of-type {
    left: 10px; }

  .suv .step_list .wheel ul li div.color3 img:first-of-type {
    right: 10px;
    top: 65%; }

  .suv .step_list .wheel ul li div.color3 img:nth-of-type(2) {
    top: 30%; }

  .suv .step_list .wheel ul li div.color3 img:last-of-type {
    left: 10px;
    top: 65%; }

  .suv .step_list .wheel ul li div.color4 img:first-of-type {
    right: 10px; }

  .suv .step_list .wheel ul li div.color4 img:nth-of-type(2) {
    right: 50px; }

  .suv .step_list .wheel ul li div.color4 img:nth-of-type(3) {
    left: 50px; }

  .suv .step_list .wheel ul li div.color4 img:last-of-type {
    left: 10px; } }

.suv .step_list .tire ul.slick {
  width: 90%;
  margin: 0 auto; }

.suv .step_list .tire.selected ul.slick {
  width: 100%; }

.suv .step_list .tire.active ul.slick {
  margin-bottom: 20px; }

.suv .step_list .tire ul.slick li.item {
  min-height: 510px;
  border-radius: 10px; }

.suv .step_list .tire.selected ul.slick li.item {
  margin: 10px 0; }

.suv .step_list .tire ul.slick li.item h4 {
  border-radius: 10px 10px 0 0; }

.suv .step_list .tire ul.slick li.item .dec p {
  font-size: 12.8px;
  line-height: 1.2; }

.suv .step_list .tire ul.slick-dots {
  height: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.suv .step_list .tire ul.slick-dots::-webkit-scrollbar {
  display: none; }

@media screen and (min-width: 768px) {
  .suv .step_list .tire.active {
    width: 96%; }

  .suv .step_list .tire.selected {
    padding-bottom: 0; }

  .suv .step_list .tire.selected ul.slick {
    width: calc(100% - 280px);
    margin-left: 190px;
    margin-bottom: 0; }

  .suv .step_list .tire ul.slick li.item {
    min-height: 490px; }

  .suv .step_list .tire.selected ul.slick li.item {
    position: relative;
    top: -30px;
    margin: 0; }

  .suv .step_list .tire.selected ul.slick li.item .img img {
    width: 40%; }

  .suv .step_list .tire.selected ul.slick li.item .dec > div img {
    width: 50%; } }

.suv .size_search {
  padding-bottom: 30px; }

.suv .size_search nav {
  margin: 20px auto;
  width: 95%;
  max-width: 980px; }

.suv .size_search nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

.suv .size_search nav ul li {
  width: 24%;
  border: 2px solid #ffbd0a;
  color: #ffbd0a;
  font-size: 16px;
  font-weight: bold;
  margin: 0 1% 1% 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em 0; }

.suv .size_search nav ul li:nth-of-type(4n) {
  margin-right: 0; }

.suv .size_search nav ul li.active {
  background-color: #ffbd0a;
  color: #000; }

.suv .size_search nav ul li span {
  font-size: 12px; }

.suv .size_search table {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 30px;
  display: none;
  font-size: 14px;
  border: none;
  border-spacing: 0; }

.suv .size_search table.active {
  display: table; }

.suv .size_search table thead {
  background-color: #ffbd0a;
  color: #000;
  font-weight: bold; }

.suv .size_search table th, .suv .size_search table td {
  padding: 0.5em 0; }

.suv .size_search table .oblateness {
  border-right: 5px solid #000;
  width: 4em; }

.suv .size_search table tbody .oblateness {
  color: #fff;
  font-weight: bold; }

.suv .size_search table tbody tr:nth-of-type(odd) {
  background-color: #444; }

.suv .size_search table tbody tr:nth-of-type(even) {
  background-color: #222; }

.suv .size_search table tbody .size span {
  color: #fff;
  border: 1px solid #ffbd0a;
  border-radius: 1em;
  padding: 0.3em 0.8em;
  margin: 0.3em;
  display: inline-block; }

.suv .size_search table tbody .size span.active {
  background-color: #ffbd0a;
  color: #000; }

.suv .search_result {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 980px; }

.suv .search_result .list .item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 570px; }

.suv .search_result .list .item.at {
  border: 1px solid #5cd3db; }

.suv .search_result .list .item.mt {
  border: 1px solid #a4db5c; }

.suv .search_result .list .item.rt {
  border: 1px solid #f1f87c; }

.suv .search_result .list .item h4 {
  width: 100%;
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

.suv .search_result .list .item.at h4 {
  background-color: #5cd3db; }

.suv .search_result .list .item.mt h4 {
  background-color: #a4db5c; }

.suv .search_result .list .item.rt h4 {
  background-color: #f1f87c; }

.suv .search_result .list .item .img {
  width: 100%;
  padding: 10px 0; }

.suv .search_result .list .item.at .img {
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg1.png") center / contain no-repeat; }

.suv .search_result .list .item.mt .img {
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg2.png") center / contain no-repeat; }

.suv .search_result .list .item.rt .img {
  background: url("/asp/photo/auction/lp/suv/img/sp_dec_bg3.png") center / contain no-repeat; }

.suv .search_result .list .item .img img {
  width: 60%;
  max-width: 258px;
  margin: 0 auto;
  display: block; }

.suv .search_result .list .item .dec {
  width: 100%;
  padding: 10px 10px 0; }

.suv .search_result .list .item .dec > div {
  height: 13vw;
  display: flex;
  justify-content: center;
  align-items: center; }

.suv .search_result .list .item .dec > div img {
  width: 60%;
  max-width: 250px;
  margin: 0 auto; }

.suv .search_result .list .item .dec h5 {
  width: 100%;
  font-weight: bold;
  text-align: center; }

.suv .search_result .list .item .dec h5 span:first-of-type {
  background-color: #000;
  color: #fff;
  font-size: 1em;
  display: block;
  padding: 5px 0; }

.suv .search_result .list .item .dec h5 span:last-of-type {
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 5px 0; }

.suv .search_result .list .item.at .dec h5 span:last-of-type {
  background-color: #5cd3db; }

.suv .search_result .list .item.mt .dec h5 span:last-of-type {
  background-color: #a4db5c; }

.suv .search_result .list .item.rt .dec h5 span:last-of-type {
  background-color: #f1f87c; }

.suv .search_result .list .item .dec p {
  color: #333;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0 0;
  height: 7.5em; }

.suv .search_result .list .item .price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #e33108;
  position: relative;
  align-self: center;
  font-size: 2.3em;
  margin: 0 auto; }

.suv .search_result .list .item .link {
  width: 100%;
  padding: 10px;
  text-align: center;
  align-self: flex-end; }

.suv .search_result .list .item .link a, .suv .search_result .list .item .link .no_item {
  display: block;
  background-color: #e23107;
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  padding: 10px 0px; }

.suv .search_result .list .item .link .no_item {
  background-color: #888; }

.suv #set_car_search > .search_result .list .item {
  min-height: 500px; }

.suv #set_car_search > .search_result .list .img {
  position: relative; }

.suv #set_car_search > .search_result .list .img img:first-of-type {
  margin-right: 3vw; }

.suv #set_car_search > .search_result .list .img img:last-of-type {
  position: absolute;
  bottom: 5px;
  left: 3vw; }

.suv #set_car_search > .search_result .list .dec dt {
  color: #333;
  font-size: 16px;
  font-weight: bold; }

.suv #set_car_search > .search_result .list .dec dd span {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
  font-size: 14px; }

.suv #set_car_search > .search_result .list .dec dd span:first-of-type {
  background-color: #000;
  color: #fff; }

.suv #set_car_search > .search_result .list .at .dec dd span:last-of-type {
  background-color: #5cd3db; }

.suv #set_car_search > .search_result .list .mt .dec dd span:last-of-type {
  background-color: #a4db5c; }

.suv #set_car_search > .search_result .list .rt .dec dd span:last-of-type {
  background-color: #f1f87c; }

@media screen and (min-width: 768px) {
  .suv #set_car_search > .search_result .list .img img:first-of-type {
    margin-right: 10px; }

  .suv #set_car_search > .search_result .list .img img:last-of-type {
    left: 10px; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .suv > header {
    height: 390px; }

  .suv > header .text {
    min-height: 390px; }

  .suv > header .title {
    min-height: 150px; } }

@media screen and (min-width: 500px) {
  #suv_group_in04 .suv_name, #suv_group_in04_solo .suv_name {
    font-size: 32px; }

  #suv_group_in08 .suv_name, #suv_group_in08_solo .suv_name {
    font-size: 32px; }

  .suv .suv_solo_items > dl > dt {
    font-size: 20px; }

  .suv .suv_solo_items > dl > dd > dl > dt span {
    font-size: 0.6em; }

  .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .pattern, .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category {
    font-size: 14px; }

  .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right .button {
    padding: 0 1em; } }

@media screen and (min-width: 600px) {
  .suv .link_search nav ul li a {
    font-size: 18px; }

  .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right .button {
    font-size: 12px; } }

@media screen and (min-width: 768px) {
  .suv > header {
    max-height: 390px;
    flex-direction: column;
    -ms-flex-direction: column;
    align-content: center;
    -ms-flex-line-pack: center;
    background: url("/asp/photo/auction/lp/suv/img/pc_bg.jpg") no-repeat;
    background-size: cover; }
    .suv > header .text {
      flex-basis: 0;
      width: 40%;
      max-width: 400px; }
    .suv > header .title {
      flex-basis: 0;
      width: 60%;
      text-align: center;
      max-height: 180px;
      max-width: 820px;
      padding-top: 40px; }
    .suv > header .title > picture > img {
      width: 65%; }
    .suv > header .dec {
      width: 55%; }
    .suv > header .dec > h3 {
      font-size: 1.5em;
      padding: 5px; }
    .suv_group__category_at p, .suv_group__category_mt p, .suv_group__category_rt p {
      font-size: 1.2em; }
    .at_tire > h3 img {
      width: 50%; }
    .at_tire .list .item {
      height: 380px; }
    .at_tire .list .item .dec > picture {
      display: block;
      text-align: center; }
    .at_tire .list .item .dec > picture > img {
      width: 80%; }
    .mt_tire > h3 img {
      width: 50%; }
    .mt_tire .list .item {
      height: 380px; }
    .mt_tire .list .item .dec > picture {
      display: block;
      text-align: center; }
    .mt_tire .list .item .dec > picture > img {
      width: 80%; }
    .rt_tire > h3 img {
      width: 50%; }
    .rt_tire .list .item {
      flex-basis: 48%;
      height: 380px; }
    .rt_tire .list .item .dec > picture {
      display: block;
      text-align: center; }
    .rt_tire .list .item .dec > picture > img {
      width: 80%; }
    .slick-prev::before, .slick-next::before {
      font-size: 30px !important; }
    .slick-next, .slick-prev {
      width: 30px !important;
      height: 30px !important; }
    .slick-next {
      right: -30px !important; }
    .slick-prev {
      left: -30px !important; }
    #suv_group_in04 .suv_name, #suv_group_in04_solo .suv_name {
      display: inline; }
    .suv_group_main_text {
      font-size: 32px; }
    .suv_group_main_text:before, .suv_group_main_text:after {
      content: '';
      width: 35px;
      height: 3px;
      vertical-align: 7px; }
    .suv .link_search nav ul li {
      width: 350px; }
    .suv .link_search nav ul li a {
      font-size: 20px;
      border: 3px solid #ffbd0a; }
    .suv .link_search nav ul li a:hover {
      background-color: #ffbd0a;
      color: #000; }
    .suv .link_search nav ul li:first-of-type a:hover {
      background-color: #000;
      color: #ffbd0a; }
    .suv .link_search nav ul li a span {
      display: inline; }
    .suv .link_search .caption p {
      width: 350px;
      text-align: center; }
    .suv .suv_solo_items > dl > dt {
      width: 10%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      font-size: 4.5vw;
      line-height: 1;
      height: 90px;
      float: left;
      clear: both;
      position: relative; }
    .suv .suv_solo_items > dl > dt:nth-of-type(n+2)::before {
      content: '';
      width: 1000%;
      height: 1px;
      position: absolute;
      top: -40px;
      left: 0;
      background-color: #e23107; }
    .suv .suv_solo_items > dl > dt span {
      display: block;
      width: 100%;
      margin-left: 0;
      font-size: 0.5em;
      align-self: flex-start; }
    .suv .suv_solo_items > dl > dd > dl > dt {
      width: 20%;
      margin-left: 1%;
      font-size: 2.8vw;
      margin-bottom: 80px; }
    .suv .suv_solo_items > dl > dd > dl > dt:nth-of-type(n+2)::before {
      width: 455%;
      top: -40px; }
    .suv .suv_solo_items > dl > dd > dl > dd {
      margin-right: 3%; }
    .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .pattern span {
      width: auto;
      margin-left: 0.5em; }
    .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .category span {
      display: block; }
    .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right > .price {
      font-size: 26px; }
    .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right .button {
      font-size: 14px;
      height: 30px;
      bottom: 6px;
      padding: 0 2vw; }
    .suv .suv_solo_items.suv_group_in02 > dl > dt:nth-of-type(2), .suv .suv_solo_items.suv_group_in05 > dl > dt:nth-of-type(2), .suv .suv_solo_items.suv_group_in06 > dl > dt:nth-of-type(1), .suv .suv_solo_items.suv_group_in07 > dl > dt:nth-of-type(2) {
      height: 260px; }
    .suv .suv_solo_items.suv_group_in03 > dl > dt:nth-of-type(1), .suv .suv_solo_items.suv_group_in05 > dl > dt:nth-of-type(1) {
      height: 770px; }
    .suv .suv_solo_items.suv_group_in04 > dl > dt:nth-of-type(-n+2) {
      height: 600px; }
    .suv .suv_solo_items.suv_group_in06 > dl > dt:nth-of-type(2) {
      height: 430px; }
    .suv .suv_solo_items.suv_group_in01 > dl > dt:nth-of-type(n+2)::before {
      background-color: #feee5d; }
    .suv .suv_solo_items.suv_group_in02 > dl > dt:nth-of-type(n+2)::before {
      background-color: #ff9f53; }
    .suv .suv_solo_items.suv_group_in03 > dl > dt:nth-of-type(n+2)::before {
      background-color: #d3f85b; }
    .suv .suv_solo_items.suv_group_in04 > dl > dt:nth-of-type(n+2)::before {
      background-color: #c4af78; }
    .suv .suv_solo_items.suv_group_in05 > dl > dt:nth-of-type(n+2)::before {
      background-color: #adca8a; }
    .suv .suv_solo_items.suv_group_in06 > dl > dt:nth-of-type(n+2)::before {
      background-color: #94bdbf; }
    .suv .suv_solo_items.suv_group_in07 > dl > dt:nth-of-type(n+2)::before {
      background-color: #6d8ccb; }
    .suv .suv_solo_items.suv_group_in08 > dl > dt:nth-of-type(n+2)::before {
      background-color: #ccf; }
    .suv .size_search nav ul li {
      width: 15.8%;
      font-size: 18px;
      cursor: pointer;
      transition: 0.3s; }
    .suv .size_search nav ul li:hover {
      color: #000;
      background-color: #ffbd0a; }
    .suv .size_search nav ul li:nth-of-type(4n) {
      margin-right: 1%; }
    .suv .size_search nav ul li:nth-of-type(6n) {
      margin-right: 0; }
    .suv .size_search table {
      font-size: 16px; }
    .suv .size_search table .oblateness {
      width: 6em; }
    .suv .size_search table tbody .size span {
      cursor: pointer;
      transition: 0.3s; }
    .suv .size_search table tbody .size span:hover {
      color: #000;
      background-color: #ffbd0a; }
    .suv .search_result .list .item .dec > div {
      height: 8vw; }
    .suv .search_result .list .item .dec p {
      height: 8em; } }

@media screen and (min-width: 770px) {
  .suv_group_main_text br {
    display: none; }

  .suv_group_main_text:before {
    left: calc(50% - 390px); }

  .suv_group_main_text:after {
    right: calc(50% - 390px); } }

@media screen and (min-width: 900px) {
  .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .center > .pattern {
    font-size: 14px; }

  .suv_group_main_text:before {
    left: calc(50% - 400px); }

  .suv_group_main_text:after {
    right: calc(50% - 400px); } }

@media screen and (min-width: 1024px) {
  .suv .suv_solo_items > dl {
    width: 970px; }

  .suv .suv_solo_items > dl > dt {
    font-size: 46px; }

  .suv .suv_solo_items > dl > dd > dl > dt {
    font-size: 28px; }

  .suv .suv_solo_items div.suv_solo_items_slide div.slide_box .right > a > .button {
    padding: 0 20px; }

  .suv .suv_solo_items > div > small {
    display: block;
    width: 970px;
    margin: 0 auto; }

  .suv .search_result .list .item .dec > div {
    height: 80px; }

  .suv .search_result .list .item .dec p {
    height: 7em; } }

@keyframes anime_1 {
  0% {
    transform: rotateZ(0deg); }

  22% {
    transform: rotateZ(0deg); }

  24% {
    transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3); }

  26% {
    transform: rotateZ(0deg) scale(1, 1.1); }

  28% {
    transform: translate(0px, -2px) rotateZ(-2deg); }

  30% {
    transform: rotateZ(0deg); }

  32% {
    transform: translate(0px, -2px) rotateZ(-2deg); }

  33% {
    transform: rotateZ(0deg); }

  34% {
    transform: translate(0px, -2px) rotateZ(-2deg); }

  35% {
    transform: rotateZ(0deg); }

  36% {
    transform: translate(0px, -2px) rotateZ(-2deg); }

  37% {
    transform: rotateZ(0deg); }

  38% {
    transform: translate(0px, -2px) rotateZ(-2deg); }

  39% {
    transform: rotateZ(0deg); }

  100% {
    transform: rotateZ(0deg); } }

@keyframes anime_2 {
  from {
    transform: translateY(0%) scale(0.5);
    opacity: 0; }

  to {
    transform: translateY(0%) scale(1);
    opacity: 1; } }

@media screen and (max-width: 769px) {
  .pc {
    display: none !important; }

  .sp {
    display: block; }

  .suv_group_nav ul li {
    font-size: 12px;
    padding: 5px 0 5px 50px; }

  .suv_group_nav ul li i {
    width: 30px;
    height: 24px;
    left: 10px;
    bottom: 5px; }

  .suv_group_nav ul li span:after {
    border-width: 4px 0 4px 8px; }

  .suv_group_main_text {
    font-size: 16px;
    margin-bottom: 30px;
    /*
		.suv_group_main_text:before,
		.suv_group_main_text:after {
			display: none;
		}
    
		.suv_group_main_text span {
			display: block;
		}
    */ }

  .link_car.set + .suv_group_main_text span {
    display: block; }

  .link_car.set + .suv_group_main_text:before, .link_car.set + .suv_group_main_text:after {
    position: absolute;
    top: 35px; }

  .link_car.set + .suv_group_main_text:before {
    left: calc(50% - 140px); }

  .link_car.set + .suv_group_main_text:after {
    right: calc(50% - 140px); }

  .suv_group_type ul li p {
    font-size: 13px;
    min-height: 4em; }

  .suv_group_type_caution {
    font-size: 12px; }

  .suv_group_title {
    margin-bottom: 40px; }

  .suv_group_title h3 {
    font-size: 24px;
    padding-left: 0;
    display: block; }

  .suv_group_title h3 .icon {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    text-align: center; }

  .suv_group_items_tire {
    width: 40%; }

  .suv_group_items_type {
    font-size: 14px; }

  .suv_group_items_name {
    font-size: 11px;
    padding: 5px;
    min-height: 4em; }

  .suv_group_items_img {
    height: 140px; }

  .suv_group_items_wheel .suv_group_items_img {
    height: 130px;
    padding: 10px 0; }

  .suv_group_items_size {
    font-size: 12px; }

  .suv_group_items_wheel {
    width: calc(60% - 30px);
    margin-left: 30px; }

  .suv_group_items_tire:after {
    width: 30px;
    height: 31px;
    right: -30px;
    top: 80px; }

  .suv_group_items_wheel_box:not(:first-child):before {
    display: none; }

  .suv_group_items_wheel_box {
    margin: 0; }

  .suv_group_items_price {
    font-size: 21px; }

  .suv_group_items_price span {
    font-size: 14px; }

  .suv_group_items_wheel .suv_group_items_img .suv_label {
    font-size: 10px;
    bottom: 10px;
    right: 10px; }

  .suv_group_items_btn a {
    font-size: 10px; }

  .suv_group_items_wheel .slick-dots {
    position: relative;
    bottom: 0; }

  .setting_img_set {
    font-size: 10px; } }

@media screen and (min-width: 768px) {
  .setting_img_set {
    bottom: 0; }

  #suv_group_in05 h3 small, #suv_group_in05_solo h3 small, #suv_group_in08 h3 small, #suv_group_in08_solo h3 small {
    display: inline; } }

@media screen and (min-width: 770px) {
  .suv .link_size, .suv .link_car {
    width: 130px; }

  .suv .link_size a, .suv .link_car a {
    font-size: 18px; }

  .suv .link_size a span, .suv .link_car a span {
    font-size: 12px; }

  .suv .link_size {
    bottom: calc(100% - 40px); }

  .suv .link_car {
    bottom: calc(100% - 84px); }

  .suv .link_size.active {
    bottom: 126px; } }

@media screen and (min-width: 1366px) {
  .suv .link_size, .suv .link_car {
    width: 160px;
    right: calc(50% - 666px); }

  .suv .link_size {
    bottom: calc(100% - 146px); }

  .suv .link_car {
    bottom: calc(100% - 190px); }

  .suv .link_top a {
    right: calc(50% - 666px); } }
