@charset "euc-jp";

@media screen and (min-width: 768px) {
  .productList {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .productList {
    padding-bottom: 53.33333333vw;
  }
}

@media screen and (min-width: 768px) {
  .productList_hero {
    margin-bottom: 10px;
    height: 480px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .productList_hero_img, .productList_hero_bg, .productList_hero p {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .productList_hero_img, .productList_hero_bg {
    top: 0;
    width: calc(100% - 20px);
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .productList_hero_img img, .productList_hero_bg img {
    min-width: 1336px;
  }
}

.productList_hero_img {
  left: 0;
}

@media screen and (min-width: 768px) {
  .productList_hero_img {
    display: flex;
    align-items: center;
    height: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .productList_hero_bg {
    right: 0;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .productList_hero p {
    top: 195px;
    left: calc(50% - 500px);
    width: 130px;
  }
}

.productList_select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .productList_select {
    margin: 100px auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .productList_select {
    margin: 16vw auto 14.66666667vw;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .productList_select > p {
    font-size: 12px;
  }
}

.productList_select select {
  padding: .5em 1em;
  height: auto;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .productList_select select {
    width: 160px;
    margin: 0 30px 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .productList_select select {
    margin-left: 5.33333333vw;
    width: 48vw;
    font-size: 3.73333333vw;
  }
}

.productList_select .soat {
  display: flex;
}

@media screen and (min-width: 768px) {
  .productList_select .soat {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .productList_select .soat {
    margin-top: 10.66666667vw;
    font-size: 3.73333333vw;
  }
}

.productList_select .soat li + li::before {
  content: "|";
}

@media screen and (min-width: 768px) {
  .productList_select .soat li + li::before {
    margin: 0 13px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .productList_select .soat li + li::before {
    margin: 0 3.46666667vw 0 4vw;
  }
}
