.kv .logoBox {
  left: 5%;
}
.kv .logoBox .kv .logoBox img {
  width: 10vw;
  height: auto;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .kv .logoBox .kv .logoBox img {
    width: 17vw;
    max-width: 100px;
  }
}

.list .motor {
  background-image: url(../images/bg_g.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.list#g .motor {
  background-image: url(../images/bg_g.png);
}
.list#y .motor {
  background-image: url(../images/bg_y.png);
}
.list#b .motor {
  background-image: url(../images/bg_b.png);
}

#product {
  background-image: url(../images/index_02.webp);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 1023px) {
  #product {
    background-image: url(../images/mobile_02.webp);
  }
}

.title {
  width: 62%;
  margin: 0rem auto;
  padding: 3rem 0 2rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .title {
    width: 100%;
  }
}
.title img {
  width: 100%;
}

.list {
  text-align: center;
  margin: 0;
}
.list:not(:first-of-type) {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.list .pure-g {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 1023px) {
  .list .pure-g {
    min-width: 830px;
  }
}
@media screen and (max-width: 1023px) {
  .list .pure-g {
    width: 90%;
  }
}
.list .moto-title {
  width: 24%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1023px) {
  .list .moto-title {
    width: 62%;
  }
}
.list .moto-title img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .list .grid .motor .name {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .list .grid .motor .name {
    font-size: 3.5vw;
  }
}
.list .promotion-image {
  width: 100%;
  max-width: 350px;
}
.list .grid .motor {
  max-height: unset;
}

.list .grid .motor .labelimg {
  width: 22%;
  height: auto;
  top: 0.5rem;
  left: 0.5rem;
}
.list .grid .motor .labelimg img {
  width: 100%;
}

.p {
  text-align: center;
  padding: 1rem;
  font-size: 0.8vw;
  line-height: 2;
}
@media (max-width: 1023px) {
  .p {
    font-size: 1.8vw;
    text-align: left;
  }
}

a {
  color: yellow;
  text-decoration: underline;
}
a:hover {
  color: yellow;
  text-decoration: underline;
}