@charset "UTF-8";
.local-model {
  background-color: #eaf2ef;
  position: relative;
  min-height: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .local-model {
    max-width: 100%;
    min-height: 700px;
  }
}
.local-model .nira, .local-model .kita_ {
  margin: -300px auto 0;
}
.local-model #nira, .local-model #kita {
  position: absolute;
  top: -90px;
}
.local-model .brand {
  position: relative;
  z-index: 50;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .local-model .brand {
    margin: 0 auto 40px auto;
  }
  .local-model .brand.nira, .local-model .brand.kita_ {
    margin: -300px auto 40px auto;
  }
}
.local-model .brand.l-frame-layout {
  margin-bottom: 20px;
}
.local-model .brand.single-line-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 768px) {
  .local-model .brand.single-line-product {
    display: block;
  }
}
.local-model .brand.single-line-product h2 {
  width: 100%;
}
.local-model .brand.single-line-product .model-list {
  width: 49%;
  margin: 0;
}
@media (max-width: 768px) {
  .local-model .brand.single-line-product .model-list {
    width: 100%;
  }
}
.local-model .brand.single-line-product .text {
  width: 49%;
}
@media (max-width: 768px) {
  .local-model .l-layout-reorder-group {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .local-model .l-layout-reorder-group .brand {
    display: contents;
  }
  .local-model .l-layout-reorder-group .brand.single-line-product h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .local-model .l-layout-reorder-group .brand.single-line-product .model-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local-model .l-layout-reorder-group .brand.single-line-product .text-box {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; /* 他のどの要素よりも後に配置 */
    width: 100%;
  }
  .local-model .l-layout-reorder-group .brand.wander_ .model-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .local-model .l-layout-reorder-group .brand .model-list > li:only-child {
    margin: 0 0 20px;
  }
}

.special {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .special {
    margin: 15% auto;
  }
  .special > p {
    font-size: 14px;
  }
}
.special .model-list {
  margin: 20px 0 0;
}
.special .model-list.margin-over {
  margin: 0.8vw 0 0 0;
}
@media (max-width: 768px) {
  .special .model-list {
    width: 100%;
    display: grid;
    gap: 2%;
    /*grid-template-columns: 49% 49%;*/
    grid-template-columns: 1fr 1fr;
  }
  .special .model-list.margin-over {
    margin: 1.8vw 0 0 0;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .special .model-list.margin-over {
    /* iPhone（iOS）環境のみ、pxで上書きする */
    margin-top: 12px;
  }
}
.special .model-list > li {
  width: 100%;
  border: 2px solid #75ac9c;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
}
.special .model-list > li:nth-child(n+1) {
  margin: 0;
}
.special .model-list > li a {
  border: none;
}
.special .model-list > li .sex {
  font-size: 18px;
  min-width: 100px;
}
@media (max-width: 768px) {
  .special .model-list > li .sex {
    font-size: 14px;
    padding: 6px;
    min-width: 80px;
  }
}
.special .model-list > li figure img {
  margin-top: 0;
  width: 95%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}
@media (max-width: 768px) {
  .special .model-list > li figure img {
    width: 100%;
  }
}
.special .model-list > li .foot {
  margin-top: 16px;
}
.special .model-list > li .foot .info {
  font-size: 24px;
}
@media (max-width: 1000px) {
  .special .model-list > li .foot .info {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .special .model-list > li .foot .info {
    font-size: 18px;
    line-height: 18px;
  }
}
.special .model-list > li .foot .info span {
  font-size: 12px;
}
.special .model-list > li .foot .info span.font_jp {
  display: block;
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  .special .model-list > li .foot .info span.font_jp {
    margin: 3px 0 7px;
    line-height: 1em;
  }
}
@media (max-width: 768px) {
  .special .model-list > li .foot .info span {
    font-size: 12px;
  }
}
.special .model-list > li .foot ul {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-rows: 23px;
  grid-template-columns: repeat(5, auto);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 13px;
}
@media (max-width: 770px) {
  .special .model-list > li .foot ul {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 15px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    font-size: 11px;
  }
}
.special .model-list > li .foot ul li {
  width: 20px;
  height: 20px;
}
@media (max-width: 770px) {
  .special .model-list > li .foot ul li {
    width: 13px;
    height: 13px;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
@media (max-width: 770px) {
  .special .model-list > li .foot ul li:first-child {
    grid-row: 1/3;
  }
}

.size {
  margin: 0 auto 40px;
  padding: 45px 0 80px;
  background-color: #eaf2ef;
}
@media (max-width: 768px) {
  .size {
    margin: -70px auto 15%;
    padding: 140px 0 15%;
  }
}
.size .inner {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .size .inner {
    width: 92%;
  }
}
.size .inner h2 {
  color: #75ac9c;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .size .inner h2 {
    text-align: left;
    margin: 0;
  }
}
.size .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1280px) {
  .size .inner > div {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .size .inner > div {
    gap: 20px;
  }
  .size .inner > div > div {
    width: 100%;
  }
  .size .inner > div img {
    max-width: 100%;
  }
}
.size .inner > div .local-ttl-large {
  font-size: 24px;
}
@media (max-width: 768px) {
  .size .inner > div .local-ttl-large {
    margin: 30px 0 20px;
  }
}
.size .inner > div .foot {
  font-size: 16px;
  font-weight: 600;
  border-collapse: collapse;
}
@media (max-width: 1000px) {
  .size .inner > div .foot {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot {
    width: 100%;
    font-size: 20px;
    display: block;
  }
  .size .inner > div .foot tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 33%;
  }
  .size .inner > div .foot .line1:last-child {
    margin: 76px 0 0;
  }
}
.size .inner > div .foot .line1 .head_jp {
  background-color: #77ad9d;
  color: #fff;
  height: 40px;
  border: 3px solid #eaf2ef;
}
@media (max-width: 1000px) {
  .size .inner > div .foot .line1 .head_jp {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 .head_jp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    height: auto;
  }
}
.size .inner > div .foot .line1 .head_en {
  background-color: #454545;
  color: #fff;
  border: 3px solid #eaf2ef;
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 .head_en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 200%;
  }
}
.size .inner > div .foot .line1 td {
  background-color: #fff;
  border: 3px solid #eaf2ef;
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .size .inner > div .foot .line1 td {
    width: 40px;
  }
}
@media (max-width: 1000px) {
  .size .inner > div .foot .line1 td {
    height: 35px;
    width: 35px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 td {
    height: auto;
    min-height: 40px;
    width: auto;
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .size .inner > div .foot .line1 td p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.size .inner > div .foot .line1 .head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .size .inner > div .foot .line1 .head_inner {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 .head_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 70px;
    width: 100%;
  }
}
.size .inner > div .foot .line1 p.small {
  font-size: 14px;
  margin: 0 0 0 5px;
  width: 4em;
  text-align: center;
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 p.small {
    margin: 0 auto;
    width: 100%;
    padding: 11px 0;
  }
}
.size .inner > div .foot .line1 p.small span {
  display: block;
  padding: 11px 0;
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 p.small span {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
  }
}
.size .inner > div .foot .line1 p:first-child {
  font-size: 20px;
  width: 2em;
}
@media (max-width: 768px) {
  .size .inner > div .foot .line1 p:first-child {
    margin: 0 auto;
  }
}
.size .inner > div .foot-width {
  gap: 2px;
  font-size: 16px;
  font-weight: 600;
  min-width: 272px;
}
@media (max-width: 1280px) {
  .size .inner > div .foot-width {
    min-width: 220px;
  }
}
@media (max-width: 1000px) {
  .size .inner > div .foot-width {
    min-width: 190px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot-width {
    width: 100%;
    font-size: 18px;
  }
}
.size .inner > div .foot-width th {
  background-color: #75ac9c;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .size .inner > div .foot-width th {
    padding: 10px 0;
  }
}
.size .inner > div .foot-width th span {
  display: block;
}
.size .inner > div .foot-width th span:first-child {
  font-size: 20px;
}
.size .inner > div .foot-width td {
  background-color: #fff;
  color: #75ac9c;
  border: 3px solid #eaf2ef;
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .size .inner > div .foot-width td {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .size .inner > div .foot-width td {
    height: 50px;
  }
}

.model-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 2%;
}
@media (max-width: 1000px) {
  .model-list {
    gap: 1%;
  }
}
@media (max-width: 768px) {
  .model-list {
    width: 99%;
    display: block;
  }
}
.model-list > li {
  width: 100%;
}
@media (max-width: 768px) {
  .model-list > li {
    /*
    &:nth-child(n + 1) {
      margin: 20px 0 0;
    }*/
  }
  .model-list > li:nth-child(n+2) {
    margin: 20px 0 0;
  }
}
.model-list > li a {
  width: 100%;
  border: 2px solid #75ac9c;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
}
.model-list > li a:hover .foot .info {
  color: #75ac9c;
}
.model-list > li .sex {
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
  display: table;
  background-color: #cae6ed;
  padding: 10px 14px 1px;
  min-width: 135px;
  text-align: center;
  margin: -2px -2px 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .model-list > li .sex {
    font-size: 18px;
    min-width: 100px;
    padding: 5px 14px 3px;
    vertical-align: middle;
  }
}
.model-list > li .sex.women {
  background-color: #f5b8be;
}
.model-list > li .sex.unisex {
  background-color: #FFECB3;
}
.model-list > li .award {
  position: absolute;
  right: 5px;
  margin: 8px 0 0;
  width: 20%;
  z-index: 2;
}
.model-list > li .award img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}
@media (max-width: 768px) {
  .model-list > li .award {
    width: 10%;
    margin: 5px 0 0;
  }
}
.model-list > li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.model-list > li figure img {
  margin-top: 20px;
  width: 65%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}
@media (max-width: 768px) {
  .model-list > li figure img {
    margin-top: 0;
    width: 70%;
  }
}
.model-list > li .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}
.model-list > li .foot .info {
  display: block;
  padding: 0 0 10px 10px;
  font-size: 30px;
  margin-top: -24px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.special .model-list > li .foot .info {
  padding: 0 0 8px 5px;
}
@media (max-width: 768px) {
  .model-list > li .foot .info {
    padding: 0 0 4px 10px;
    font-size: 24px;
  }
}
.model-list > li .foot .info span {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 768px) {
  .model-list > li .foot .info span {
    font-size: 16px;
  }
}
.model-list > li .foot .info span:last-child {
  margin-left: 0;
}
.model-list > li .foot .info span .txt-sub {
  font-size: 12px;
}
@media (max-width: 768px) {
  .model-list > li .foot .info span .txt-sub {
    font-size: 10px;
  }
}
.model-list > li .foot .info .newmodel {
  margin: 0 0 7px 0;
  padding: 2px 4px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #f39800;
}
.model-list > li .foot .info .newprice {
  margin: 0 0 7px 0;
  padding: 4px 5px 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #22bc98;
}
.model-list > li .foot .info .newcolor {
  margin: 0 0 7px 0;
  padding: 4px 5px 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #4682B4;
}
.model-list > li .foot .info .cmngson {
  font-size: smaller;
  background-color: palegoldenrod;
  display: inline-block;
  padding: 3px 5px;
}
.model-list > li .foot ul {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-rows: 32px;
  grid-template-columns: repeat(6, auto);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 0 10px 5px;
  font-size: 16px;
}
@media (max-width: 470px) {
  .model-list > li .foot ul {
    grid-template-rows: 20px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media (max-width: 1000px) {
  .model-list > li .foot ul {
    font-size: 14px;
    padding: 0 10px 10px 0;
  }
  .special .model-list > li .foot ul {
    padding: 0 5px 10px;
  }
}
.model-list > li .foot ul li {
  width: 25px;
  height: 25px;
}
@media (max-width: 470px) {
  .model-list > li .foot ul li {
    font-size: 11px;
    width: 18px;
    height: 18px;
  }
}
.model-list > li .foot ul li:first-child {
  -ms-flex-line-pack: center;
      align-content: center;
  width: unset;
  height: unset;
  grid-row: 1/3;
}
.model-list > li .foot ul li.beige {
  background-color: #8d715b;
}
.model-list > li .foot ul li.sandbrown {
  background: -webkit-gradient(linear, left top, right top, from(#d8c8a2), color-stop(50%, #d8c8a2), color-stop(50%, #8a5a2b), to(#8a5a2b));
  background: linear-gradient(to right, #d8c8a2 0%, #d8c8a2 50%, #8a5a2b 50%, #8a5a2b 100%);
}
.model-list > li .foot ul li.lightbrown {
  background-color: #a46b3b;
}
.model-list > li .foot ul li.black {
  background-color: #282828;
}
.model-list > li .foot ul li.black2 {
  background-color: #505053;
}
.model-list > li .foot ul li.black-solegray {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(75%, #000), color-stop(75%, #bbb), to(#bbb));
  background: linear-gradient(to right, #000 0%, #000 75%, #bbb 75%, #bbb 100%);
}
.model-list > li .foot ul li.black-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#282828), color-stop(75%, #282828), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #282828 0%, #282828 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.blonde {
  background-color: #faf0be;
}
.model-list > li .foot ul li.blue {
  background-color: #bbe5ed;
}
.model-list > li .foot ul li.blue2 {
  background-color: #5c748e;
}
.model-list > li .foot ul li.blue2-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#5c748e), color-stop(75%, #5c748e), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #5c748e 0%, #5c748e 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.bluedarkblue {
  background: -webkit-gradient(linear, left top, right top, from(#064a6d), color-stop(50%, #064a6d), color-stop(50%, #2f3e4f), to(#2f3e4f));
  background: linear-gradient(to right, #064a6d 0%, #064a6d 50%, #2f3e4f 50%, #2f3e4f 100%);
}
.model-list > li .foot ul li.bluegray {
  background-color: #6a89a7;
}
.model-list > li .foot ul li.blue2gray {
  background: -webkit-gradient(linear, left top, right top, from(#5c748e), color-stop(50%, #5c748e), color-stop(50%, #9a9a9a), to(#9a9a9a));
  background: linear-gradient(to right, #5c748e 0%, #5c748e 50%, #9a9a9a 50%, #9a9a9a 100%);
}
.model-list > li .foot ul li.blue-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#b7cbd6), color-stop(75%, #b7cbd6), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #b7cbd6 0%, #b7cbd6 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.blueyellow {
  /*background: linear-gradient(to right, #6f8fa8 0%, #6f8fa8 50%, #f8f670 50%, #f8f670 100%);*/
  background: -webkit-gradient(linear, left top, right top, from(#8fafc7), color-stop(50%, #8fafc7), color-stop(50%, #f3f1a0), to(#f3f1a0));
  background: linear-gradient(to right, #8fafc7 0%, #8fafc7 50%, #f3f1a0 50%, #f3f1a0 100%);
}
.model-list > li .foot ul li.blackwhite {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #000), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #000 0%, #000 50%, #fff 50%, #fff 100%);
}
.model-list > li .foot ul li.brown {
  background-color: #5e2c04;
}
.model-list > li .foot ul li.caramelbrown {
  background-color: #8B5E3C;
}
.model-list > li .foot ul li.darkblue-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#064a6d), color-stop(75%, #064a6d), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #064a6d 0%, #064a6d 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.warmbrown {
  background-color: #8b6b4f;
}
.model-list > li .foot ul li.tea {
  background-color: #656145;
}
.model-list > li .foot ul li.taupe {
  background: #c8bfae;
}
.model-list > li .foot ul li.purple {
  background-color: #c4a1b9;
}
.model-list > li .foot ul li.purple-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#c4a1b9), color-stop(75%, #c4a1b9), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #c4a1b9 0%, #c4a1b9 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.deepnavy {
  background-color: #0a385c;
}
.model-list > li .foot ul li.darkgraylime {
  background: -webkit-gradient(linear, left top, right top, from(#3f4245), color-stop(50%, #3f4245), color-stop(50%, #8bcf2f), to(#8bcf2f));
  background: linear-gradient(to right, #3f4245 0%, #3f4245 50%, #8bcf2f 50%, #8bcf2f 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.gray {
  background-color: #dbdbdb;
}
.model-list > li .foot ul li.grayred {
  background: -webkit-gradient(linear, left top, right top, from(#9a9a9a), color-stop(50%, #9a9a9a), color-stop(50%, #8C2E1C), to(#8C2E1C));
  background: linear-gradient(to right, #9a9a9a 0%, #9a9a9a 50%, #8C2E1C 50%, #8C2E1C 100%);
}
.model-list > li .foot ul li.grayblack {
  background: -webkit-gradient(linear, left top, right top, from(#9a9a9a), color-stop(50%, #9a9a9a), color-stop(50%, #000), to(#000));
  background: linear-gradient(to right, #9a9a9a 0%, #9a9a9a 50%, #000 50%, #000 100%);
}
.model-list > li .foot ul li.graygray {
  background: -webkit-gradient(linear, left top, right top, from(#5f6163), color-stop(75%, #5f6163), color-stop(75%, #2f3032), to(#2f3032));
  background: linear-gradient(to right, #5f6163 0%, #5f6163 75%, #2f3032 75%, #2f3032 100%);
}
.model-list > li .foot ul li.graygitter {
  background: -webkit-gradient(linear, left top, right top, from(#c9c9c9), color-stop(50%, #c9c9c9), color-stop(50%, #6f7478), to(#6f7478));
  background: linear-gradient(to right, #c9c9c9 0%, #c9c9c9 50%, #6f7478 50%, #6f7478 100%);
}
.model-list > li .foot ul li.gray-solewhite {
  background-color: #dbdbdb;
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), color-stop(75%, #dbdbdb), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to right, #dbdbdb 0%, #dbdbdb 75%, #fff 75%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.grayblack-solewhite {
  background: -webkit-gradient(linear, left top, right top, from(#bbb), color-stop(38%, #bbb), color-stop(38%, #000), color-stop(76%, #000), color-stop(76%, #fff), to(#fff));
  background: linear-gradient(to right, #bbb 0%, #bbb 38%, #000 38%, #000 76%, #fff 76%, #fff 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.metallic {
  background-color: #d8d6d2;
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.red {
  background-color: #d97a9c;
}
.model-list > li .foot ul li.rosegold {
  background: -webkit-gradient(linear, left top, right top, from(#fef0f3), color-stop(50%, #fef0f3), color-stop(50%, #e8d5b5), color-stop(75%, #f7ebd3), to(#e8d5b5));
  background: linear-gradient(to right, #fef0f3 0%, #fef0f3 50%, #e8d5b5 50%, #f7ebd3 75%, #e8d5b5 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.rosepink {
  background: -webkit-gradient(linear, left top, right top, from(#d97a9c), color-stop(75%, #d97a9c), color-stop(75%, #fbe4ec), to(#fbe4ec));
  background: linear-gradient(to right, #d97a9c 0%, #d97a9c 75%, #fbe4ec 75%, #fbe4ec 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.white {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.whitegray {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #dbdbdb), to(#dbdbdb));
  background: linear-gradient(to right, #fff 0%, #fff 50%, #dbdbdb 50%, #dbdbdb 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.whiterose {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #d0b4c3), to(#d0b4c3));
  background: linear-gradient(to right, #fff 0%, #fff 50%, #d0b4c3 50%, #d0b4c3 100%);
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.white-animal {
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, #000), color-stop(25%, transparent)), repeating-linear-gradient(45deg, #000 0 2px, transparent 2px 8px), repeating-linear-gradient(-45deg, #000 0 2px, transparent 2px 8px), #f2f2ee;
  background: linear-gradient(to left, #000 25%, transparent 25%), repeating-linear-gradient(45deg, #000 0 2px, transparent 2px 8px), repeating-linear-gradient(-45deg, #000 0 2px, transparent 2px 8px), #f2f2ee;
  background-size: 100% 100%;
  border: 1px solid #dbdbdb;
}
.model-list > li .foot ul li.mocha {
  background-color: #967969;
}
.model-list > li .foot ul li.olive {
  background-color: #767600;
}
.model-list > li .foot ul li.dustyblueorange-solegray {
  background: -webkit-gradient(linear, left top, right top, from(#5B7F98), color-stop(38%, #5B7F98), color-stop(38%, #bbb), color-stop(76%, #bbb), color-stop(76%, #CA592F), to(#CA592F));
  background: linear-gradient(to right, #5B7F98 0%, #5B7F98 38%, #bbb 38%, #bbb 76%, #CA592F 76%, #CA592F 100%);
}
.special .model-list > li .foot ul {
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 22px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 0 10px 10px;
  font-size: 14px;
}
.special .model-list > li .foot ul li {
  width: 18px;
  height: 18px;
}
.special .model-list > li .foot ul li:first-child {
  width: unset;
  height: unset;
}
@media (max-width: 1000px) {
  .special .model-list > li .foot ul {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: 18px;
    padding: 0 10px 5px;
  }
  .special .model-list > li .foot ul li {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 770px) {
  .special .model-list > li .foot ul {
    padding: 0 10px 10px;
  }
}
@media (max-width: 470px) {
  .special .model-list > li .foot ul {
    grid-template-rows: 13px;
    font-size: 11px;
  }
  .special .model-list > li .foot ul li {
    width: 10px;
    height: 10px;
  }
}

.local-head .inner .pic-wrapper .pic img#model-hero {
  left: 15%;
  bottom: 5%;
}
@media (max-width: 768px) {
  .local-head .inner .pic-wrapper .pic img#model-hero {
    left: 8%;
    bottom: 14%;
  }
}/*# sourceMappingURL=model.css.map */